Searched refs:listhead (Results 1 - 14 of 14) sorted by relevance

/freebsd-11.0-release/contrib/ntp/include/
H A Dntp_lists.h8 * the listhead and per-entry next fields are declared as pointers to
19 * LINK_SLIST(listhead, pentry, nextlink)
22 * LINK_TAIL_SLIST(listhead, pentry, nextlink, entrytype)
26 * LINK_SORT_SLIST(listhead, pentry, beforecur, nextlink, entrytype)
33 * UNLINK_HEAD_SLIST(punlinked, listhead, nextlink)
37 * UNLINK_SLIST(punlinked, listhead, ptounlink, nextlink, entrytype)
42 * UNLINK_EXPR_SLIST(punlinked, listhead, expr, nextlink, entrytype)
59 * a variable to refer to a FIFO queue (similar to listhead). The
101 * by the listhead, which is the same type as elements for simplicity.
102 * An empty list's listhead ha
[all...]
/freebsd-11.0-release/contrib/gdb/gdb/
H A Dbuildsym.c106 add_symbol_to_list (struct symbol *symbol, struct pending **listhead)
116 if (*listhead == NULL || (*listhead)->nsyms == PENDINGSIZE)
128 link->next = *listhead;
129 *listhead = link;
133 (*listhead)->symbol[(*listhead)->nsyms++] = symbol;
226 finish_block (struct symbol *symbol, struct pending **listhead,
241 *listhead);
246 *listhead);
103 add_symbol_to_list(struct symbol *symbol, struct pending **listhead) argument
223 finish_block(struct symbol *symbol, struct pending **listhead, struct pending_block *old_blocks, CORE_ADDR start, CORE_ADDR end, struct objfile *objfile) argument
[all...]
H A Dbuildsym.h231 struct pending **listhead);
237 struct pending **listhead,
/freebsd-11.0-release/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 classlis
[all...]
/freebsd-11.0-release/usr.sbin/bhyve/
H A Dmevent.c80 static LIST_HEAD(listhead, mevent) global_head, change_head;
/freebsd-11.0-release/usr.bin/netstat/
H A Dinet.c189 struct inpcbhead listhead; local
245 KREAD(pcbinfo.ipi_listhead, &listhead, sizeof(listhead));
246 LIST_FOREACH(inp, &listhead, inp_list) {
/freebsd-11.0-release/sys/netinet/
H A Dsctp_pcb.h182 struct sctppcbhead listhead; member in struct:sctp_epinfo
H A Dsiftr.c280 LIST_HEAD(listhead, flow_hash_node) *counter_hash;
333 struct listhead *counter_list;
H A Dsctp_sysctl.c368 LIST_FOREACH(inp, &SCTP_BASE_INFO(listhead), sctp_list) {
396 LIST_FOREACH(inp, &SCTP_BASE_INFO(listhead), sctp_list) {
H A Din_pcb.c222 struct inpcbhead *listhead, int hash_nelements, int porthash_nelements,
233 pcbinfo->ipi_listhead = listhead;
221 in_pcbinfo_init(struct inpcbinfo *pcbinfo, const char *name, struct inpcbhead *listhead, int hash_nelements, int porthash_nelements, char *inpcbzone_name, uma_init inpcbzone_init, uma_fini inpcbzone_fini, uint32_t inpcbzone_flags, u_int hashfields) argument
H A Dsctp_pcb.c2565 LIST_INSERT_HEAD(&SCTP_BASE_INFO(listhead), inp, sctp_list);
5796 LIST_INIT(&SCTP_BASE_INFO(listhead));
7029 LIST_FOREACH(inp, &SCTP_BASE_INFO(listhead), sctp_list) {
7107 it->inp = LIST_FIRST(&SCTP_BASE_INFO(listhead));
H A Dsctp_asconf.c2330 LIST_FOREACH(inp, &SCTP_BASE_INFO(listhead), sctp_list) {
/freebsd-11.0-release/lib/libc/nls/
H A Dmsgcat.c110 SLIST_HEAD(listhead, catentry) cache =
/freebsd-11.0-release/sys/ufs/ffs/
H A Dffs_softdep.c11063 struct allocdirectlst *listhead; local
11083 listhead = &inodedep->id_extupdt;
11085 listhead = &inodedep->id_inoupdt;
11086 TAILQ_FOREACH(listadp, listhead, ad_next) {
11106 listhead = &inodedep->id_newextupdt;
11108 listhead = &inodedep->id_newinoupdt;
11109 TAILQ_FOREACH(listadp, listhead, ad_next)
11132 TAILQ_REMOVE(listhead, adp, ad_next);
12742 flush_deplist(listhead, waitfor, errorp)
12743 struct allocdirectlst *listhead;
[all...]

Completed in 126 milliseconds