| /illumos-gate/usr/src/cmd/backup/restore/ |
| H A D | restore.c | 78 ep->e_flags |= NEW; in addfile() 87 ep->e_flags |= NEW; in addfile() 108 ep->e_flags &= ~NEW; in deletefile() 228 if (ip->e_flags & EXTRACT) { in nodeupdates() 235 ep->e_flags |= NEW; in nodeupdates() 290 ip->e_flags |= KEEP; in nodeupdates() 330 ep->e_flags |= NEW|KEEP; in nodeupdates() 347 if (type == LEAF && (ip->e_flags & KEEP) == 0) { in nodeupdates() 349 ip->e_flags |= EXTRACT; in nodeupdates() 353 if ((ip->e_flags & KEEP) == 0) { in nodeupdates() [all …]
|
| H A D | utilities.c | 51 ep->e_flags |= NEW|KEEP; in pathcheck() 65 if (ep->e_flags & TMPNAME) in mktempname() 68 ep->e_flags |= TMPNAME; in mktempname() 167 np->e_flags |= EXISTED; in newnode() 195 ep->e_flags |= REMOVED; in removenode() 197 ep->e_flags &= ~TMPNAME; in removenode() 236 ep->e_flags |= REMOVED; in removeleaf() 238 ep->e_flags &= ~TMPNAME; in removeleaf() 349 if (ep->e_flags & (NEW|EXTRACT)) in lowerbnd() 367 if (ep->e_flags & (NEW|EXTRACT)) in upperbnd() [all …]
|
| H A D | symtab.c | 238 if (ep->e_flags & XATTRROOT) in myname() 277 np->e_flags |= XATTR; in addentry() 294 if (np->e_flags & XATTR) { in addentry() 316 if ((type & ROOT) && (np->e_flags & XATTR)) { in addentry() 354 if ((ep->e_flags & REMOVED) == 0) in freeentry() 417 ep->e_flags |= TMPNAME; in moveentry() 420 ep->e_flags &= ~TMPNAME; in moveentry() 433 if (ep->e_flags & XATTRROOT) { in removeentry() 689 ep->e_flags |= NEW; in initsymtable()
|
| /illumos-gate/usr/src/cmd/sendmail/src/ |
| H A D | collect.c | 127 e->e_flags |= EF_DELETE_BCC; 216 e->e_flags |= EF_NO_BODY_RETN; 229 e->e_flags |= EF_HAS_DF; 428 !bitset(EF_NL_NOT_EOL, e->e_flags)) 431 !bitset(EF_CRLF_NOT_EOL, e->e_flags)) 486 if (c == '\r' && !bitset(EF_CRLF_NOT_EOL, e->e_flags)) 492 e->e_flags)) 505 !bitset(EF_TOOBIG, e->e_flags) && 507 e->e_flags |= EF_TOOBIG; 514 if (!bitset(EF_TOOBIG, e->e_flags)) [all …]
|
| H A D | envelope.c | 187 bool pmnotify = bitset(EF_PM_NOTIFY, e->e_flags); 210 e->e_flags, OpMode, (int) CurrentPid); 222 e->e_id, bitset(EF_LOGSENDER, e->e_flags), LogLevel); 223 if (LogLevel > 4 && bitset(EF_LOGSENDER, e->e_flags)) 225 e->e_flags &= ~EF_LOGSENDER; 239 !bitset(EF_RESPONSE, e->e_flags)) 242 e->e_flags |= EF_FATALERRS|EF_CLRQUEUE; 245 !bitset(EF_RESPONSE, e->e_flags)) 248 e->e_flags |= EF_FATALERRS|EF_CLRQUEUE; 251 e->e_flags &= ~EF_QUEUERUN; [all …]
|
| H A D | savemail.c | 151 if (bitset(EF_RESPONSE, e->e_flags)) 154 bitset(EF_RESPONSE, e->e_parent->e_flags)) 277 e->e_flags |= EF_PM_NOTIFY; 560 ee->e_flags |= EF_RESPONSE|EF_METOO; 561 if (!bitset(EF_OLDSTYLE, e->e_flags)) 562 ee->e_flags &= ~EF_OLDSTYLE; 563 if (bitset(EF_DONT_MIME, e->e_flags)) 565 ee->e_flags |= EF_DONT_MIME; 572 if (bitset(EF_HAS8BIT, e->e_flags) && 583 ee->e_flags |= EF_NO_BODY_RETN; [all …]
|
| H A D | headers.c | 253 e->e_flags |= EF_RESENT; 375 if (!bitset(EF_RESENT, e->e_flags)) 378 !bitset(EF_QUEUERUN, e->e_flags) && sm_strcasecmp(fname, p) == 0) 448 e->e_flags &= ~EF_OLDSTYLE; 884 (!bitset(EF_RESENT, e->e_flags) || 888 int saveflags = e->e_flags; 902 e->e_flags &= ~EF_FATALERRS; 908 if (!bitset(EF_RESENT, e->e_flags)) 1014 else if (bitset(EF_RESPONSE, e->e_flags)) 1017 else if (bitset(EF_RESPONSE, e->e_flags)) [all …]
|
| H A D | srvrsmtp.c | 437 e->e_flags |= EF_DISCARD; \ 480 e->e_flags |= EF_CLRQUEUE; \ 484 e->e_id, bitset(EF_LOGSENDER, e->e_flags), LogLevel);\ 485 if (LogLevel > 4 && bitset(EF_LOGSENDER, e->e_flags)) \ 487 e->e_flags &= ~EF_LOGSENDER; \ 500 e->e_flags |= EF_DISCARD; \ 681 smtp.sm_discard = bitset(EF_DISCARD, e->e_flags); 969 !bitset(EF_DISCARD, e->e_flags)) 1170 e->e_flags &= ~(EF_VRFYONLY|EF_GLOBALERRS); 1215 if (bitset(EF_CLRQUEUE, e->e_flags)) [all …]
|
| H A D | deliver.c | 85 if (bitset(EF_DISCARD, e->e_flags)) 89 e->e_flags |= EF_CLRQUEUE; 105 if (bitset(EF_FATALERRS, e->e_flags) && 108 e->e_flags |= EF_CLRQUEUE; 154 e->e_flags |= EF_FATALERRS|EF_PM_NOTIFY|EF_CLRQUEUE; 180 if (!bitset(EF_METOO, e->e_flags) && 228 otherowners = bitset(EF_SENDRECEIPT, e->e_flags) ? 1 : 0; 401 ee->e_flags = e->e_flags & ~(EF_INQUEUE|EF_CLRQUEUE|EF_FATALERRS|EF_SENDRECEIPT|EF_RET_PARAM); 402 ee->e_flags |= EF_NORECEIPT; 453 if (mode != SM_VERIFY && bitset(EF_HAS_DF, e->e_flags)) [all …]
|
| H A D | mime.c | 129 if (!bitset(EF_TOODEEP, e->e_flags)) 136 e->e_flags |= EF_DONT_MIME|EF_TOODEEP; 207 e->e_flags |= EF_DONT_MIME; 260 !bitset(EF_TOODEEP, e->e_flags) 279 e->e_flags |= EF_DONT_MIME; 292 e->e_flags |= EF_DONT_MIME; 307 if (!bitset(EF_TOODEEP, e->e_flags)) 311 e->e_flags |= EF_DONT_MIME|EF_TOODEEP; 398 bitset(EF_TOODEEP, e->e_flags)) 1056 e->e_flags |= EF_DONT_MIME;
|
| H A D | queue.c | 382 newid = (e->e_id == NULL) || !bitset(EF_INQUEUE, e->e_flags); 513 if (bitset(EF_HAS_DF, e->e_flags)) 572 e->e_flags |= EF_HAS_DF; 662 if (bitset(EF_WARNING, e->e_flags)) 664 if (bitset(EF_RESPONSE, e->e_flags)) 666 if (bitset(EF_HAS8BIT, e->e_flags)) 668 if (bitset(EF_DELETE_BCC, e->e_flags)) 670 if (bitset(EF_RET_PARAM, e->e_flags)) 672 if (bitset(EF_NO_BODY_RETN, e->e_flags)) 674 if (bitset(EF_SPLIT, e->e_flags)) [all …]
|
| H A D | recipient.c | 193 e->e_flags &= ~EF_OLDSTYLE; 195 if (!bitset(EF_OLDSTYLE, e->e_flags) || ctladdr != NULL) 359 e->e_flags &= ~EF_OLDSTYLE; 361 if (!bitset(EF_OLDSTYLE, e->e_flags)) 657 bitset(EF_UNSAFE, e->e_flags)) 709 (!bitset(EF_SPLIT, e->e_flags) && e->e_ntries == 0 && 812 e->e_flags &= ~EF_SPLIT; 836 bitset(EF_UNSAFE, e->e_flags)) 880 bitset(EF_UNSAFE, e->e_flags)) 1034 if (bitset(EF_VRFYONLY, e->e_flags)) [all …]
|
| H A D | main.c | 1099 if (bitset(EF_RET_PARAM, BlankEnvelope.e_flags)) 1105 BlankEnvelope.e_flags |= EF_RET_PARAM; 1107 BlankEnvelope.e_flags |= EF_NO_BODY_RETN; 1632 BlankEnvelope.e_flags |= EF_METOO; 2051 BlankEnvelope.e_flags &= ~(EF_RET_PARAM|EF_NO_BODY_RETN); 2077 MainEnvelope.e_flags = BlankEnvelope.e_flags; 2644 if (bitset(EF_DISCARD, BlankEnvelope.e_flags)) 2645 MainEnvelope.e_flags |= EF_DISCARD; 2682 MainEnvelope.e_flags |= EF_GLOBALERRS|EF_LOGSENDER; 2736 MainEnvelope.e_flags |= EF_GLOBALERRS; [all …]
|
| /illumos-gate/usr/src/cmd/sgs/crle/common/ |
| H A D | util.c | 71 if ((env->e_flags & RTC_ENV_CONFIG) == 0) { in addenv() 97 env->e_flags &= ~RTC_ENV_CONFIG; in addenv() 98 env->e_flags |= flags; in addenv() 115 if ((env->e_flags & RTC_ENV_CONFIG) == 0) { in addenv() 122 env->e_flags &= ~RTC_ENV_CONFIG; in addenv() 123 env->e_flags |= flags; in addenv() 144 env->e_flags = flags; in addenv()
|
| H A D | _crle.h | 80 Half e_flags; /* entry specific flags */ member 110 uint_t e_flags; member
|
| H A D | inspect.c | 578 rent->e_flags |= RTC_OBJ_REALPTH; in enterfile() 579 ndent->e_flags |= RTC_OBJ_REALPTH; in enterfile() 990 ent->e_flags |= flags; in inspect() 1008 ent->e_flags |= flags; in inspect() 1068 ent->e_flags |= nflags; in inspect() 1086 ent->e_flags |= nflags; in inspect() 1099 ent->e_flags |= (flags & RTC_OBJ_CMDLINE); in inspect()
|
| /illumos-gate/usr/src/uts/common/io/audio/impl/ |
| H A D | audio_engine.c | 182 if (e->e_flags & ENGINE_INPUT) { in auimpl_engine_reset() 240 e->e_flags = flags & ENGINE_DRIVER_FLAGS; in audio_engine_alloc() 433 if ((t->e_flags & cap) == 0) { in auimpl_engine_setup() 472 if ((t->e_flags & ENGINE_EXCLUSIVE) && (t != sp->s_engine)) { in auimpl_engine_setup() 486 if (((flags & ENGINE_INPUT) && (t->e_flags & ENGINE_OUTPUT)) || in auimpl_engine_setup() 487 ((flags & ENGINE_OUTPUT) && (t->e_flags & ENGINE_INPUT))) { in auimpl_engine_setup() 580 if ((t->e_flags & ENGINE_CAPS) == cap) { in auimpl_engine_setup() 791 e->e_flags |= flags; in auimpl_engine_setup() 860 e->e_flags &= ENGINE_DRIVER_FLAGS; in auimpl_engine_close() 977 st->st_flags.value.ui32 = e->e_flags; in auimpl_engine_ksupdate() [all …]
|
| /illumos-gate/usr/src/uts/sparc/os/ |
| H A D | archdep.c | 167 Elf32_Word e_flags) in elfheadcheck() argument 177 if (e_flags == 0) in elfheadcheck() 185 needed_flags = e_flags & EF_SPARC_EXT_MASK; in elfheadcheck() 193 if ((e_flags & EF_SPARC_32PLUS) != 0 && in elfheadcheck() 194 ((e_flags & ~at_flags) & EF_SPARC_32PLUS_MASK) == 0) in elfheadcheck()
|
| /illumos-gate/usr/src/uts/common/rpc/ |
| H A D | clnt_clts.c | 126 uint_t e_flags; /* endpoint flags */ member 905 endpt->e_flags &= ~ENDPNT_BOUND; in clnt_clts_kcallit_addr() 1363 if ((endp->e_flags & ENDPNT_ESTABLISHED) && in check_endpnt() 1364 (!(endp->e_flags & ENDPNT_BOUND) || in check_endpnt() 1365 (endp->e_flags & ENDPNT_STALE))) { in check_endpnt() 1372 endp->e_flags &= ~(ENDPNT_ESTABLISHED | in check_endpnt() 1384 while (!(endp->e_flags & ENDPNT_BOUND) && in check_endpnt() 1385 !(endp->e_flags & ENDPNT_STALE)) { in check_endpnt() 1386 endp->e_flags |= ENDPNT_WAITING; in check_endpnt() 1390 ASSERT(endp->e_flags & ENDPNT_ESTABLISHED); in check_endpnt() [all …]
|
| /illumos-gate/usr/src/cmd/sgs/rtld/sparcv9/ |
| H A D | sparc_elf.c | 62 if (ehdr->e_flags & EF_SPARC_EXT_MASK) { in elf_mach_flags_check() 66 if (ehdr->e_flags & EF_SPARC_HAL_R1) { in elf_mach_flags_check() 68 rej->rej_info = (uint_t)ehdr->e_flags; in elf_mach_flags_check() 71 if ((ehdr->e_flags & EF_SPARC_SUN_US3) & ~at_flags) { in elf_mach_flags_check() 73 rej->rej_info = (uint_t)ehdr->e_flags; in elf_mach_flags_check() 82 if ((ehdr->e_flags & EF_SPARC_EXT_MASK) & ~at_flags) { in elf_mach_flags_check() 84 rej->rej_info = (uint_t)ehdr->e_flags; in elf_mach_flags_check() 87 } else if ((ehdr->e_flags & ~EF_SPARCV9_MM) != 0) { in elf_mach_flags_check() 89 rej->rej_info = (uint_t)ehdr->e_flags; in elf_mach_flags_check()
|
| /illumos-gate/usr/src/lib/libdwarf/common/ |
| H A D | dw_elfstructs.h | 68 TYP(e_flags,4); 86 TYP(e_flags,4);
|
| H A D | dwarf_elfstructs.h | 76 TYP(e_flags,4); 94 TYP(e_flags,4);
|
| /illumos-gate/usr/src/cmd/mdb/common/mdb/ |
| H A D | mdb_print.c | 446 uint_t e_flags; member 462 uint_t flags = info->e_flags; in enum_print() 463 uint_t elide_prefix = (info->e_flags & E_ELIDE_PREFIX); in enum_print() 490 uint_t flags = info->e_flags; in enum_cb() 540 info.e_flags = (flags & DCMD_PIPE_OUT)? 0 : E_PRETTY; in cmd_enum() 546 'e', MDB_OPT_SETBITS, E_ELIDE_PREFIX, &info.e_flags, in cmd_enum() 547 'x', MDB_OPT_SETBITS, E_HEX, &info.e_flags, in cmd_enum() 600 info.e_flags |= E_SEARCH_STRING; in cmd_enum() 603 info.e_flags |= E_SEARCH_VALUE; in cmd_enum() 611 info.e_flags |= E_SEARCH_VALUE; in cmd_enum() [all …]
|
| /illumos-gate/usr/src/grub/grub-0.97/netboot/ |
| H A D | elf.h | 173 Elf32_Word e_flags; /* Architecture-specific flags. */ member 190 Elf64_Word e_flags; /* Architecture-specific flags. */ member
|
| /illumos-gate/usr/src/cmd/sgs/rtld/sparc/ |
| H A D | sparc_elf.c | 67 if ((ehdr->e_flags & EF_SPARC_32PLUS) == 0) { in elf_mach_flags_check() 69 rej->rej_info = (uint_t)ehdr->e_flags; in elf_mach_flags_check() 72 if ((ehdr->e_flags & ~at_flags) & EF_SPARC_32PLUS_MASK) { in elf_mach_flags_check() 74 rej->rej_info = (uint_t)ehdr->e_flags; in elf_mach_flags_check() 77 } else if ((ehdr->e_flags & ~EF_SPARCV9_MM) != 0) { in elf_mach_flags_check() 79 rej->rej_info = (uint_t)ehdr->e_flags; in elf_mach_flags_check()
|