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 */
struct 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 */
struct devi **i_parents;/* the parents themselves */
extern struct devi *alldevi; /* list of all instances */
extern struct devi *allpseudo; /* list of all pseudo-devices */
extern struct devi **packed; /* arrayified table for packed devi's */
struct devi *alldevi; /* list of all instances */
struct devi *allpseudo; /* list of all pseudo-devices */
struct devi **packed; /* arrayified table for packed devi's */
struct devi *i;
hasparent(struct devi *i)
struct devi *pd;
struct devi *i;
struct devi *i;
static int hasparent(struct devi *);
n1 = (*(struct devi **)a)->i_cfindex;
n2 = (*(struct devi **)b)->i_cfindex;
struct devi **p, *i;
struct devi **p, *i;
struct devi **p, *i;
struct devi *i;
static void addparents(struct devi *src, struct devi *dst);
static int nparents(struct devi **, struct devbase *, int);
static int sameas(struct devi *, struct devi *);
struct devi *i;
struct devi *i, *l, *p;
sameas(struct devi *i1, struct devi *i2)
addparents(struct devi *src, struct devi *dst)
struct devi *i, **p, **q;
nparents(struct devi **p, struct devbase *dev, int unit)
struct devi *i, *l;
struct devi **p, *i;
struct devi **p, *i, **par;
l1 = (*(struct devi **)a)->i_atattr->a_loclen;
l2 = (*(struct devi **)b)->i_atattr->a_loclen;
l1 = (*(struct devi **)a)->i_pvlen;
l2 = (*(struct devi **)b)->i_pvlen;
static struct devi *
struct devi *i;
struct devi *i;
static struct devi **nextdevi;
static struct devi **nextpseudo;
struct devi *i; /* the new instance */
static struct devi *newdevi(const char *, int, struct devbase *d);
static struct devi *getdevi(const char *);
struct devi *i;
static struct devi *
struct devi *i, *firsti;