/src/sys/arch/arm/samsung/ |
exynos5_reg.h | 292 #define EXYNOS5_AES0&EF0 (NEW) 0x08000000 293 #define EXYNOS5_AES0&EF0 (NEW) 0x08010000 294 #define EXYNOS5_AES0&EF0 (NEW) 0x08020000 295 #define EXYNOS5_AES0&EF0 (NEW) 0x08030000 296 #define EXYNOS5_AES0&EF0 (NEW) 0x08040000 297 #define EXYNOS5_AES0&EF0 (NEW) 0x08050000 298 #define EXYNOS5_AES0&EF0 (NEW) 0x08060000 299 #define EXYNOS5_AES0&EF0 (NEW) 0x08070000 326 #define EXYNOS5_AES1&EF1 (NEW) 0x08400000 327 #define EXYNOS5_AES1&EF1 (NEW) 0x0841000 [all...] |
/src/sys/arch/sun3/dev/ |
xdvar.h | 73 #define XD_NEWSTATE(OLD, NEW) (((OLD) & ~XD_SUB_MASK) |(NEW)) /* new state */
|
xyvar.h | 73 #define XY_NEWSTATE(OLD, NEW) (((OLD) & ~XY_SUB_MASK) |(NEW)) /* new state */
|
/src/sbin/restore/ |
restore.c | 72 * Request that new entries be extracted. 99 ep->e_flags |= NEW; 107 ep->e_flags |= NEW; 126 ep->e_flags &= ~NEW; 202 * NEW - new entries to be added. 203 * EXTRACT - files that must be updated with new contents. 204 * LINK - new links to be added. 261 * is the new name for the inode that has been found. Since 264 * under a new name in this dump level. If it is a link, i [all...] |
restore.h | 42 extern int cvtflag; /* convert from old to new tape format */ 107 #define NEW 0x0002 /* a new entry to be extracted */
|
utilities.c | 80 ep->e_flags |= NEW|KEEP; 138 * Create a new node (directory). 202 linkit(char *existing, char *new, int type) 206 if (!Nflag && symlink(existing, new) < 0) { 209 new, existing, strerror(errno)); 213 if (!Nflag && link(existing, new) < 0) { 216 new, existing, strerror(errno)); 224 type == SYMLINK ? "symbolic" : "hard", new, existing); 277 if (ep->e_flags & (NEW|EXTRACT)) 295 if (ep->e_flags & (NEW|EXTRACT) [all...] |
interactive.c | 167 if (np == NULL || (np->e_flags & NEW) == 0) { 605 else if ((np = lookupname(name)) != NULL && (np->e_flags & NEW))
|
dirs.c | 410 * add a new directory entry to a file. 592 * Set the mode, owner, and times for all new or changed directories 667 ep->e_flags &= ~NEW; 702 ep->e_flags &= ~NEW;
|
/src/usr.sbin/user/ |
defs.h | 47 #define NEW(type, ptr, action) NEWARRAY(type, ptr, 1, action)
|
/src/sys/dev/vme/ |
xdvar.h | 74 #define XD_NEWSTATE(OLD, NEW) (((OLD) & ~XD_SUB_MASK) |(NEW)) /* new state */
|
xyvar.h | 72 #define XY_NEWSTATE(OLD, NEW) (((OLD) & ~XY_SUB_MASK) |(NEW)) /* new state */
|
/src/share/examples/refuse/fanoutfs/ |
defs.h | 63 #define NEW(type, ptr, where, action) NEWARRAY(type, ptr, 1, where, action) 71 NEWARRAY(type, v, _newsize, where ": new", action); \
|
/src/share/examples/refuse/id3fs/ |
defs.h | 63 #define NEW(type, ptr, where, action) NEWARRAY(type, ptr, 1, where, action) 71 NEWARRAY(type, v, _newsize, where ": new", action); \
|
/src/share/examples/refuse/virtdir/ |
defs.h | 63 #define NEW(type, ptr, where, action) NEWARRAY(type, ptr, 1, where, action) 71 NEWARRAY(type, v, _newsize, where ": new", action); \
|
virtdir.c | 212 NEW(VIRTDIR, dirp, "openvirtdir", exit(EXIT_FAILURE));
|
/src/sys/dev/rcons/ |
raster_text.c | 51 #define NEW(size) malloc(size, M_DEVBUF, M_NOWAIT) 58 #define NEW(size) malloc(size) 153 NEW( sizeof(struct raster_fontcache) ); 240 NEW( sizeof(struct raster) + height * linelongs * sizeof(u_int32_t));
|
/src/usr.bin/locate/locate/ |
locate.c | 98 #ifndef NEW 99 # define NEW(type) (type *) malloc(sizeof (type)) 124 dbp = NEW(struct locate_db); 245 * '\0' for backwards match; return end of new pattern
|
/src/usr.sbin/ac/ |
ac.c | 86 #define NEW(type) (type *)malloc(sizeof (type)) 145 if ((tp = NEW(struct tty_list)) == NULL) 256 * not found so add new user unless specified users only 261 if ((up = NEW(struct user_list)) == NULL) 440 if ((lp = NEW(struct utmp_list)) == NULL)
|
/src/libexec/ld.elf_so/ |
search.c | 100 path = NEW(Search_Path);
|
load.c | 79 elm = NEW(Objlist_Entry); 89 elm = NEW(Objlist_Entry); 283 /* make a new one and put it in the chain */
|
rtld.h | 65 #define NEW(type) ((type *) xmalloc(sizeof(type))) 88 * C++ has mandated the use of the following keywords for its new boolean
|
/src/usr.sbin/netgroup_mkdb/ |
netgroup_mkdb.c | 55 #define NEW(a) (a *) emalloc(sizeof(a)) 256 e = NEW(struct nentry); 276 e = NEW(struct nentry);
|
/src/lib/libc/isc/ |
eventlib_p.h | 54 #define NEW(p) if (((p) = memget(sizeof *(p))) != NULL) \
|
/src/sys/dev/qbus/ |
qdreg.h | 205 #define NEW 2 253 u_short x_index_new; /* new x index */ 254 u_short y_index_new; /* new y index */
|
/src/sys/arch/vax/include/ |
qdreg.h | 207 #define NEW 2 255 u_short x_index_new; /* new x index */ 256 u_short y_index_new; /* new y index */
|