devi
uint32_t devi = 0;
devi += PHY_READ(mac, 0x2d);
return (devi);
uint32_t devi;
devi = bwi_rf_lo_devi_measure(mac, 0);
if (devi < devi_min) {
devi_min = devi;
uint32_t devi;
devi = bwi_rf_lo_devi_measure(mac, devi_ctrl);
if (devi < devi_min) {
devi_min = devi;
struct devi *d_ihead; /* first instance, if any */
struct devi **d_ipp; /* used for tacking on more instances */
struct devi *d_ihead; /* first instance, if any */
struct devi **d_ipp; /* used for tacking on more instances */
TAILQ_ENTRY(devi) i_next; /* list of all instances */
struct devi *i_bsame; /* list on same base */
struct devi *i_asame; /* list on same base attachment */
struct devi *i_alias; /* other aliases of this instance */
TAILQ_HEAD(devitq, devi);
extern struct devi **packed; /* arrayified table for packed devi's */
struct devi *i;
struct devi *pd;
struct devi *i;
struct devi *i;
struct devi *i;
struct devi *i = value;
struct devi *i, *j = NULL;
struct devi **packed;
struct devi *i;
n1 = (*(const struct devi * const *)a)->i_cfindex;
n2 = (*(const struct devi * const *)b)->i_cfindex;
struct devi **p, *i;
struct devi **p, *i;
struct devi *i;
struct devi *i;
struct devi *firststar, *i, **ip, *l, *p;
sameas(struct devi *i1, struct devi *i2)
struct devi **p, *i;
const struct devi *const *d1p = a, *d1 = *d1p;
const struct devi *const *d2p = b, *d2 = *d2p;
static int sameas(struct devi *, struct devi *);
struct devi *firsti, *i;
static struct devi *
struct devi *i;
struct devi *i; /* the new instance */
struct devi *firsti, *i;
remove_pspec(struct devi *i)
remove_devi(struct devi *i)
struct devi *f, *j, **ppi;
struct devi *i, *j;
struct devi *firsti, *i;
struct devi *i;
struct devi *i;
struct devi *i;
struct devi *i;
static struct devi *
struct devi *i, *firsti;
static struct devi *newdevi(const char *, int, struct devbase *d);
static struct devi *getdevi(const char *);
static void remove_devi(struct devi *);