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

/freebsd-9.3-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-9.3-release/bin/pkill/
H A Dpkill.c92 SLIST_HEAD(listhead, list);
113 static struct listhead euidlist = SLIST_HEAD_INITIALIZER(euidlist);
114 static struct listhead ruidlist = SLIST_HEAD_INITIALIZER(ruidlist);
115 static struct listhead rgidlist = SLIST_HEAD_INITIALIZER(rgidlist);
116 static struct listhead pgrplist = SLIST_HEAD_INITIALIZER(pgrplist);
117 static struct listhead ppidlist = SLIST_HEAD_INITIALIZER(ppidlist);
118 static struct listhead tdevlist = SLIST_HEAD_INITIALIZER(tdevlist);
119 static struct listhead sidlist = SLIST_HEAD_INITIALIZER(sidlist);
120 static struct listhead jidlist = SLIST_HEAD_INITIALIZER(jidlist);
121 static struct listhead classlis
[all...]
/freebsd-9.3-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-9.3-release/usr.bin/netstat/
H A Dinet.c186 struct inpcbhead listhead; local
242 KREAD(pcbinfo.ipi_listhead, &listhead, sizeof(listhead));
243 LIST_FOREACH(inp, &listhead, inp_list) {
/freebsd-9.3-release/lib/libc/nls/
H A Dmsgcat.c108 SLIST_HEAD(listhead, catentry) cache =
/freebsd-9.3-release/sys/netinet/
H A Dsctp_pcb.h182 struct sctppcbhead listhead; member in struct:sctp_epinfo
H A Dsiftr.c271 LIST_HEAD(listhead, flow_hash_node) *counter_hash;
324 struct listhead *counter_list;
H A Din_pcb.c215 struct inpcbhead *listhead, int hash_nelements, int porthash_nelements,
225 pcbinfo->ipi_listhead = listhead;
214 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_sysctl.c376 LIST_FOREACH(inp, &SCTP_BASE_INFO(listhead), sctp_list) {
404 LIST_FOREACH(inp, &SCTP_BASE_INFO(listhead), sctp_list) {
H A Dsctp_pcb.c2569 LIST_INSERT_HEAD(&SCTP_BASE_INFO(listhead), inp, sctp_list);
5803 LIST_INIT(&SCTP_BASE_INFO(listhead));
6917 LIST_FOREACH(inp, &SCTP_BASE_INFO(listhead), sctp_list) {
6990 it->inp = LIST_FIRST(&SCTP_BASE_INFO(listhead));
H A Dsctp_asconf.c2333 LIST_FOREACH(inp, &SCTP_BASE_INFO(listhead), sctp_list) {
/freebsd-9.3-release/sys/ufs/ffs/
H A Dffs_softdep.c10818 struct allocdirectlst *listhead; local
10838 listhead = &inodedep->id_extupdt;
10840 listhead = &inodedep->id_inoupdt;
10841 TAILQ_FOREACH(listadp, listhead, ad_next) {
10861 listhead = &inodedep->id_newextupdt;
10863 listhead = &inodedep->id_newinoupdt;
10864 TAILQ_FOREACH(listadp, listhead, ad_next)
10887 TAILQ_REMOVE(listhead, adp, ad_next);
12473 flush_deplist(listhead, waitfor, errorp)
12474 struct allocdirectlst *listhead;
[all...]

Completed in 243 milliseconds