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

/freebsd-10.1-release/sys/kern/
H A Dsubr_firmware.c105 * Use PRIV_FW(fw) to get a pointer to the cointainer of fw.
106 * Beware, PRIV_FW does not work for a NULL pointer.
112 * PRIV_FW returns the pointer to the container of struct firmware *x.
115 #define PRIV_FW(x) ((struct priv_fw *) \ macro
207 frp->parent = PRIV_FW(parent);
365 struct priv_fw *fp = PRIV_FW(p);

Completed in 49 milliseconds