Searched refs:priv_fw (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.0-release/sys/kern/
H A Dsubr_firmware.c54 * Additional internal information is stored in a 'struct priv_fw'
81 struct priv_fw { struct
88 struct priv_fw *parent;
103 * We do not make it the first field in priv_fw, to avoid the
115 #define PRIV_FW(x) ((struct priv_fw *) \
116 ((intptr_t)(x) - offsetof(struct priv_fw, fw)) )
125 static struct priv_fw firmware_table[FIRMWARE_MAX];
147 static struct priv_fw *
148 lookup(const char *name, struct priv_fw **empty_slot)
150 struct priv_fw *f
[all...]

Completed in 59 milliseconds