Searched refs:list_t (Results 1 - 25 of 68) sorted by relevance

123

/netbsd-current/external/cddl/osnet/dist/tools/ctf/common/
H A Dlist.h40 typedef struct list list_t; typedef in typeref:struct:list
42 void list_add(list_t **, void *);
43 void slist_add(list_t **, void *, int (*)(void *, void *));
44 void *list_remove(list_t **, void *, int (*)(void *, void *, void *), void *);
45 void list_free(list_t *, void (*)(void *, void *), void *);
46 void *list_find(list_t *, void *, int (*)(void *, void *));
47 void *list_first(list_t *);
48 int list_iter(list_t *, int (*)(void *, void *), void *);
49 int list_count(list_t *);
50 int list_empty(list_t *);
[all...]
H A Dlist.c51 list_add(list_t **list, void *data)
53 list_t *le;
55 le = xmalloc(sizeof (list_t));
63 slist_add(list_t **list, void *data, int (*cmp)(void *, void *))
65 list_t **nextp;
83 list_remove(list_t **list, void *data, int (*cmp)(void *, void *, void *),
86 list_t *le, **le2;
105 list_free(list_t *list, void (*datafree)(void *, void *), void *private)
107 list_t *le;
123 list_iter(list_t *lis
[all...]
/netbsd-current/external/cddl/osnet/dist/uts/common/sys/
H A Dlist.h38 typedef struct list list_t; typedef in typeref:struct:list
40 void list_create(list_t *, size_t, size_t);
41 void list_destroy(list_t *);
43 void list_insert_after(list_t *, void *, void *);
44 void list_insert_before(list_t *, void *, void *);
45 void list_insert_head(list_t *, void *);
46 void list_insert_tail(list_t *, void *);
47 void list_remove(list_t *, void *);
48 void *list_remove_head(list_t *);
49 void *list_remove_tail(list_t *);
[all...]
/netbsd-current/crypto/external/bsd/libsaslc/dist/src/
H A Dlist.h41 } list_t; typedef in typeref:struct:list_s
48 int saslc__list_append(list_t **l, const char *);
49 uint32_t saslc__list_flags(list_t *, const named_flag_t *);
50 void saslc__list_free(list_t *);
51 void saslc__list_log(list_t *, const char *);
52 int saslc__list_parse(list_t **, const char *);
H A Dlist.c125 * @brief allocate a list_t node, the memory for its value, and save
129 * @return the list_t node, or NULL on failure.
131 static list_t *
134 list_t *l;
153 saslc__list_free(list_t *l)
155 list_t *n;
167 * @param lp pointer to list_t type for returned list. Cannot be NULL.
174 saslc__list_parse(list_t **lp, const char *p)
177 list_t *l, *t, **tp;
214 saslc__list_append(list_t **
[all...]
/netbsd-current/external/bsd/pcc/dist/pcc/driver/
H A Ddriver.h28 typedef struct list list_t; typedef in typeref:struct:list
41 list_t * prefix;
43 list_t * DIU;
45 list_t * ldargs;
50 list_t * Wa;
51 list_t * Wl;
52 list_t * Wp;
62 list_t * include;
109 const char **list_array(const list_t *);
110 size_t list_count(const list_t *);
[all...]
H A Dprog_ccom.c31 list_t *l;
H A Dprog_link.c31 list_t *l;
/netbsd-current/external/bsd/jemalloc/dist/test/unit/
H A Dql.c8 typedef struct list_s list_t; typedef in typeref:struct:list_s
9 typedef ql_head(list_t) list_head_t;
12 ql_elm(list_t) link;
18 list_t *t;
47 init_entries(list_t *entries, unsigned nentries) {
57 test_entries_list(list_head_t *head, list_t *entries, unsigned nentries) {
58 list_t *t;
94 list_t entries[NENTRIES];
98 init_entries(entries, sizeof(entries)/sizeof(list_t));
109 list_t entrie
[all...]
/netbsd-current/crypto/external/cpl/trousers/dist/src/include/daa/
H A Dlist.h29 typedef list_struct list_t[1]; typedef
/netbsd-current/external/cddl/osnet/dist/uts/common/os/
H A Dlist.c68 list_create(list_t *list, size_t size, size_t offset)
81 list_destroy(list_t *list)
93 list_insert_after(list_t *list, void *object, void *nobject)
104 list_insert_before(list_t *list, void *object, void *nobject)
115 list_insert_head(list_t *list, void *object)
122 list_insert_tail(list_t *list, void *object)
129 list_remove(list_t *list, void *object)
138 list_remove_head(list_t *list)
148 list_remove_tail(list_t *list)
158 list_head(list_t *lis
[all...]
/netbsd-current/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
H A Dzil_impl.h59 list_t i_sync_list; /* list of synchronous itxs */
72 list_t ia_list; /* list of async itxs for this foid */
122 list_t zl_itx_commit_list; /* itx list to be committed */
124 list_t zl_lwb_list; /* in-flight log write list */
H A Dzfs_onexit.h39 list_t zo_actions;
H A Dbqueue.h29 list_t bq_list;
H A Ddmu_zfetch.h60 list_t zf_stream; /* list of zstream_t's */
H A Dbplist.h42 list_t bpl_list;
H A Dvdev_disk.h48 list_t vd_ldi_cbs;
H A Ddmu_objset.h113 list_t os_synced_dnodes;
122 list_t os_dirty_dnodes[TXG_SIZE];
123 list_t os_free_dnodes[TXG_SIZE];
124 list_t os_dnodes;
125 list_t os_downgraded_dbufs;
H A Ddmu_tx.h52 list_t tx_holds; /* list of dmu_tx_hold_t */
64 list_t tx_callbacks;
136 void dmu_tx_do_callbacks(list_t *cb_list, int error);
H A Dmultilist.h45 list_t mls_list;
H A Dtxg_impl.h75 list_t tc_callbacks[TXG_SIZE]; /* commit cb list */
H A Dzfs_fuid.h91 list_t z_fuids;
92 list_t z_domains;
H A Drefcount.h57 list_t rc_list;
58 list_t rc_removed;
H A Dspa_impl.h161 list_t spa_evicting_os_list; /* Objsets being evicted. */
170 list_t spa_config_dirty_list; /* vdevs with dirty config */
171 list_t spa_state_dirty_list; /* vdevs with dirty state */
231 list_t spa_config_list; /* previous cache file(s) */
/netbsd-current/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dzfs_debug.c28 list_t zfs_dbgmsgs;

Completed in 151 milliseconds

123