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

/src/share/examples/refuse/fanoutfs/
H A Ddefs.h63 #define NEW(type, ptr, where, action) NEWARRAY(type, ptr, 1, where, action) macro
/src/share/examples/refuse/id3fs/
H A Ddefs.h63 #define NEW(type, ptr, where, action) NEWARRAY(type, ptr, 1, where, action) macro
/src/share/examples/refuse/virtdir/
H A Ddefs.h63 #define NEW(type, ptr, where, action) NEWARRAY(type, ptr, 1, where, action) macro
/src/usr.sbin/user/
H A Ddefs.h47 #define NEW(type, ptr, action) NEWARRAY(type, ptr, 1, action) macro
/src/sys/dev/rcons/
H A Draster_text.c51 #define NEW(size) malloc(size, M_DEVBUF, M_NOWAIT) macro
58 #define NEW(size) malloc(size) macro
/src/usr.bin/locate/locate/
H A Dlocate.c99 # define NEW(type) (type *) malloc(sizeof (type)) macro
/src/sbin/restore/
H A Drestore.h107 #define NEW 0x0002 /* a new entry to be extracted */ macro
/src/usr.sbin/ac/
H A Dac.c86 #define NEW(type) (type *)malloc(sizeof (type)) macro
/src/usr.sbin/netgroup_mkdb/
H A Dnetgroup_mkdb.c55 #define NEW(a) (a *) emalloc(sizeof(a)) macro
/src/lib/libc/isc/
H A Deventlib_p.h54 #define NEW(p) if (((p) = memget(sizeof *(p))) != NULL) \ macro
/src/sys/arch/vax/include/
H A Dqdreg.h207 #define NEW 2 macro
/src/libexec/ld.elf_so/
H A Drtld.h65 #define NEW(type) ((type *) xmalloc(sizeof(type))) macro
/src/sys/dev/qbus/
H A Dqdreg.h205 #define NEW 2 macro

Completed in 11 milliseconds