Home
last modified time | relevance | path

Searched refs:alist_t (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/tools/ctf/cvt/
H A Dalist.h41 typedef struct alist alist_t; typedef
43 alist_t *alist_new(void (*)(void *), void (*)(void *));
44 alist_t *alist_xnew(int, void (*)(void *), void (*)(void *),
46 void alist_free(alist_t *);
47 void alist_add(alist_t *, void *, void *);
48 int alist_find(alist_t *, void *, void **);
49 int alist_iter(alist_t *, int (*)(void *, void *, void *), void *);
50 void alist_stats(alist_t *, int);
H A Dalist.c68 alist_t *
73 alist_t *alist; in alist_xnew()
75 alist = xcalloc(sizeof (alist_t)); in alist_xnew()
83 alist_t *
91 alist_free_cb(alist_el_t *el, alist_t *alist) in alist_free_cb()
101 alist_free(alist_t *alist) in alist_free()
108 alist_add(alist_t *alist, void *name, void *value) in alist_add()
119 alist_find(alist_t *alist, void *name, void **value) in alist_find()
145 alist_iter(alist_t *alist, int (*func)(void *, void *, void *), void *private) in alist_iter()
160 alist_stats(alist_t *alist, int verbose) in alist_stats()
[all …]
H A Dmerge.c148 alist_t *md_ta; /* Type Association */
149 alist_t *md_fdida; /* Forward -> Definition ID Association */
180 add_mapping(alist_t *ta, tid_t srcid, tid_t tgtid) in add_mapping()
191 get_mapping(alist_t *ta, int srcid) in get_mapping()
206 alist_t *ed_ta;
593 alist_t *iif_ta;
872 alist_t *map = private; in fwd_redir()
904 alist_t *rmd_map;
935 alist_t *map = alist_new(NULL, NULL); in redir_mstr_fwds()
/titanic_41/usr/src/uts/common/inet/ipf/
H A Dipf.h143 } alist_t; typedef
238 extern alist_t *make_range __P((int, struct in_addr, struct in_addr));
/titanic_41/usr/src/cmd/ipf/tools/
H A Dipf_y.y2092 static alist_t *newalist(ptr) in newalist()
2093 alist_t *ptr; in newalist()
2095 alist_t *al;
2107 alist_t *list; in makepool()
2111 alist_t *a;
2152 alist_t *list; in makehash()
2156 alist_t *a;