Home
last modified time | relevance | path

Searched defs:NEW (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/cmd/backup/restore/
H A Drestore.h113 #define NEW 0x0002 /* a new entry to be extracted */ macro
/illumos-gate/usr/src/uts/sun4/sys/
H A Debus.h39 typedef enum { NEW = 0, ATTACHED, RESUMED, DETACHED, enumerator
/illumos-gate/usr/src/cmd/fs.d/
H A Dmount.c68 #define NEW 1 macro
H A Ddf.c83 #define NEW(type) xmalloc(sizeof (type)) macro
/illumos-gate/usr/src/lib/libresolv2/common/isc/
H A Deventlib_p.h52 #define NEW(p) if (((p) = memget(sizeof *(p))) != NULL) \ macro
/illumos-gate/usr/src/uts/common/sys/scsi/adapters/pmcs/
H A Dpmcs_def.h35 NEW /* Brand new device (pending state) */ enumerator
/illumos-gate/usr/src/tools/cscope-fast/
H A Dcgrep.c204 #define NEW(N) (froot?(t = froot, froot = froot->next, t->next = NULL, \ macro
/illumos-gate/usr/src/cmd/fdisk/
H A Dfdisk.c96 #define NEW 1 macro