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

/seL4-refos-master/seL4_tools/elfloader-tool/include/
H A Dprintf.h9 #define NULL ((void *)0) macro
H A Delfloader_common.h30 #define NULL ((void *)0) macro
/seL4-refos-master/tools/elfloader/include/
H A Dprintf.h9 #define NULL ((void *)0) macro
H A Delfloader_common.h30 #define NULL ((void *)0) macro
/seL4-refos-master/libs/libmuslc/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-refos-master/projects/util_libs/libethdrivers/plat_include/am335x/ethdrivers/plat/hw/
H A Dhw_types.h59 #define NULL ((void*) 0) macro
/seL4-refos-master/libs/libcpio/src/
H A Dcpio.c16 #define NULL ((void *)0) macro
/seL4-refos-master/projects/util_libs/libcpio/src/
H A Dcpio.c16 #define NULL ((void *)0) macro
/seL4-refos-master/kernel/include/
H A Dutil.h29 #define NULL ((void *)0) macro
/seL4-refos-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 78 milliseconds