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

12

/darwin-on-arm/xnu/bsd/sys/_types/
H A D_null.h29 #define NULL __DARWIN_NULL macro
/darwin-on-arm/xnu/osfmk/libsa/
H A Dstdlib.h66 #define NULL (void *)0 macro
H A Dstring.h53 #define NULL 0 macro
55 #define NULL ((void *)0) macro
H A Dtypes.h83 #define NULL ((void *) 0) /* the null pointer */ macro
/darwin-on-arm/xnu/libkern/libkern/c++/
H A DOSLib.h51 #define NULL 0 macro
/darwin-on-arm/xnu/libkern/kxld/tests/
H A Dloadtest.py42 NULL = open("/dev/null") variable
/darwin-on-arm/xnu/libsyscall/mach/
H A Dstring.h41 #define NULL __DARWIN_NULL macro
/darwin-on-arm/xnu/osfmk/sys/
H A Dtypes.h147 #define NULL ((void *) 0) /* the null pointer */ macro
/darwin-on-arm/xnu/libkern/gen/
H A DOSAtomicOperations.c37 #define NULL ((void *)0) macro
/darwin-on-arm/xnu/bsd/sys/
H A Dparam.h82 #define NULL __DARWIN_NULL macro
/darwin-on-arm/xnu/iokit/IOKit/
H A DIOTypes.h50 #define NULL 0 macro
52 #define NULL ((void *)0) macro
/darwin-on-arm/xnu/pexpert/gen/
H A Ddevice_tree.c44 #define NULL ((void *) 0) macro
[all...]
/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_macos_defs.h106 #define NULL 0 macro
/darwin-on-arm/xnu/bsd/netinet/
H A Dip_mroute.c1821 IP_FORWARDING, (struct ip_moptions *)0, NULL); local
[all...]
/darwin-on-arm/xnu/bsd/dev/dtrace/
H A Ddtrace.c701 #undef NULL macro
702 #define NULL (uintptr_t)0 macro
[all...]
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_exec.c3935 THREAD_UNINT, NULL, 0); local
3960 THREAD_UNINT, NULL, 0); local
3967 THREAD_UNINT, NULL, 0); local
4022 THREAD_UNINT, NULL, 0); local
4027 THREAD_UNINT, NULL, 0); local
4037 THREAD_UNINT, NULL, 0); local
[all...]
H A Dubc_subr.c884 (void) ubc_msync(vp, (off_t)0, ubc_getsize(vp), NULL, UBC_PUSHALL); local
[all...]
/darwin-on-arm/xnu/bsd/netinet6/
H A Dicmp6.c2581 (struct sockaddr *)&sgw, NULL, RTF_GATEWAY | RTF_HOST, local
2582 (struct sockaddr *)&ssrc, NULL); local
[all...]
/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_gss.c2971 (des_cblock *) cksum, NULL, DES_ENCRYPT, KG_USAGE_SEQ); local
[all...]
H A Dnfs4_vnops.c7381 cache_enter(NFSTOV(adnp), NULL, cnp); local
[all...]
H A Dnfs_vnops.c5986 cache_enter(NFSTOV(dnp), NULL, &dulp->du_cn); local
[all...]
/darwin-on-arm/xnu/libkern/kxld/
H A Dkxld_object.c815 /* kernel_linkedit_seg */ NULL); local
937 /* kernel_linkedit_seg */ NULL); local
[all...]
/darwin-on-arm/xnu/osfmk/i386/
H A Dmp.c1338 mp_cpus_call(cpu_to_cpumask(master_cpu), ASYNC, etimer_timer_expire, NULL); local
[all...]
/darwin-on-arm/xnu/bsd/net/
H A Droute.c3545 (void) sa_copy(rt_key(gwrt), &key_ss, NULL); local
[all...]
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_subr.c2159 (void)ubc_msync(vp, (off_t)0, ubc_getsize(vp), NULL, UBC_PUSHALL | UBC_INVALIDATE | UBC_SYNC); local
[all...]

Completed in 348 milliseconds

12