| /onnv/onnv-gate/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 */
|
| /onnv/onnv-gate/usr/src/uts/common/sys/ |
| list_impl.h | 46 struct list_node list_head; member in struct:list
|
| /onnv/onnv-gate/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);
|
| /onnv/onnv-gate/usr/src/common/mms/mms/ |
| mms_list.h | 49 struct mms_list_node list_head; member in struct:mms_list 56 ((mms_list_t *)((ptrdiff_t)((list)->list_head.list_next->list_prev) - \ 57 offsetof(mms_list_t, list_head)) == (list)) 63 #define mms_list_empty(a) ((a)->list_head.list_next == &(a)->list_head) 72 &list.list_head, \ 73 &list.list_head \
|
| /onnv/onnv-gate/usr/src/lib/smbsrv/libsmb/common/ |
| smb_list.c | 41 #define list_empty(a) ((a)->list_head.list_next == &(a)->list_head) 68 list->list_head.list_next = list->list_head.list_prev = 69 &list->list_head; 75 list_node_t *node = &list->list_head; 78 assert(list->list_head.list_next == node); 79 assert(list->list_head.list_prev == node); 101 list_node_t *lold = &list->list_head; 108 list_node_t *lold = &list->list_head; 124 list_head(list_t *list) function [all...] |
| /onnv/onnv-gate/usr/src/lib/libntfs/common/include/ntfs/ |
| list.h | 26 * struct list_head - Simple doubly linked list implementation. 37 struct list_head { struct 38 struct list_head *next, *prev; 43 #define LIST_HEAD(name) \ 44 struct list_head name = LIST_HEAD_INIT(name) 59 static __inline__ void __list_add(struct list_head * new, 60 struct list_head * prev, struct list_head * next) 76 static __inline__ void list_add(struct list_head *new, struct list_head *head [all...] |
| /onnv/onnv-gate/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) {
|
| /onnv/onnv-gate/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
|
| /onnv/onnv-gate/usr/src/uts/common/os/ |
| list.c | 40 #define list_empty(a) ((a)->list_head.list_next == &(a)->list_head) 72 list->list_head.list_next = list->list_head.list_prev = 73 &list->list_head; 79 list_node_t *node = &list->list_head; 82 ASSERT(list->list_head.list_next == node); 83 ASSERT(list->list_head.list_prev == node); 113 list_node_t *lold = &list->list_head; 120 list_node_t *lold = &list->list_head; 154 list_head(list_t *list) function [all...] |
| sunddi.c | 3581 ddi_prop_t **list_head = &(DEVI(dip)->devi_drv_prop_ptr); local 4419 ddi_prop_t **list_head = &(DEVI(dip)->devi_drv_prop_ptr); local 4499 ddi_prop_t **list_head; local [all...] |
| /onnv/onnv-gate/usr/src/lib/udapl/udapl_tavor/common/ |
| dapl_ia_util.c | 907 DAPL_LLIST_HEAD *list_head; local 910 list_head = &ia_ptr->psp_list_head; 914 list_head = &ia_ptr->rsp_list_head; 918 (void) dapl_llist_remove_entry(list_head, 946 DAPL_LLIST_HEAD *list_head; local 949 list_head = &ia_ptr->psp_list_head; 951 list_head = &ia_ptr->rsp_list_head; 956 sp_ptr = (dapl_llist_is_empty(list_head) ? NULL : 957 dapl_llist_peek_head(list_head)); 963 sp_ptr = dapl_llist_next_entry(list_head, [all...] |
| /onnv/onnv-gate/usr/src/lib/pkcs11/libpkcs11/common/ |
| metaObjectManager.c | 416 meta_object_t **list_head; local 428 list_head = &tokenobject_list_head; 431 list_head = &new_object->creator_session->object_list_head; 436 INSERT_INTO_LIST(*list_head, new_object); 455 meta_object_t **list_head; local 473 list_head = &tokenobject_list_head; 476 list_head = &object->creator_session->object_list_head; 495 if (*list_head == object) { 498 *list_head = object->next; 502 *list_head = NULL 678 slot_object_t **list_head; local [all...] |
| /onnv/onnv-gate/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
|
| /onnv/onnv-gate/usr/src/lib/udapl/udapl_tavor/include/ |
| dapl.h | 285 DAPL_LLIST_HEAD *list_head; /* for consistency checking */ member in struct:dapl_llist_entry
|