Searched defs:type (Results 1 - 25 of 237) sorted by relevance

12345678910

/seL4-camkes-master/projects/musllibc/src/linux/
H A Dreboot.c4 int reboot(int type) argument
H A Dklogctl.c4 int klogctl (int type, char *buf, int len) argument
/seL4-camkes-master/projects/musllibc/src/thread/
H A Dmtx_init.c4 int mtx_init(mtx_t *m, int type) argument
H A Dpthread_mutexattr_settype.c3 int pthread_mutexattr_settype(pthread_mutexattr_t *a, int type) argument
H A Dpthread_mutex_trylock.c6 int type = m->_m_type & 15; local
H A Dpthread_mutex_unlock.c8 int type = m->_m_type & 15; local
/seL4-camkes-master/projects/seL4_libs/libsel4debug/src/
H A Dcaps.c22 int type = seL4_DebugCapIdentify(cap); local
/seL4-camkes-master/projects/musllibc/src/ipc/
H A Dmsgrcv.c6 ssize_t msgrcv(int q, void *m, size_t len, long type, int flag) argument
/seL4-camkes-master/projects/musllibc/src/network/
H A Dsocket.c6 int socket(int domain, int type, int protocol) argument
H A Dnetname.c3 struct netent *getnetbyaddr(uint32_t net, int type) argument
H A Dsocketpair.c6 int socketpair(int domain, int type, int protocol, int fd[2]) argument
H A Dres_query.c8 int __res_query(const char *name, int class, int type, unsigned char *dest, int len) argument
H A Dres_querydomain.c4 int res_querydomain(const char *name, const char *domain, int class, int type, unsigned char *dest, int len) argument
/seL4-camkes-master/projects/musllibc/src/stdio/
H A Dsetvbuf.c12 int setvbuf(FILE *restrict f, char *restrict buf, int type, size_t size) argument
/seL4-camkes-master/projects/musllibc/src/process/
H A Dwaitid.c5 int waitid(idtype_t type, id_t id, siginfo_t *info, int options) argument
/seL4-camkes-master/projects/seL4_libs/libsel4vka/arch_include/arm/vka/arch/
H A Dkobject_t.h32 static inline seL4_Word arch_kobject_get_size(kobject_t type, seL4_Word objectSize) argument
49 static inline seL4_Word arch_kobject_get_type(kobject_t type, seL4_Word objectSize) argument
/seL4-camkes-master/projects/seL4_libs/libsel4vka/arch_include/x86/vka/arch/
H A Dkobject_t.h33 static inline seL4_Word arch_kobject_get_size(kobject_t type, seL4_Word objectSize) argument
51 static inline seL4_Word arch_kobject_get_type(int type, seL4_Word objectSize) argument
/seL4-camkes-master/projects/seL4_libs/libsel4vka/sel4_arch_include/aarch32/vka/sel4_arch/
H A Dkobject_t.h32 static inline seL4_Word arm_mode_kobject_get_size(kobject_t type, seL4_Word objectSize) argument
51 static inline seL4_Word arm_mode_kobject_get_type(kobject_t type, seL4_Word objectSize) argument
/seL4-camkes-master/projects/seL4_libs/libsel4vka/sel4_arch_include/aarch64/vka/sel4_arch/
H A Dkobject_t.h34 static inline seL4_Word arm_mode_kobject_get_size(kobject_t type, seL4_Word objectSize) argument
54 static inline seL4_Word arm_mode_kobject_get_type(kobject_t type, seL4_Word objectSize) argument
/seL4-camkes-master/projects/seL4_libs/libsel4vka/sel4_arch_include/arm_hyp/vka/sel4_arch/
H A Dkobject_t.h32 static inline seL4_Word arm_mode_kobject_get_size(kobject_t type, seL4_Word objectSize) argument
51 static inline seL4_Word arm_mode_kobject_get_type(kobject_t type, seL4_Word objectSize) argument
/seL4-camkes-master/projects/seL4_libs/libsel4vka/sel4_arch_include/ia32/vka/sel4_arch/
H A Dkobject_t.h33 static inline seL4_Word x86_mode_kobject_get_size(kobject_t type, seL4_Word UNUSED objectSize) argument
44 static inline seL4_Word x86_mode_kobject_get_type(kobject_t type, seL4_Word UNUSED objectSize) argument
/seL4-camkes-master/projects/seL4_libs/libsel4vka/sel4_arch_include/x86_64/vka/sel4_arch/
H A Dkobject_t.h34 static inline seL4_Word x86_mode_kobject_get_size(kobject_t type, seL4_Word objectSize) argument
52 static inline seL4_Word x86_mode_kobject_get_type(kobject_t type, seL4_Word objectSize) argument
/seL4-camkes-master/projects/util_libs/libplatsupport/plat_include/pc99/platsupport/plat/acpi/tables/
H A Dhest.h20 uint16_t type; member in struct:acpi_hest_entry_hdr
/seL4-camkes-master/kernel/include/arch/x86/arch/64/mode/kernel/
H A Dtlb.h29 static inline void invalidatePCID(word_t type, void *vaddr, asid_t asid, word_t mask) argument
/seL4-camkes-master/kernel/include/machine/
H A Ddebug.h53 word_t vaddr, type, size, rw; member in struct:getBreakpointRet

Completed in 118 milliseconds

12345678910