gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:LIST_ENTRY from t2ex/bsd_source/t2ex/network/net/src_bsd/sys/device.h (0.00 seconds)
t2ex
bsd_source/t2ex/network/net/src_bsd/sys/device.h - 21.6KB - 527 lines
271:         const char *ca_name;           /* name of attachment */
272:         LIST_ENTRY(cfattach) ca_list;  /* link on cfdriver's list */
273:         size_t   ca_devsize;           /* size of dev data (for malloc) */
323: struct cfdriver { 324: LIST_ENTRY(cfdriver) cd_list; /* link on allcfdrivers */ 325: struct cfattachlist cd_attach; /* list of all attachments */