Searched defs:dpt_sig (Results 1 – 2 of 2) sorted by relevance
174 struct dpt_sig { struct175 char dsSignature[6]; /* ALWAYS "dPtSiG" */176 u_int8_t dsSigVersion; /* sig version (currently 1) */177 u_int8_t dsProcessorFamily; /* what type of processor */178 u_int8_t dsProcessor; /* precise processor */179 u_int8_t dsFiletype; /* type of file */180 u_int8_t dsFiletypeFlags; /* flags to specify type, etc. */181 u_int8_t dsOEM; /* OEM file was created for */182 u_int32_t dsOS; /* which Operating systems */183 u_int16_t dsCapabilities; /* RAID levels, etc. */[all …]
156 static struct dpt_sig dpt_sig = { variable