HomeSort by relevance Sort by last modified time
    Searched defs:list_head (Results 1 - 9 of 9) sorted by null

  /netvirt/usr/src/uts/common/io/drm/
drm_linux_list.h 39 struct list_head { struct
40 struct list_head *next, *prev;
43 /* Cheat, assume the list_head is at the start of the struct */
  /netvirt/usr/src/uts/common/sys/
list_impl.h 46 struct list_node list_head; member in struct:list
  /netvirt/usr/src/cmd/fm/modules/sun4u/cpumem-diagnosis/
cmd_opl.c 44 cmd_list_t *list_head = NULL; local
52 list_head = &opl_cpu_list;
67 list_head = &opl_cpu_list;
71 list_head, opl_cpu);
90 list_head = &opl_cpu_list;
93 list_head, opl_cpu);
99 list_head = NULL;
103 return (list_head);
  /netvirt/usr/src/uts/common/os/
list.c 40 #define list_empty(a) ((a)->list_head.list_next == &(a)->list_head)
67 list->list_head.list_next = list->list_head.list_prev =
68 &list->list_head;
74 list_node_t *node = &list->list_head;
77 ASSERT(list->list_head.list_next == node);
78 ASSERT(list->list_head.list_prev == node);
100 list_node_t *lold = &list->list_head;
107 list_node_t *lold = &list->list_head;
123 list_head(list_t *list) function
    [all...]
sunddi.c 3562 ddi_prop_t **list_head = &(DEVI(dip)->devi_drv_prop_ptr); local
4401 ddi_prop_t **list_head = &(DEVI(dip)->devi_drv_prop_ptr); local
4481 ddi_prop_t **list_head; local
    [all...]
  /netvirt/usr/src/cmd/sgs/link_audit/common/
perfcnt.c 69 static List *list_head = 0; variable
89 if (list_head == 0) {
90 list_head = new_list;
94 for (cur = list_head, prev = 0;
102 new_list->l_next = list_head;
103 list_head = new_list;
265 for (cur = list_head; cur; cur = cur->l_next) {
  /netvirt/usr/src/uts/common/io/xge/hal/include/
xge-queue.h 107 * @list_head: Points to the list of queue elements that are produced, but yet
133 xge_list_t list_head; member in struct:xge_queue_t
  /netvirt/usr/src/lib/pkcs11/libpkcs11/common/
metaObjectManager.c 417 meta_object_t **list_head; local
429 list_head = &tokenobject_list_head;
432 list_head = &new_object->creator_session->object_list_head;
437 INSERT_INTO_LIST(*list_head, new_object);
456 meta_object_t **list_head; local
474 list_head = &tokenobject_list_head;
477 list_head = &object->creator_session->object_list_head;
496 if (*list_head == object) {
499 *list_head = object->next;
503 *list_head = NULL
676 slot_object_t **list_head; local
    [all...]
  /netvirt/usr/src/uts/common/sys/rsm/
rsm_in.h 418 typedef struct list_head { struct
419 struct list_element *list_head; member in struct:list_head

Completed in 10362 milliseconds