Searched refs:list (Results 1 - 25 of 875) sorted by relevance

1234567891011>>

/src/tests/usr.bin/xlint/lint1/
H A Dd_cast_typeof.c7 char list; member in struct:foo
15 ((char *)&((typeof(hole))0)->list) :
16 ((char *)&((typeof(*hole) *)0)->list);
/src/sys/external/bsd/drm2/dist/include/drm/ttm/
H A Dttm_execbuf_util.h36 #include <linux/list.h>
43 * @head: list head for thread-private list.
58 * @list: thread private list of ttm_validate_buffer structs.
61 * the list entries.
65 struct list_head *list);
72 * @list: thread private list of ttm_validate_buffer structs.
74 * @dups: [out] optional list o
[all...]
/src/sys/external/bsd/drm2/include/linux/
H A Drculist.h11 * notice, this list of conditions and the following disclaimer.
13 * notice, this list of conditions and the following disclaimer in the
32 #include <linux/list.h>
/src/lib/libc/include/isc/
H A Dlist.h1 /* $NetBSD: list.h,v 1.6 2022/04/19 20:32:15 rillig Exp $ */
25 #define INIT_LIST(list) \
26 do { (list).head = NULL; (list).tail = NULL; } while (0)
39 #define HEAD(list) ((list).head)
40 #define TAIL(list) ((list).tail)
41 #define EMPTY(list) ((list)
[all...]
/src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
H A Damdgpu_bo_list.h56 void amdgpu_bo_list_get_list(struct amdgpu_bo_list *list,
58 void amdgpu_bo_list_put(struct amdgpu_bo_list *list);
66 struct amdgpu_bo_list **list);
69 amdgpu_bo_list_array_entry(struct amdgpu_bo_list *list, unsigned index) argument
71 struct amdgpu_bo_list_entry *array = (void *)&list[1];
76 #define amdgpu_bo_list_for_each_entry(e, list) \
77 for (e = amdgpu_bo_list_array_entry(list, 0); \
78 e != amdgpu_bo_list_array_entry(list, (list)->num_entries); \
81 #define amdgpu_bo_list_for_each_userptr_entry(e, list) \
[all...]
H A Damdgpu_bo_list.c48 struct amdgpu_bo_list *list = container_of(rcu, struct amdgpu_bo_list, local in function:amdgpu_bo_list_free_rcu
51 kvfree(list);
56 struct amdgpu_bo_list *list = container_of(ref, struct amdgpu_bo_list, local in function:amdgpu_bo_list_free
60 amdgpu_bo_list_for_each_entry(e, list) {
66 call_rcu(&list->rhead, amdgpu_bo_list_free_rcu);
75 struct amdgpu_bo_list *list; local in function:amdgpu_bo_list_create
87 list = kvmalloc(size, GFP_KERNEL);
88 if (!list)
91 kref_init(&list->refcount);
92 list
177 struct amdgpu_bo_list *list; local in function:amdgpu_bo_list_destroy
201 amdgpu_bo_list_get_list(struct amdgpu_bo_list * list,struct list_head * validated) argument
235 amdgpu_bo_list_put(struct amdgpu_bo_list * list) argument
290 struct amdgpu_bo_list *list, *old; local in function:amdgpu_bo_list_ioctl
[all...]
/src/usr.bin/msgc/
H A Dmsgparse.y13 * notice, this list of conditions and the following disclaimer.
15 * notice, this list of conditions and the following disclaimer in the
56 %start list
60 list : /* empty */ label
61 | list msg
/src/usr.bin/mklocale/
H A Dyacc.y15 * notice, this list of conditions and the following disclaimer.
17 * notice, this list of conditions and the following disclaimer in the
107 rune_list *list;
124 %type <list> list
125 %type <list> map
184 | LIST list
194 list : RUNE label
208 | list RUNE
215 | list RUN
[all...]
/src/usr.sbin/intrctl/
H A Dintrctl_io.c11 * notice, this list of conditions and the following disclaimer.
13 * notice, this list of conditions and the following disclaimer in the
52 error = sysctlbyname("kern.intr.list", NULL, &buf_size, NULL, 0);
63 error = sysctlbyname("kern.intr.list", buf, &buf_size, NULL, 0);
93 struct intrio_list *list = handle; local in function:intrctl_io_ncpus
95 return list->il_ncpus;
101 struct intrio_list *list = handle; local in function:intrctl_io_nintrs
103 return list->il_nintrs;
109 struct intrio_list *list = handle; local in function:intrctl_io_firstline
113 buf_end = (char *)list
124 struct intrio_list *list; local in function:intrctl_io_nextline
[all...]
/src/sys/external/bsd/drm2/dist/drm/i915/selftests/
H A Dmock_request.h30 #include <linux/list.h>
/src/lib/libpam/modules/pam_guest/
H A Dpam_guest.c16 * notice, this list of conditions and the following disclaimer.
18 * notice, this list of conditions and the following disclaimer in the
55 lookup(const char *str, const char *list) argument
61 while (*list != '\0') {
62 while (*list == ',')
63 ++list;
64 if ((next = strchr(list, ',')) == NULL)
65 next = strchr(list, '\0');
66 if (next - list == (ptrdiff_t)len &&
67 strncmp(list, st
[all...]
/src/usr.bin/rpcgen/
H A Drpc_util.h44 struct list { struct
46 struct list *next;
48 typedef struct list list; typedef in typeref:struct:list
66 extern list *defined;
99 #define STOREVAL(list,item) \
100 storeval(list,item)
102 #define FINDVAL(list,item,finder) \
103 findval(list, item, finder)
107 definition *findval(list *, cons
[all...]
/src/distrib/amd64/ramdisks/ramdisk-cgdroot/
H A DMakefile11 LISTS+= ${DISTRIBDIR}/common/list.cgdroot
15 LISTS+= ${DISTRIBDIR}/common/list.inet6
/src/distrib/amd64/ramdisks/ramdisk-zfsroot/
H A DMakefile13 LISTS+= ${DISTRIBDIR}/common/list.zfsroot
18 LISTS+= ${.CURDIR}/list
/src/distrib/i386/ramdisks/ramdisk-cgdroot/
H A DMakefile12 LISTS+= ${DISTRIBDIR}/common/list.cgdroot
16 LISTS+= ${DISTRIBDIR}/common/list.inet6
/src/usr.bin/make/
H A Dlst.c14 * notice, this list of conditions and the following disclaimer.
16 * notice, this list of conditions and the following disclaimer in the
52 Lst_Done(List *list) argument
56 for (ln = list->first; ln != NULL; ln = next) {
63 Lst_DoneFree(List *list) argument
67 for (ln = list->first; ln != NULL; ln = next) {
76 Lst_InsertBefore(List *list, ListNode *ln, void *datum) argument
88 if (ln == list->first)
89 list->first = newNode;
92 /* Add a piece of data at the start of the given list
94 Lst_Prepend(List * list,void * datum) argument
113 Lst_Append(List * list,void * datum) argument
135 Lst_Remove(List * list,ListNode * ln) argument
177 Lst_FindDatum(List * list,const void * datum) argument
234 Lst_Dequeue(List * list) argument
[all...]
H A Dlst.h14 * notice, this list of conditions and the following disclaimer.
16 * notice, this list of conditions and the following disclaimer in the
49 * notice, this list of conditions and the following disclaimer.
51 * notice, this list of conditions and the following disclaimer in the
85 /* A doubly-linked list of pointers. */
87 /* A single node in the doubly-linked list. */
91 ListNode *prev; /* previous node in list, or NULL */
92 ListNode *next; /* next node in list, or NULL */
101 /* Free the list nodes. */
103 /* Free the list node
110 Lst_Init(List * list) argument
119 Lst_IsEmpty(List * list) argument
152 Lst_Enqueue(List * list,void * datum) argument
[all...]
/src/tests/lib/libc/sys/
H A Dt_futex_robust.c11 * notice, this list of conditions and the following disclaimer.
13 * notice, this list of conditions and the following disclaimer in the
48 struct futex_robust_list list; member in struct:futex_lock_pos
55 struct futex_robust_list list; member in struct:futex_lock_neg
104 d->rhead.list.next = &d->rhead.list;
106 offsetof(struct futex_lock_pos, list);
120 pos_locks[i].list.next = d->rhead.list.next;
121 d->rhead.list
[all...]
/src/share/examples/puffs/pgfs/
H A Dpgfs_waitq.c11 * notice, this list of conditions and the following disclaimer.
13 * notice, this list of conditions and the following disclaimer in the
45 TAILQ_ENTRY(waiter) list;
66 TAILQ_INSERT_TAIL(wq, &w, list);
78 TAILQ_REMOVE(wq, w, list);
93 TAILQ_FOREACH(w, wq, list) {
/src/distrib/amd64/ramdisks/ramdisk/
H A DMakefile12 LISTS+= ${DISTRIBDIR}/common/list.inet6
/src/distrib/ofppc/ramdisks/ramdisk/
H A DMakefile11 LISTS+= ${DISTRIBDIR}/common/list.inet6
/src/distrib/virt68k/ramdisks/inst-ramdisk/
H A DMakefile12 LISTS+= ${DISTRIBDIR}/common/list.inet6
/src/games/backgammon/teachgammon/
H A Dttext1.c11 * notice, this list of conditions and the following disclaimer.
13 * notice, this list of conditions and the following disclaimer in the
47 const char *const list[] = { variable in typeref:typename:const char * const[]
57 "\t?\tto get this list",
/src/tests/usr.bin/indent/
H A Dlsym_for.c53 #define foreach(list, it) for (it = list.first; it != NULL; it = it->next)
66 foreach(list, it)
70 foreach(list, it) {
/src/sbin/sysctl/
H A Dpathconf.c11 * notice, this list of conditions and the following disclaimer.
13 * notice, this list of conditions and the following disclaimer in the
72 struct list { struct
73 struct ctlname *list; member in struct:list
76 struct list pclist = { pcnames, PC_MAXID };
132 struct list *lp;
136 if (lp->list == 0)
139 if (lp->list[lvl2].ctl_name == 0)
141 parse(path, lp->list[lvl2].ctl_name, Aflag);
195 * Scan a list o
[all...]

Completed in 9 milliseconds

1234567891011>>