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

/seL4-camkes-master/tools/rumprun/include/bmk-core/
H A Dnull.h13 #define NULL ((void *)0) macro
15 #define NULL 0 macro
18 #define NULL __null macro
/seL4-camkes-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-camkes-master/tools/cogent/c-refinement/tests/stdlib/
H A Dstdlib.h21 #define NULL 0 macro
/seL4-camkes-master/tools/cogent/impl/fs/ext2/cogent/plat/linux/
H A Dadt.h52 #define NULL ((void *)0) macro
/seL4-camkes-master/tools/rumprun/platform/hw/include/hw/
H A Dtypes.h7 #define NULL (void *)0 macro
/seL4-camkes-master/tools/cogent/impl/fs/bilby/cogent/plat/linux/
H A Dadt.h57 #define NULL ((void *)0) macro
/seL4-camkes-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-camkes-master/projects/util_libs/libethdrivers/plat_include/am335x/ethdrivers/plat/hw/
H A Dhw_types.h59 #define NULL ((void*) 0) macro
/seL4-camkes-master/projects/lwip/src/include/lwip/
H A Ddef.h79 #define NULL 0 macro
81 #define NULL ((void *)0) macro
/seL4-camkes-master/projects/picotcp/include/
H A Dpico_queue.h14 #define NULL ((void *)0) macro
[all...]
/seL4-camkes-master/projects/camkes/apps/picotcp_tcp_echo/components/Echo/src/
H A Decho.c119 handle_picoserver_notification, NULL); local
/seL4-camkes-master/projects/util_libs/libcpio/src/
H A Dcpio.c16 #define NULL ((void *)0) macro
/seL4-camkes-master/kernel/include/
H A Dutil.h29 #define NULL ((void *)0) macro
/seL4-camkes-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
/seL4-camkes-master/tools/rumprun/lib/librumprun_base/
H A D_lwp.c265 assignme(bmk_sched_gettcb(), NULL); local
[all...]
/seL4-camkes-master/projects/lwip/src/core/
H A Dnetif.c753 netif_do_ip_addr_changed(netif_ip_addr4(netif), NULL); local
767 netif_do_ip_addr_changed(netif_ip_addr6(netif, i), NULL); local
1416 netif_do_ip_addr_changed(netif_ip_addr6(netif, addr_idx), NULL); local
[all...]

Completed in 532 milliseconds