HomeSort by: relevance | last modified time | path
    Searched defs:list_t (Results 1 - 8 of 8) sorted by relevancy

  /src/external/cddl/osnet/dist/tools/ctf/common/
list.h 40 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...]
  /src/external/cddl/osnet/dist/uts/common/sys/
list.h 38 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...]
  /src/crypto/external/bsd/libsaslc/dist/src/
list.h 37 } list_t; typedef in typeref:struct:list_s
44 int saslc__list_append(list_t **l, const char *);
45 uint32_t saslc__list_flags(list_t *, const named_flag_t *);
46 void saslc__list_free(list_t *);
47 void saslc__list_log(list_t *, const char *);
48 int saslc__list_parse(list_t **, const char *);
  /src/crypto/external/cpl/trousers/dist/src/include/daa/
list.h 29 typedef list_struct list_t[1]; typedef
  /src/external/bsd/jemalloc.old/dist/test/unit/
ql.c 8 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 entries[NENTRIES]
    [all...]
  /src/external/bsd/jemalloc/dist/test/unit/
ql.c 8 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;
48 init_entries(list_t *entries, unsigned nentries) {
58 test_entries_list(list_head_t *head, list_t *entries, unsigned nentries) {
59 list_t *t;
96 list_t entries[NENTRIES];
100 init_entries(entries, sizeof(entries)/sizeof(list_t));
111 list_t entries[NENTRIES]
    [all...]
  /src/external/bsd/pcc/dist/pcc/driver/
driver.h 28 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...]
  /src/sys/external/bsd/drm2/dist/drm/
drm_bufs.c 542 struct drm_map_list *r_list = NULL, *list_t; local
550 list_for_each_entry_safe(r_list, list_t, &dev->maplist, head) {

Completed in 30 milliseconds