Lines Matching defs:priv_fw
57 * Additional internal information is stored in a 'struct priv_fw',
82 struct priv_fw {
84 LIST_ENTRY(priv_fw) link; /* table linkage */
90 struct priv_fw *parent;
106 * We do not make it the first field in priv_fw, to avoid the
118 #define PRIV_FW(x) ((struct priv_fw *) \
119 ((intptr_t)(x) - offsetof(struct priv_fw, fw)) )
124 static LIST_HEAD(, priv_fw) firmware_table;
154 static struct priv_fw *
157 struct priv_fw *fp;
191 struct priv_fw *frp;
237 struct priv_fw *fp;
276 struct priv_fw *fp;
350 struct priv_fw *fp;
393 struct priv_fw *fp;
459 struct priv_fw *fp = PRIV_FW(p);
513 struct priv_fw *fp, *tmp;
579 struct priv_fw *fp;
604 struct priv_fw *fp;