Searched refs:devi (Results 1 – 6 of 6) sorted by relevance
| /openbsd-src/usr.sbin/config/ |
| H A D | config.h | 142 struct devi *d_ihead; /* first instance, if any */ 143 struct devi **d_ipp; /* used for tacking on more instances */ 156 struct devi *d_ihead; /* first instance, if any */ 157 struct devi **d_ipp; /* used for tacking on more instances */ 170 struct devi { struct 176 struct devi *i_next; /* list of all instances */ argument 177 struct devi *i_bsame; /* list on same base */ argument 178 struct devi *i_asame; /* list on same base attachment */ argument 179 struct devi *i_alias; /* other aliases of this instance */ argument 196 struct devi **i_parents;/* the parents themselves */ argument [all …]
|
| H A D | pack.c | 106 static void addparents(struct devi *src, struct devi *dst); 107 static int nparents(struct devi **, struct devbase *, int); 108 static int sameas(struct devi *, struct devi *); 121 struct devi *i; in pack() 164 struct devi *i, *l, *p; in packdevi() 215 sameas(struct devi *i1, struct devi *i2) in sameas() 234 addparents(struct devi *src, struct devi *dst) in addparents() 237 struct devi *i, **p, **q; in addparents() 298 nparents(struct devi **p, struct devbase *dev, int unit) in nparents() 300 struct devi *i, *l; in nparents() [all …]
|
| H A D | main.c | 72 static int hasparent(struct devi *); 103 struct devi *alldevi; /* list of all instances */ 104 struct devi *allpseudo; /* list of all pseudo-devices */ 111 struct devi **packed; /* arrayified table for packed devi's */ 512 struct devi *i; in deva_has_instances() 538 hasparent(struct devi *i) in hasparent() 575 struct devi *pd; in cfcrosscheck() 617 struct devi *i; in crosscheck() 655 struct devi *i; in badstar()
|
| H A D | mkioconf.c | 103 n1 = (*(struct devi **)a)->i_cfindex; in cforder() 104 n2 = (*(struct devi **)b)->i_cfindex; in cforder() 230 struct devi **p, *i; in emitlocnames() 315 struct devi **p, *i; in emitcfdata() 395 struct devi **p, *i; in emitroots() 423 struct devi *i; in emitpseudo()
|
| H A D | sem.c | 73 static struct devi **nextdevi; 74 static struct devi **nextpseudo; 83 static struct devi *newdevi(const char *, int, struct devbase *d); 84 static struct devi *getdevi(const char *); 674 static struct devi * 677 struct devi *i; in newdevi() 710 struct devi *i; in enabledev() 757 struct devi *i; /* the new instance */ in adddev() 893 struct devi *i; in addpseudo() 922 static struct devi * [all...] |
| /openbsd-src/sys/dev/ic/ |
| H A D | bwi.c | 4915 uint32_t devi = 0; in bwi_rf_lo_devi_measure() local 4939 devi += PHY_READ(mac, 0x2d); in bwi_rf_lo_devi_measure() 4942 return (devi); in bwi_rf_lo_devi_measure() 4957 uint32_t devi; in bwi_rf_get_tp_ctrl2() local 4961 devi = bwi_rf_lo_devi_measure(mac, 0); in bwi_rf_get_tp_ctrl2() 4963 if (devi < devi_min) { in bwi_rf_get_tp_ctrl2() 4964 devi_min = devi; in bwi_rf_get_tp_ctrl2() 5132 uint32_t devi; in bwi_rf_lo_measure_11g() local 5135 devi = bwi_rf_lo_devi_measure(mac, devi_ctrl); in bwi_rf_lo_measure_11g() 5136 if (devi < devi_min) { in bwi_rf_lo_measure_11g() [all …]
|