Searched defs:list (Results 1 - 16 of 16) sorted by relevance

/seL4-test-master/projects/musllibc/src/unistd/
H A Dgetgroups.c4 int getgroups(int count, gid_t list[]) argument
/seL4-test-master/projects/musllibc/src/linux/
H A Dsetgroups.c5 int setgroups(size_t count, const gid_t list[]) argument
H A Dxattr.c19 ssize_t listxattr(const char *path, char *list, size_t size) argument
24 ssize_t llistxattr(const char *path, char *list, size_t size) argument
29 ssize_t flistxattr(int filedes, char *list, size_t size) argument
/seL4-test-master/kernel/include/arch/x86/arch/kernel/
H A Dboot.h17 p_region_t list[MAX_NUM_FREEMEM_REG]; member in struct:mem_p_regs
/seL4-test-master/projects/sel4_projects_libs/libsel4vmmplatsupport/src/
H A Ddevice.c13 int device_list_init(device_list_t *list) argument
25 int add_device(device_list_t *list, const struct device *d) argument
[all...]
/seL4-test-master/projects/util_libs/libplatsupport/src/
H A Dtqueue.c35 static tqueue_node_t *head(tqueue_node_t *list) argument
/seL4-test-master/projects/musllibc/src/network/
H A Dif_nameindex.c21 struct ifnamemap *list; member in struct:ifnameindexctx
/seL4-test-master/projects/seL4_libs/libsel4allocman/src/utspace/
H A Dsplit.c106 struct utspace_split_node **list; local
/seL4-test-master/projects/util_libs/libethdrivers/src/plat/imx6/uboot/
H A Dphy.h143 struct list_head list; member in struct:phy_driver
H A Dlist.h31 static inline void INIT_LIST_HEAD(struct list_head *list) argument
143 list_move(struct list_head *list, struct list_head *head) argument
154 list_move_tail(struct list_head *list, struct list_head *head) argument
166 list_is_last(const struct list_head *list, const struct list_head *head) argument
209 __list_cut_position(struct list_head *list, struct list_head *head, struct list_head *entry) argument
235 list_cut_position(struct list_head *list, struct list_head *head, struct list_head *entry) argument
249 __list_splice(const struct list_head *list, struct list_head *prev, struct list_head *next) argument
268 list_splice(const struct list_head *list, struct list_head *head) argument
280 list_splice_tail(struct list_head *list, struct list_head *head) argument
294 list_splice_init(struct list_head *list, struct list_head *head) argument
311 list_splice_tail_init(struct list_head *list, struct list_head *head) argument
[all...]
/seL4-test-master/projects/util_libs/libethdrivers/src/plat/zynq7000/uboot/
H A Dlist.h33 static inline void INIT_LIST_HEAD(struct list_head *list) argument
145 list_move(struct list_head *list, struct list_head *head) argument
156 list_move_tail(struct list_head *list, struct list_head *head) argument
168 list_is_last(const struct list_head *list, const struct list_head *head) argument
211 __list_cut_position(struct list_head *list, struct list_head *head, struct list_head *entry) argument
237 list_cut_position(struct list_head *list, struct list_head *head, struct list_head *entry) argument
251 __list_splice(const struct list_head *list, struct list_head *prev, struct list_head *next) argument
270 list_splice(const struct list_head *list, struct list_head *head) argument
282 list_splice_tail(struct list_head *list, struct list_head *head) argument
296 list_splice_init(struct list_head *list, struct list_head *head) argument
313 list_splice_tail_init(struct list_head *list, struct list_head *head) argument
[all...]
H A Dphy.h148 struct list_head list; member in struct:phy_driver
/seL4-test-master/projects/util_libs/libethdrivers/src/plat/tx2/uboot/
H A Dlist.h33 static inline void INIT_LIST_HEAD(struct list_head *list) argument
145 list_move(struct list_head *list, struct list_head *head) argument
156 list_move_tail(struct list_head *list, struct list_head *head) argument
168 list_is_last(const struct list_head *list, const struct list_head *head) argument
211 __list_cut_position(struct list_head *list, struct list_head *head, struct list_head *entry) argument
237 list_cut_position(struct list_head *list, struct list_head *head, struct list_head *entry) argument
254 __list_splice(const struct list_head *list, struct list_head *prev, struct list_head *next) argument
273 list_splice(const struct list_head *list, struct list_head *head) argument
286 list_splice_tail(struct list_head *list, struct list_head *head) argument
301 list_splice_init(struct list_head *list, struct list_head *head) argument
318 list_splice_tail_init(struct list_head *list, struct list_head *head) argument
[all...]
H A Dphy.h151 struct list_head list; member in struct:phy_driver
/seL4-test-master/projects/util_libs/libfdt/
H A Dfdt_ro.c725 const char *list, *end; local
752 const char *list, *end; local
782 const char *list, *end; local
[all...]
/seL4-test-master/tools/riscv-pk/machine/
H A Dfdt.c131 const char *list = (const char *)prop->value; local

Completed in 86 milliseconds