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 5166 uint32_t devi = 0; local in function:bwi_rf_lo_devi_measure
5190 devi += PHY_READ(mac, 0x2d);
5193 return (devi);
5208 uint32_t devi; local in function:bwi_rf_get_tp_ctrl2
5212 devi = bwi_rf_lo_devi_measure(mac, 0);
5214 if (devi < devi_min) {
5215 devi_min = devi;
5383 uint32_t devi; local in function:bwi_rf_lo_measure_11g
5386 devi = bwi_rf_lo_devi_measure(mac, devi_ctrl);
5387 if (devi < devi_min)
    [all...]

Completed in 53 milliseconds