Searched defs:NEW (Results 1 - 10 of 10) sorted by relevance
/illumos-gate/usr/src/cmd/backup/restore/ |
H A D | restore.h | 115 #define NEW 0x0002 /* a new entry to be extracted */ macro
|
/illumos-gate/usr/src/uts/sun4/sys/ |
H A D | ebus.h | 39 typedef enum { NEW = 0, ATTACHED, RESUMED, DETACHED, enumerator in enum:__anon9758
|
/illumos-gate/usr/src/uts/sun4u/montecarlo/sys/ |
H A D | acebus.h | 39 typedef enum { NEW = 0, ATTACHED, RESUMED, DETACHED, enumerator in enum:__anon9840
|
/illumos-gate/usr/src/lib/libresolv2/common/isc/ |
H A D | eventlib_p.h | 52 #define NEW(p) if (((p) = memget(sizeof *(p))) != NULL) \ macro
|
/illumos-gate/usr/src/uts/sun4u/montecarlo/io/ |
H A D | hsc.c | 850 #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 D | pmcs_def.h | 35 NEW /* Brand new device (pending state) */ enumerator in enum:__anon8949
|
/illumos-gate/usr/src/cmd/fs.d/ |
H A D | mount.c | 70 #define NEW 1 macro 633 flags(mget.mnt_mntopts, NEW),
|
H A D | df.c | 77 #define NEW(type) xmalloc(sizeof (type)) macro 478 struct extmnttab *new = NEW(struct extmnttab);
|
/illumos-gate/usr/src/tools/cscope-fast/ |
H A D | cgrep.c | 207 #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 D | fdisk.c | 108 #define NEW 1 macro 1459 "Clearing VTOC labels from NEW" 1462 clear_vtoc(NEW, new_pt);
|
Completed in 98 milliseconds