Searched defs:NEW (Results 1 – 10 of 10) sorted by relevance
/titanic_50/usr/src/cmd/backup/restore/ |
H A D | restore.h | 115 #define NEW 0x0002 /* a new entry to be extracted */ macro
|
/titanic_50/usr/src/uts/sun4u/montecarlo/sys/ |
H A D | acebus.h | 39 typedef enum { NEW = 0, ATTACHED, RESUMED, DETACHED, enumerator
|
/titanic_50/usr/src/uts/sun4/sys/ |
H A D | ebus.h | 39 typedef enum { NEW = 0, ATTACHED, RESUMED, DETACHED, enumerator
|
/titanic_50/usr/src/cmd/fs.d/ |
H A D | mount.c | 70 #define NEW 1 macro
|
H A D | df.c | 82 #define NEW(type) xmalloc(sizeof (type)) macro
|
/titanic_50/usr/src/uts/sun4u/montecarlo/io/ |
H A D | hsc.c | 850 #define NEW(type) (type *) kmem_zalloc(sizeof (type), KM_SLEEP) macro
|
/titanic_50/usr/src/lib/libresolv2/common/isc/ |
H A D | eventlib_p.h | 52 #define NEW(p) if (((p) = memget(sizeof *(p))) != NULL) \ macro
|
/titanic_50/usr/src/uts/common/sys/scsi/adapters/pmcs/ |
H A D | pmcs_def.h | 35 NEW /* Brand new device (pending state) */ enumerator
|
/titanic_50/usr/src/cmd/fdisk/ |
H A D | fdisk.c | 108 #define NEW 1 macro
|
/titanic_50/usr/src/tools/cscope-fast/ |
H A D | cgrep.c | 207 #define NEW(N) (froot?(t = froot, froot = froot->next, t->next = NULL, \ macro
|