/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/ |
H A D | layout_array.h | 97 #define LIST_HEAD(name, type) \ macro 107 LIST_HEAD(, malloc_elem) free_head[RTE_HEAP_NUM_FREELISTS];
|
/third_party/NuttX/fs/mount/ |
H A D | fs_foreachmountpoint.c | 57 LIST_HEAD *mntList = GetMountList(); in foreach_mountpoint()
|
H A D | fs_sync.c | 58 LIST_HEAD *mntList = GetMountList(); in sync()
|
H A D | fs_mount.c | 155 LIST_HEAD *mount_list = NULL; in mount()
|
/third_party/alsa-lib/src/ |
H A D | shmarea.c | 57 static LIST_HEAD(shm_areas);
|
H A D | async.c | 55 static LIST_HEAD(snd_async_handlers);
|
H A D | dlmisc.c | 308 static LIST_HEAD(pcm_dlobj_list);
|
/third_party/musl/libc-test/src/functionalext/queue/ |
H A D | sys_queue.c | 33 LIST_HEAD(Head, Node) head = LIST_HEAD_INITIALIZER(head);
|
/third_party/FreeBSD/sys/dev/random/ |
H A D | randomdev.h | 111 LIST_HEAD(sources_head, random_sources);
|
/third_party/alsa-lib/include/ |
H A D | list.h | 26 #define LIST_HEAD(x) \ macro
|
/third_party/libbpf/include/linux/ |
H A D | list.h | 7 #define LIST_HEAD(name) \ macro
|
/third_party/alsa-utils/alsactl/ |
H A D | init_sysfs.c | 24 static LIST_HEAD(attr_list);
|
H A D | list.h | 47 #define LIST_HEAD(name) \ macro
|
H A D | monitor.c | 394 LIST_HEAD(srcs); in monitor()
|
/third_party/eudev/src/shared/ |
H A D | list.h | 26 #define LIST_HEAD(t,name) \ macro
|
H A D | hashmap.c | 158 static LIST_HEAD(struct hashmap_debug_info, hashmap_debug_list);
|
/third_party/f2fs-tools/tools/ |
H A D | f2fs_io_parse.c | 86 LIST_HEAD(plist, pid_ent) pid_info;
|
/third_party/exfatprogs/include/ |
H A D | list.h | 38 #define LIST_HEAD(name) \ macro
|
/third_party/FreeBSD/sys/dev/usb/ |
H A D | usb_device.h | 222 LIST_HEAD(,usb_fs_privdata) pd_list;
|
/third_party/ltp/testcases/realtime/include/ |
H A D | list.h | 66 #define LIST_HEAD(name) \ macro
|
/third_party/ltp/testcases/realtime/lib/ |
H A D | librttest.c | 64 static LIST_HEAD(_threads);
|
/third_party/FreeBSD/sys/compat/linuxkpi/common/src/ |
H A D | linux_usb.c | 73 static LIST_HEAD(, usb_linux_softc) usb_linux_attached_list; 74 static LIST_HEAD(, usb_driver) usb_linux_driver_list;
|
/third_party/alsa-lib/aserver/ |
H A D | aserver.c | 211 LIST_HEAD(clients); 218 LIST_HEAD(inet_pendings);
|
/third_party/alsa-lib/src/ucm/ |
H A D | utils.c | 790 static LIST_HEAD(ucm_cards);
|
/third_party/FreeBSD/sys/sys/ |
H A D | queue.h | 448 #define LIST_HEAD(name, type) \ macro 479 * QMD_LIST_CHECK_HEAD(LIST_HEAD *head, LIST_ENTRY NAME)
|