Home
last modified time | relevance | path

Searched defs:dpt_sig (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/dev/i2o/
H A Ddptivar.h174 struct dpt_sig { struct
175 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 …]
/netbsd-src/sys/dev/ic/
H A Ddpt.c156 static struct dpt_sig dpt_sig = { variable