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

  /src/usr.bin/config/
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...]
  /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 43 milliseconds