Searched refs:head (Results 1 – 2 of 2) sorted by relevance
143 #define LIST_FIRST(head) ((head)->lh_first) argument204 #define SLIST_FIRST(head) ((head)->slh_first) argument230 (head)->stqh_last = &(head)->stqh_first; \253 (head)->stqh_last = &(head)->stqh_first; \312 (head)->sqh_last = &(head)->sqh_first; \335 (head)->sqh_last = &(head)->sqh_first; \389 (head)->tqh_last = &(head)->tqh_first; \477 { (void *)&head, (void *)&head }489 (head)->cqh_first = (void *)(head); \490 (head)->cqh_last = (void *)(head); \[all …]
120 char *head; in get_mnt_entry() local150 while (head[0] == '\0' || head[0] == '#'); in get_mnt_entry()152 cp = __strsep (&head, " \t"); in get_mnt_entry()154 if (head) in get_mnt_entry()155 head += strspn (head, " \t"); in get_mnt_entry()156 cp = __strsep (&head, " \t"); in get_mnt_entry()158 if (head) in get_mnt_entry()159 head += strspn (head, " \t"); in get_mnt_entry()162 if (head) in get_mnt_entry()163 head += strspn (head, " \t"); in get_mnt_entry()[all …]
Completed in 7 milliseconds