Searched refs:slh_first (Results 1 – 7 of 7) sorted by relevance
36 ssize_t slh_first; /* first element */ \54 ((struct type *)(((u_int8_t *)(head)) + (head)->slh_first))57 ((head)->slh_first == -1 ? NULL : \58 ((struct type *)(((u_int8_t *)(head)) + (head)->slh_first)))83 #define SH_LIST_INIT(head) (head)->slh_first = -198 if ((head)->slh_first != -1) { \100 (head)->slh_first - SH_PTR_TO_OFF(head, elm); \105 (head)->slh_first = SH_PTR_TO_OFF(head, elm); \106 (elm)->field.sle_prev = SH_PTR_TO_OFF(elm, &(head)->slh_first); \
55 struct type *slh_first; /* first element */ \66 #define SLIST_EMPTY(head) ((head)->slh_first == NULL)68 #define SLIST_FIRST(head) ((head)->slh_first)
162 struct type *slh_first; /* first element */ \167 class type *slh_first; /* first element */ \186 #define SLIST_EMPTY(head) ((head)->slh_first == NULL)188 #define SLIST_FIRST(head) ((head)->slh_first)
166 struct type *slh_first; /* first element */ \171 class type *slh_first; /* first element */ \203 #define SLIST_EMPTY(head) ((head)->slh_first == NULL)205 #define SLIST_FIRST(head) ((head)->slh_first)
161 struct type *slh_first; /* first element */ \166 class type *slh_first; /* first element */ \185 #define SLIST_FIRST(head) ((head)->slh_first)188 #define SLIST_EMPTY(head) ((head)->slh_first == SLIST_END(head))216 (head)->slh_first = SLIST_END(head); \
566 struct hardlink_node *slh_first; member
141 wsp->walk_addr = (uintptr_t)smbw->u.co.co_children.slh_first; in smb_co_walk_init()