Searched refs:link_list (Results 1 - 4 of 4) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/devfsadm/
H A Ddevfsadm_impl.h217 typedef struct link_list { struct
221 struct link_list *next;
H A Ddevfsadm.c6454 link_list_t *link_list; local
6463 link_list = (link_list_t *)s_malloc(sizeof (link_list_t));
6464 link_list->next = NULL;
6472 link_list->type = CONSTANT;
6473 link_list->constant = s_strdup(constant);
6479 link_list->type = MINOR;
6482 link_list->type = ADDR;
6489 free(link_list);
6492 link_list->type = COUNTER;
6496 link_list
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/io/igb/
H A Digb_sw.h292 typedef struct link_list { struct
/opensolaris-onvv-gate/usr/src/uts/common/io/ixgbe/
H A Dixgbe_sw.h358 typedef struct link_list { struct

Completed in 119 milliseconds