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

/illumos-gate/usr/src/cmd/backup/restore/
H A Drestore.h115 #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 in enum:__anon9758
/illumos-gate/usr/src/uts/sun4u/montecarlo/sys/
H A Dacebus.h39 typedef enum { NEW = 0, ATTACHED, RESUMED, DETACHED, enumerator in enum:__anon9840
/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/sun4u/montecarlo/io/
H A Dhsc.c850 #define NEW(type) (type *) kmem_zalloc(sizeof (type), KM_SLEEP) macro
859 hsc_slot_t *hsp = NEW(hsc_slot_t);
/illumos-gate/usr/src/uts/common/sys/scsi/adapters/pmcs/
H A Dpmcs_def.h35 NEW /* Brand new device (pending state) */ enumerator in enum:__anon8949
/illumos-gate/usr/src/cmd/fs.d/
H A Dmount.c70 #define NEW 1 macro
633 flags(mget.mnt_mntopts, NEW),
H A Ddf.c77 #define NEW(type) xmalloc(sizeof (type)) macro
478 struct extmnttab *new = NEW(struct extmnttab);
/illumos-gate/usr/src/tools/cscope-fast/
H A Dcgrep.c207 #define NEW(N) (froot?(t = froot, froot = froot->next, t->next = NULL, \ macro
209 #define ADD(N) if (qtail) qtail = qtail->next = NEW(N); \
210 else qtail = qhead = NEW(N)
/illumos-gate/usr/src/cmd/fdisk/
H A Dfdisk.c108 #define NEW 1 macro
1459 "Clearing VTOC labels from NEW"
1462 clear_vtoc(NEW, new_pt);

Completed in 97 milliseconds