Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/backup/restore/
H A Drestore.h115 #define NEW 0x0002 /* a new entry to be extracted */ macro
/titanic_50/usr/src/uts/sun4u/montecarlo/sys/
H A Dacebus.h39 typedef enum { NEW = 0, ATTACHED, RESUMED, DETACHED, enumerator
/titanic_50/usr/src/uts/sun4/sys/
H A Debus.h39 typedef enum { NEW = 0, ATTACHED, RESUMED, DETACHED, enumerator
/titanic_50/usr/src/cmd/fs.d/
H A Dmount.c70 #define NEW 1 macro
H A Ddf.c82 #define NEW(type) xmalloc(sizeof (type)) macro
/titanic_50/usr/src/uts/sun4u/montecarlo/io/
H A Dhsc.c850 #define NEW(type) (type *) kmem_zalloc(sizeof (type), KM_SLEEP) macro
/titanic_50/usr/src/lib/libresolv2/common/isc/
H A Deventlib_p.h52 #define NEW(p) if (((p) = memget(sizeof *(p))) != NULL) \ macro
/titanic_50/usr/src/uts/common/sys/scsi/adapters/pmcs/
H A Dpmcs_def.h35 NEW /* Brand new device (pending state) */ enumerator
/titanic_50/usr/src/cmd/fdisk/
H A Dfdisk.c108 #define NEW 1 macro
/titanic_50/usr/src/tools/cscope-fast/
H A Dcgrep.c207 #define NEW(N) (froot?(t = froot, froot = froot->next, t->next = NULL, \ macro