Searched refs:headp (Results 1 - 16 of 16) sorted by relevance

/freebsd-11-stable/contrib/ncurses/ncurses/tinfo/
H A Dentries.c67 _nc_free_entry(ENTRY * headp, TERMTYPE *tterm) argument
72 if ((ep = _nc_delink_entry(headp, tterm)) != 0) {
78 _nc_free_entries(ENTRY * headp) argument
81 (void) headp; /* unused - _nc_head is altered here! */
89 _nc_delink_entry(ENTRY * headp, TERMTYPE *tterm) argument
94 for (last = 0, ep = headp; ep != 0; last = ep, ep = ep->next) {
/freebsd-11-stable/usr.sbin/bsnmpd/tools/libbsnmptools/
H A Dbsnmpmap.c80 enum_pairs_free(struct enum_pairs *headp) argument
84 if (headp == NULL)
87 while ((e = STAILQ_FIRST(headp)) != NULL) {
88 STAILQ_REMOVE_HEAD(headp, link);
95 free(headp);
111 snmp_mapping_listfree(struct snmp_mapping *headp) argument
115 while ((p = SLIST_FIRST(headp)) != NULL) {
116 SLIST_REMOVE_HEAD(headp, link);
126 SLIST_INIT(headp);
130 snmp_index_listfree(struct snmp_idxlist *headp) argument
145 snmp_mapping_table_listfree(struct snmp_table_index *headp) argument
161 snmp_enumtc_listfree(struct snmp_enum_tc *headp) argument
199 snmp_dump_enumpairs(struct enum_pairs *headp) argument
231 snmp_dump_indexlist(struct snmp_idxlist *headp) argument
266 enum_pair_insert(struct enum_pairs *headp, int32_t enum_val, char *enum_str) argument
294 snmp_mapping_insert(struct snmp_mapping *headp, struct snmp_oid2str *entry) argument
465 snmp_index_insert(struct snmp_idxlist *headp, struct index *idx) argument
475 snmp_syntax_insert(struct snmp_idxlist *headp, struct enum_pairs *enums, enum snmp_syntax syntax, enum snmp_tc tc) argument
603 snmp_mapping_dumplist(struct snmp_mapping *headp) argument
622 snmp_mapping_dumptable(struct snmp_table_index *headp) argument
690 enum_string_lookup(struct enum_pairs *headp, int32_t enum_val) argument
706 enum_number_lookup(struct enum_pairs *headp, char *e_str) argument
721 snmp_lookuplist_string(struct snmp_mapping *headp, struct snmp_object *s) argument
740 snmp_lookup_leaf(struct snmp_mapping *headp, struct snmp_object *s) argument
895 snmp_lookup_tablelist(struct snmp_toolinfo *snmptoolctx, struct snmp_table_index *headp, struct snmp_object *s, char *oid) argument
[all...]
/freebsd-11-stable/sys/dev/wtap/
H A Dif_medium.h52 struct stailhead *headp;
/freebsd-11-stable/usr.sbin/bsnmpd/modules/snmp_bridge/
H A Dbridge_addrs.c61 bridge_tpe_free(struct tp_entries *headp) argument
65 while ((t = TAILQ_FIRST(headp)) != NULL) {
66 TAILQ_REMOVE(headp, t, tp_e);
76 bridge_tpe_bif_free(struct tp_entries *headp, argument
83 TAILQ_REMOVE(headp, bif->f_tpa, tp_e);
116 bridge_addrs_insert_at(struct tp_entries *headp, argument
135 TAILQ_INSERT_TAIL(headp, ta, tp_e);
145 bridge_addrs_find_pos(struct tp_entries *headp, uint32_t b_idx) argument
150 if ((t1 = TAILQ_FIRST(headp)) == NULL ||
167 t1 = TAILQ_LAST(headp, tp_entrie
176 bridge_addrs_bif_insert(struct tp_entries *headp, struct tp_entry *te, struct tp_entry **f_tpa) argument
[all...]
H A Dbridge_port.c61 bridge_ports_free(struct bridge_ports *headp) argument
65 while ((bp = TAILQ_FIRST(headp)) != NULL) {
66 TAILQ_REMOVE(headp, bp, b_p);
76 bridge_port_memif_free(struct bridge_ports *headp, argument
83 TAILQ_REMOVE(headp, bif->f_bp, b_p);
95 bridge_port_insert_at(struct bridge_ports *headp, argument
118 TAILQ_INSERT_TAIL(headp, bp, b_p);
130 bridge_port_find_pos(struct bridge_ports *headp, uint32_t b_idx) argument
135 if ((t1 = TAILQ_FIRST(headp)) == NULL ||
151 t1 = TAILQ_LAST(headp, bridge_port
160 bridge_port_memif_insert(struct bridge_ports *headp, struct bridge_port *bp, struct bridge_port **f_bp) argument
[all...]
H A Dbridge_if.c71 bridge_ifs_free(struct bridge_ifs *headp) argument
75 while ((b = TAILQ_FIRST(headp)) != NULL) {
76 TAILQ_REMOVE(headp, b, b_if);
86 bridge_ifs_insert(struct bridge_ifs *headp, argument
91 if ((temp = TAILQ_FIRST(headp)) == NULL ||
93 TAILQ_INSERT_HEAD(headp, b, b_if);
97 TAILQ_FOREACH(temp, headp, b_if)
101 TAILQ_INSERT_TAIL(headp, b, b_if);
/freebsd-11-stable/usr.sbin/makefs/cd9660/
H A Dcd9660_eltorito.c365 *valid_entry, *default_entry, *temp, *head, **headp, *next; local
368 headp = NULL;
455 headp = &x86_head;
458 headp = &ppc_head;
461 headp = &mac_head;
464 headp = &efi_head;
472 if (*headp == NULL) {
481 *headp = head;
483 head = *headp;
/freebsd-11-stable/usr.bin/gprof/
H A Darcs.c887 nltype *headp; local
892 headp = childp -> cyclehead;
893 if ( childp == headp ) {
924 headp -> printflag = FALSE;
925 headp -> propfraction = 0.0;
926 for ( memp = headp -> cnext ; memp ; memp = memp -> cnext ) {
928 if ( arcp -> arc_parentp -> cyclehead == headp ) {
932 headp -> printflag |= parentp -> printflag;
941 if ( headp -> npropcall ) {
942 headp
[all...]
/freebsd-11-stable/crypto/heimdal/lib/roken/
H A Dresolve.c629 struct rk_resource_record **srvs, **ss, **headp; local
648 for(ss = srvs, headp = &r->head; *headp; )
649 if((*headp)->type == rk_ns_t_srv) {
650 *ss = *headp;
651 *headp = (*headp)->next;
655 headp = &(*headp)->next;
660 headp
[all...]
/freebsd-11-stable/sys/libkern/
H A Diconv_xlat16.c65 uint32_t *headp, **idxp; local
69 headp = (uint32_t *)((caddr_t)csp->cp_data + sizeof(dp->d_table));
73 dp->d_table[i] = headp;
74 headp += 0x80;
/freebsd-11-stable/contrib/nvi/common/
H A Dcut.c329 text_lfree(TEXTH *headp) argument
333 while ((tp = TAILQ_FIRST(headp)) != NULL) {
334 TAILQ_REMOVE(headp, tp, q);
/freebsd-11-stable/contrib/elftoolchain/nm/
H A Dnm.c77 struct sym_head *headp; member in struct:sym_print_data
170 #define CHECK_SYM_PRINT_DATA(p) (p->headp == NULL || p->sh_num == 0 || \
617 get_sym(Elf *elf, struct sym_head *headp, int shnum, size_t dynndx, argument
634 assert(headp != NULL);
673 if (sym_list_insert(headp, sym_name,
1403 p_data.headp = &list_head;
1818 sym_list_dest(struct sym_head *headp) argument
1822 if (headp == NULL)
1825 ep = STAILQ_FIRST(headp);
1836 sym_list_insert(struct sym_head *headp, cons argument
[all...]
/freebsd-11-stable/contrib/ipfilter/
H A Dradix_ipf.c803 /* headp(O) - location for where to store allocated tree head */
813 ipf_rx_inithead(softr, headp)
815 ipf_rdx_head_t **headp;
821 *headp = ptr;
/freebsd-11-stable/sys/contrib/ipfilter/netinet/
H A Dradix_ipf.c803 /* headp(O) - location for where to store allocated tree head */
813 ipf_rx_inithead(softr, headp)
815 ipf_rdx_head_t **headp;
821 *headp = ptr;
/freebsd-11-stable/contrib/gcc/
H A Dcfgrtl.c325 rtl_create_basic_block (void *headp, void *endp, basic_block after)
327 rtx head = headp, end = endp;
322 rtl_create_basic_block(void *headp, void *endp, basic_block after) argument
H A Dhaifa-sched.c1331 get_ebb_head_tail (basic_block beg, basic_block end, rtx *headp, rtx *tailp)
1350 *headp = beg_head;
1327 get_ebb_head_tail(basic_block beg, basic_block end, rtx *headp, rtx *tailp) argument

Completed in 184 milliseconds