Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dsubr_firmware.c81 struct priv_fw { struct
83 LIST_ENTRY(priv_fw) link; /* table linkage */ argument
89 struct priv_fw *parent; argument
104 * We do not make it the first field in priv_fw, to avoid the argument
116 #define PRIV_FW(x) ((struct priv_fw *) \ argument