Search | Google it | Results 1 - 1 of 1 for funcall:TAILQ_ENTRY from t2ex/bsd_source/t2ex/network/net/src_bsd/sys/device.h (0.00 seconds) |
120: devclass_t dv_class; /* this device's classification */ 121: TAILQ_ENTRY(device) dv_list; /* entry on list of all devices */ 122: cfdata_t dv_cfdata; /* config data that found us 248: cfdata_t ct_cfdata; /* pointer to cfdata table */ 249: TAILQ_ENTRY(cftable) ct_list; /* list linkage */ 250: };