HomeSort by: relevance | last modified time | path
    Searched refs:devi (Results 1 - 8 of 8) sorted by relevancy

  /src/usr.bin/config/
pack.c 99 static int sameas(struct devi *, struct devi *);
110 struct devi *i;
141 struct devi *firststar, *i, **ip, *l, *p;
224 sameas(struct devi *i1, struct devi *i2)
242 struct devi **p, *i;
329 const struct devi *const *d1p = a, *d1 = *d1p;
330 const struct devi *const *d2p = b, *d2 = *d2p;
defs.h 285 struct devi *d_ihead; /* first instance, if any */
286 struct devi **d_ipp; /* used for tacking on more instances */
301 struct devi *d_ihead; /* first instance, if any */
302 struct devi **d_ipp; /* used for tacking on more instances */
310 * After everything has been read in and verified, the devi's are
316 struct devi { struct
321 TAILQ_ENTRY(devi) i_next; /* list of all instances */
322 struct devi *i_bsame; /* list on same base */
323 struct devi *i_asame; /* list on same base attachment */
324 struct devi *i_alias; /* other aliases of this instance *
    [all...]
mkioconf.c 137 n1 = (*(const struct devi * const *)a)->i_cfindex;
138 n2 = (*(const struct devi * const *)b)->i_cfindex;
376 struct devi **p, *i;
467 struct devi **p, *i;
488 struct devi *i;
sem.c 83 static struct devi *newdevi(const char *, int, struct devbase *d);
84 static struct devi *getdevi(const char *);
85 static void remove_devi(struct devi *);
109 struct devi *firsti, *i;
1158 static struct devi *
1161 struct devi *i;
1271 struct devi *i; /* the new instance */
1334 CFGDBG(3, "devi `%s' at '%s' added", i->i_name, iba->d_name);
1349 struct devi *firsti, *i;
1354 CFGDBG(5, "deselecting devi `%s'", name)
    [all...]
main.c 96 struct devi **packed;
143 int ndevi; /* number of devi's (before packing) */
149 int devilevel; /* used for devi->i_level */
1415 struct devi *i;
1462 struct devi *pd;
1532 struct devi *i;
1886 struct devi *i;
1907 struct devi *i;
1956 struct devi *i = value;
2012 struct devi *i, *j = NULL
    [all...]
mkheaders.c 392 struct devi *i;
  /src/tests/usr.bin/config/
t_config.sh 203 test_case devi pass "Device instance"
224 test_output devi
315 atf_add_test_case devi
  /src/sys/dev/ic/
bwi.c 5168 uint32_t devi = 0; local in function:bwi_rf_lo_devi_measure
5192 devi += PHY_READ(mac, 0x2d);
5195 return (devi);
5210 uint32_t devi; local in function:bwi_rf_get_tp_ctrl2
5214 devi = bwi_rf_lo_devi_measure(mac, 0);
5216 if (devi < devi_min) {
5217 devi_min = devi;
5385 uint32_t devi; local in function:bwi_rf_lo_measure_11g
5388 devi = bwi_rf_lo_devi_measure(mac, devi_ctrl);
5389 if (devi < devi_min)
    [all...]

Completed in 23 milliseconds