HomeSort by: relevance | last modified time | path
    Searched defs:NULL (Results 1 - 12 of 12) sorted by relevancy

  /src/sys/sys/
null.h 1 /* $NetBSD: null.h,v 1.9 2010/07/06 11:56:20 kleink Exp $ */
10 #ifndef NULL
13 #define NULL ((void *)0)
15 #define NULL 0
18 #define NULL __null
  /src/common/include/rpc/
types.h 61 #ifndef NULL
62 # define NULL 0
  /src/sys/arch/landisk/stand/boot/
monitor.c 39 #ifndef NULL
40 #define NULL (void *)0
58 { NULL, NULL },
92 while (db_cmd[tmp].name != NULL) {
101 if (db_cmd[tmp].name == NULL)
330 while (db_cmd[i].name != NULL)
  /src/usr.sbin/bootp/common/
hash.c 49 #ifndef NULL
50 #define NULL 0
72 * calls return NULL.
92 hashtblptr = NULL; /* Disallow zero-length tables */
94 return hashtblptr; /* NULL if failure */
102 * hashing scheme). Does nothing if the passed pointer is NULL.
122 * memory and resets all bucket pointers to NULL.
134 *bucketptr++ = NULL;
247 hash_member *previous = NULL;
264 memberptr->next = NULL;
    [all...]
  /src/usr.sbin/bootp/bootptest/
getether.c 188 #ifndef NULL
189 #define NULL 0
237 if (putmsg(fd, &cbuf, NULL, 0) < 0) {
245 if (getmsg(fd, &cbuf, NULL, &flags) < 0) {
279 if (putmsg(fd, &cbuf, NULL, 0) < 0) {
287 if (getmsg(fd, &cbuf, NULL, &flags) < 0) {
  /src/sys/arch/prep/stand/boot/
monitor.c 38 #define NULL 0
65 { NULL, NULL },
99 while (db_cmd[tmp].name != NULL) {
108 if (db_cmd[tmp].name == NULL)
344 { NULL, NULL, NULL },
354 while (mreg[i].op != NULL)
360 while (mreg[i].op != NULL) {
    [all...]
  /src/sys/arch/rs6000/stand/boot/
monitor.c 38 #define NULL 0
65 { NULL, NULL },
99 while (db_cmd[tmp].name != NULL) {
108 if (db_cmd[tmp].name == NULL)
344 { NULL, NULL, NULL },
354 while (mreg[i].op != NULL)
360 while (mreg[i].op != NULL) {
    [all...]
  /src/bin/sh/
shell.h 71 #ifndef NULL
72 #define NULL (void *)0
82 extern const char nullstr[1]; /* null string */
  /src/sys/external/bsd/gnu-efi/dist/inc/
efidef.h 38 #ifndef NULL
39 #define NULL ((VOID *) 0)
  /src/games/larn/
header.h 324 #ifndef NULL
325 #define NULL 0
  /src/sys/dev/pci/
unichromereg.h 47 #ifndef NULL
48 #define NULL 0
  /src/sys/external/bsd/acpica/dist/include/
actypes.h 471 #define ACPI_ALLOCATE(a) NULL
472 #define ACPI_ALLOCATE_ZEROED(a) NULL
548 /* Logical defines and NULL */
560 #ifndef NULL
561 #define NULL (void *) 0
570 typedef char * ACPI_STRING; /* Null terminated ASCII string */
571 typedef const char * ACPI_CONST_STRING; /* Null terminated ASCII string */
1079 * Note: Type == ACPI_TYPE_ANY (0) is used to indicate a NULL package
1094 UINT32 Length; /* # of bytes in string, excluding trailing null */
1325 #define ACPI_DEFAULT_HANDLER NULL
    [all...]

Completed in 152 milliseconds