Searched defs:NULL (Results 1 - 15 of 15) sorted by relevance

/seL4-test-master/tools/seL4/elfloader-tool/include/
H A Dprintf.h9 #define NULL ((void *)0) macro
H A Delfloader_common.h30 #define NULL ((void *)0) macro
/seL4-test-master/projects/musllibc/include/
H A Dstring.h11 #define NULL 0L macro
13 #define NULL ((void*)0) macro
H A Dstddef.h5 #define NULL 0L macro
7 #define NULL ((void*)0) macro
H A Dwchar.h38 #define NULL 0L macro
40 #define NULL ((void*)0) macro
H A Dstdlib.h11 #define NULL 0L macro
13 #define NULL ((void*)0) macro
H A Dstdio.h25 #define NULL 0L macro
27 #define NULL ((void*)0) macro
H A Dtime.h11 #define NULL 0L macro
13 #define NULL ((void*)0) macro
H A Dlocale.h11 #define NULL 0L macro
13 #define NULL ((void*)0) macro
H A Dunistd.h19 #define NULL 0L macro
21 #define NULL ((void*)0) macro
/seL4-test-master/projects/util_libs/libethdrivers/plat_include/am335x/ethdrivers/plat/hw/
H A Dhw_types.h59 #define NULL ((void*) 0) macro
/seL4-test-master/projects/util_libs/libcpio/src/
H A Dcpio.c16 #define NULL ((void *)0) macro
/seL4-test-master/tools/nanopb/extra/
H A Dpb_syshdr.h46 #define NULL 0 macro
/seL4-test-master/kernel/include/
H A Dutil.h29 #define NULL ((void *)0) macro
/seL4-test-master/kernel/src/api/
H A Dsyscall.c180 setMR(NODE_STATE(ksCurThread), NULL, 0, val & 0xffffffff); local
181 setMR(NODE_STATE(ksCurThread), NULL, 1, val >> 32); local
184 setMR(NODE_STATE(ksCurThread), NULL, 0, val); local

Completed in 187 milliseconds