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

/freebsd-10.1-release/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-10.1-release/usr.sbin/bsnmpd/tools/libbsnmptools/
H A Dbsnmpmap.c82 enum_pairs_free(struct enum_pairs *headp) argument
86 if (headp == NULL)
89 while ((e = STAILQ_FIRST(headp)) != NULL) {
90 STAILQ_REMOVE_HEAD(headp, link);
97 free(headp);
113 snmp_mapping_listfree(struct snmp_mapping *headp) argument
117 while ((p = SLIST_FIRST(headp)) != NULL) {
118 SLIST_REMOVE_HEAD(headp, link);
128 SLIST_INIT(headp);
132 snmp_index_listfree(struct snmp_idxlist *headp) argument
147 snmp_mapping_table_listfree(struct snmp_table_index *headp) argument
163 snmp_enumtc_listfree(struct snmp_enum_tc *headp) argument
201 snmp_dump_enumpairs(struct enum_pairs *headp) argument
233 snmp_dump_indexlist(struct snmp_idxlist *headp) argument
268 enum_pair_insert(struct enum_pairs *headp, int32_t enum_val, char *enum_str) argument
299 snmp_mapping_insert(struct snmp_mapping *headp, struct snmp_oid2str *entry) argument
470 snmp_index_insert(struct snmp_idxlist *headp, struct index *idx) argument
480 snmp_syntax_insert(struct snmp_idxlist *headp, struct enum_pairs *enums, enum snmp_syntax syntax, enum snmp_tc tc) argument
612 snmp_mapping_dumplist(struct snmp_mapping *headp) argument
631 snmp_mapping_dumptable(struct snmp_table_index *headp) argument
699 enum_string_lookup(struct enum_pairs *headp, int32_t enum_val) argument
715 enum_number_lookup(struct enum_pairs *headp, char *e_str) argument
730 snmp_lookuplist_string(struct snmp_mapping *headp, struct snmp_object *s) argument
749 snmp_lookup_leaf(struct snmp_mapping *headp, struct snmp_object *s) argument
904 snmp_lookup_tablelist(struct snmp_toolinfo *snmptoolctx, struct snmp_table_index *headp, struct snmp_object *s, char *oid) argument
[all...]
/freebsd-10.1-release/sys/dev/wtap/
H A Dif_medium.h52 struct stailhead *headp;
/freebsd-10.1-release/usr.sbin/bsnmpd/modules/snmp_bridge/
H A Dbridge_addrs.c59 bridge_tpe_free(struct tp_entries *headp) argument
63 while ((t = TAILQ_FIRST(headp)) != NULL) {
64 TAILQ_REMOVE(headp, t, tp_e);
74 bridge_tpe_bif_free(struct tp_entries *headp, argument
81 TAILQ_REMOVE(headp, bif->f_tpa, tp_e);
114 bridge_addrs_insert_at(struct tp_entries *headp, argument
133 TAILQ_INSERT_TAIL(headp, ta, tp_e);
143 bridge_addrs_find_pos(struct tp_entries *headp, uint32_t b_idx) argument
148 if ((t1 = TAILQ_FIRST(headp)) == NULL ||
165 t1 = TAILQ_LAST(headp, tp_entrie
174 bridge_addrs_bif_insert(struct tp_entries *headp, struct tp_entry *te, struct tp_entry **f_tpa) argument
[all...]
H A Dbridge_port.c59 bridge_ports_free(struct bridge_ports *headp) argument
63 while ((bp = TAILQ_FIRST(headp)) != NULL) {
64 TAILQ_REMOVE(headp, bp, b_p);
74 bridge_port_memif_free(struct bridge_ports *headp, argument
81 TAILQ_REMOVE(headp, bif->f_bp, b_p);
93 bridge_port_insert_at(struct bridge_ports *headp, argument
116 TAILQ_INSERT_TAIL(headp, bp, b_p);
128 bridge_port_find_pos(struct bridge_ports *headp, uint32_t b_idx) argument
133 if ((t1 = TAILQ_FIRST(headp)) == NULL ||
149 t1 = TAILQ_LAST(headp, bridge_port
158 bridge_port_memif_insert(struct bridge_ports *headp, struct bridge_port *bp, struct bridge_port **f_bp) argument
[all...]
H A Dbridge_if.c69 bridge_ifs_free(struct bridge_ifs *headp) argument
73 while ((b = TAILQ_FIRST(headp)) != NULL) {
74 TAILQ_REMOVE(headp, b, b_if);
84 bridge_ifs_insert(struct bridge_ifs *headp, argument
89 if ((temp = TAILQ_FIRST(headp)) == NULL ||
91 TAILQ_INSERT_HEAD(headp, b, b_if);
95 TAILQ_FOREACH(temp, headp, b_if)
99 TAILQ_INSERT_TAIL(headp, b, b_if);
/freebsd-10.1-release/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-10.1-release/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-10.1-release/usr.sbin/makefs/cd9660/
H A Dcd9660_eltorito.c361 *valid_entry, *default_entry, *temp, *head, **headp, *next; local
364 headp = NULL;
436 headp = &x86_head;
439 headp = &ppc_head;
442 headp = &mac_head;
450 if (*headp == NULL) {
459 *headp = head;
461 head = *headp;
/freebsd-10.1-release/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-10.1-release/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-10.1-release/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-10.1-release/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-10.1-release/contrib/ncurses/ncurses/
H A Dllib-lncurses2325 ENTRY *headp,
2331 ENTRY *headp)
2336 ENTRY *headp,
H A Dllib-lncursest2335 ENTRY *headp,
2341 ENTRY *headp)
2346 ENTRY *headp,
H A Dllib-lncursesw3071 ENTRY *headp,
3077 ENTRY *headp)
3082 ENTRY *headp,
/freebsd-10.1-release/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 140 milliseconds