priv_fw
#define PRIV_FW(x) ((struct priv_fw *) \
((intptr_t)(x) - offsetof(struct priv_fw, fw)) )
static struct priv_fw firmware_table[FIRMWARE_MAX];
static struct priv_fw *
lookup(const char *name, struct priv_fw **empty_slot)
struct priv_fw *fp = NULL;
struct priv_fw *dummy;
struct priv_fw *match, *frp;
struct priv_fw *fp;
bzero(fp, sizeof(struct priv_fw));
struct priv_fw *fp;
struct priv_fw *fp;
struct priv_fw *fp = PRIV_FW(p);
struct priv_fw *fp;
struct priv_fw *fp;
struct priv_fw *parent;