| /src/sys/compat/netbsd32/ |
| netbsd32_exec.h | 89 uint32_t nullp = 0; local 119 if ((error = copyout(&nullp, cpp++, sizeof(nullp))) != 0) 132 if ((error = copyout(&nullp, cpp++, sizeof(nullp))) != 0)
|
| /src/sys/compat/linux/common/ |
| linux_exec_aout.c | 87 void *nullp = NULL; local 111 if ((error = copyout(&nullp, cpp++, sizeof(nullp))) != 0) 124 if ((error = copyout(&nullp, cpp++, sizeof(nullp))) != 0)
|
| /src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/subdev/ |
| mmu.h | 58 void *nullp; member in struct:nvkm_vmm
|
| /src/external/gpl3/gcc/dist/gcc/ |
| pointer-query.cc | 669 const bool nullp = skip_null && integer_zerop (arg); local 677 if (!nullp) 693 if (nullp)
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| pointer-query.cc | 667 const bool nullp = skip_null && integer_zerop (arg); local 675 if (!nullp) 691 if (nullp)
|
| /src/sys/kern/ |
| kern_exec.c | 1750 void *nullp; local 1755 nullp = NULL; 1790 if ((error = copyout(&nullp, cpp++, sizeof(nullp))) != 0) { 1791 COPYPRINTF("", cpp - 1, sizeof(nullp)); 1809 if ((error = copyout(&nullp, cpp++, sizeof(nullp))) != 0) { 1810 COPYPRINTF("", cpp - 1, sizeof(nullp));
|