Home
last modified time | relevance | path

Searched refs:listhead (Results 1 – 11 of 11) sorted by relevance

/src/contrib/ntp/include/
H A Dntp_lists.h128 #define LINK_SLIST(listhead, pentry, nextlink) \ argument
130 (pentry)->nextlink = (listhead); \
131 (listhead) = (pentry); \
134 #define LINK_TAIL_SLIST(listhead, pentry, nextlink, entrytype) \ argument
138 pptail = &(listhead); \
149 #define LINK_SORT_SLIST(listhead, pentry, beforecur, nextlink, \ argument
154 ppentry = &(listhead); \
170 #define UNLINK_HEAD_SLIST(punlinked, listhead, nextlink) \ argument
172 (punlinked) = (listhead); \
174 (listhead) = (punlinked)->nextlink; \
[all …]
/src/bin/pkill/
H A Dpkill.c93 SLIST_HEAD(listhead, list);
114 static struct listhead euidlist = SLIST_HEAD_INITIALIZER(euidlist);
115 static struct listhead ruidlist = SLIST_HEAD_INITIALIZER(ruidlist);
116 static struct listhead rgidlist = SLIST_HEAD_INITIALIZER(rgidlist);
117 static struct listhead pgrplist = SLIST_HEAD_INITIALIZER(pgrplist);
118 static struct listhead ppidlist = SLIST_HEAD_INITIALIZER(ppidlist);
119 static struct listhead tdevlist = SLIST_HEAD_INITIALIZER(tdevlist);
120 static struct listhead sidlist = SLIST_HEAD_INITIALIZER(sidlist);
121 static struct listhead jidlist = SLIST_HEAD_INITIALIZER(jidlist);
122 static struct listhead classlist = SLIST_HEAD_INITIALIZER(classlist);
[all …]
/src/contrib/pam-krb5/tests/
H A Druntests.c1399 struct testlist *listhead, *current; in read_test_list() local
1402 listhead = xcalloc(1, struct testlist); in read_test_list()
1431 current = listhead; in read_test_list()
1446 free(listhead); in read_test_list()
1451 return listhead; in read_test_list()
1465 struct testlist *listhead, *current; in build_test_list() local
1468 listhead = xcalloc(1, struct testlist); in build_test_list()
1474 current = listhead; in build_test_list()
1489 free(listhead); in build_test_list()
1494 return listhead; in build_test_list()
/src/sys/netinet/
H A Dsiftr.c269 LIST_HEAD(listhead, flow_hash_node) *counter_hash;
316 siftr_find_flow(struct listhead *counter_list, uint32_t id) in siftr_find_flow()
351 struct listhead *counter_list; in siftr_new_hash_node()
379 struct listhead *counter_list; in siftr_process_pkt()
733 struct listhead *counter_list; in siftr_chkpkt()
880 struct listhead *counter_list; in siftr_chkpkt6()
H A Dsctp_pcb.h180 struct sctppcbhead listhead; member
H A Dsctp_sysctl.c399 LIST_FOREACH(inp, &SCTP_BASE_INFO(listhead), sctp_list) { in sctp_sysctl_handle_assoclist()
430 LIST_FOREACH(inp, &SCTP_BASE_INFO(listhead), sctp_list) { in sctp_sysctl_handle_assoclist()
H A Dsctp_pcb.c2395 LIST_INSERT_HEAD(&SCTP_BASE_INFO(listhead), inp, sctp_list); in sctp_inpcb_alloc()
5604 LIST_INIT(&SCTP_BASE_INFO(listhead)); in sctp_pcb_init()
6868 LIST_FOREACH(inp, &SCTP_BASE_INFO(listhead), sctp_list) { in sctp_drain()
6950 it->inp = LIST_FIRST(&SCTP_BASE_INFO(listhead)); in sctp_initiate_iterator()
/src/usr.sbin/bhyve/
H A Dmevent.c90 static LIST_HEAD(listhead, mevent) global_head, change_head; in LIST_HEAD() argument
/src/lib/libc/nls/
H A Dmsgcat.c117 SLIST_HEAD(listhead, catentry) cache =
/src/sys/ufs/ffs/
H A Dffs_softdep.c11421 struct allocdirectlst *listhead; in handle_allocdirect_partdone() local
11442 listhead = &inodedep->id_extupdt; in handle_allocdirect_partdone()
11444 listhead = &inodedep->id_inoupdt; in handle_allocdirect_partdone()
11445 TAILQ_FOREACH(listadp, listhead, ad_next) { in handle_allocdirect_partdone()
11465 listhead = &inodedep->id_newextupdt; in handle_allocdirect_partdone()
11467 listhead = &inodedep->id_newinoupdt; in handle_allocdirect_partdone()
11468 TAILQ_FOREACH(listadp, listhead, ad_next) in handle_allocdirect_partdone()
11491 TAILQ_REMOVE(listhead, adp, ad_next); in handle_allocdirect_partdone()
13173 struct allocdirectlst *listhead, in flush_deplist() argument
13182 if ((adp = TAILQ_FIRST(listhead)) == NULL) in flush_deplist()
[all …]
/src/contrib/ntp/
H A DCommitLog162097 conflicting with new global listhead peers_list.
162110 listhead peer_list.