Home
last modified time | relevance | path

Searched refs:e_flags (Results 1 – 25 of 77) sorted by relevance

1234

/titanic_52/usr/src/cmd/backup/restore/
H A Drestore.c92 ep->e_flags |= NEW;
101 ep->e_flags |= NEW;
125 ep->e_flags &= ~NEW;
252 if (ip->e_flags & EXTRACT) {
259 ep->e_flags |= NEW;
314 ip->e_flags |= KEEP;
354 ep->e_flags |= NEW|KEEP;
371 if (type == LEAF && (ip->e_flags & KEEP) == 0) {
373 ip->e_flags |= EXTRACT;
377 if ((ip->e_flags
[all...]
H A Dutilities.c53 ep->e_flags |= NEW|KEEP; in pathcheck()
67 if (ep->e_flags & TMPNAME) in mktempname()
70 ep->e_flags |= TMPNAME; in mktempname()
169 np->e_flags |= EXISTED; in newnode()
197 ep->e_flags |= REMOVED; in removenode()
199 ep->e_flags &= ~TMPNAME; in removenode()
238 ep->e_flags |= REMOVED; in removeleaf()
240 ep->e_flags &= ~TMPNAME; in removeleaf()
351 if (ep->e_flags & (NEW|EXTRACT)) in lowerbnd()
369 if (ep->e_flags in upperbnd()
[all...]
H A Dsymtab.c253 if (ep->e_flags & XATTRROOT)
295 np->e_flags |= XATTR;
312 if (np->e_flags & XATTR) {
334 if ((type & ROOT) && (np->e_flags & XATTR)) {
373 if ((ep->e_flags & REMOVED) == 0)
438 ep->e_flags |= TMPNAME;
441 ep->e_flags &= ~TMPNAME;
455 if (ep->e_flags & XATTRROOT) {
708 ep->e_flags |= NEW;
/titanic_52/usr/src/cmd/sendmail/src/
H A Dcollect.c127 e->e_flags |= EF_DELETE_BCC;
216 e->e_flags |= EF_NO_BODY_RETN;
229 e->e_flags |= EF_HAS_DF;
260 ** - e->e_flags & EF_FATALERRS is set.
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 |
[all...]
H A Denvelope.c185 bool pmnotify = bitset(EF_PM_NOTIFY, e->e_flags);
207 "dropenvelope, e_flags=0x%lx, OpMode=%c, pid=%d",
208 e->e_flags, OpMode, (int) CurrentPid);
220 e->e_id, bitset(EF_LOGSENDER, e->e_flags), LogLevel);
221 if (LogLevel > 4 && bitset(EF_LOGSENDER, e->e_flags))
223 e->e_flags &= ~EF_LOGSENDER;
237 !bitset(EF_RESPONSE, e->e_flags))
240 e->e_flags |= EF_FATALERRS|EF_CLRQUEUE;
243 !bitset(EF_RESPONSE, e->e_flags))
246 e->e_flags |
[all...]
H A Dsavemail.c149 if (bitset(EF_RESPONSE, e->e_flags))
152 bitset(EF_RESPONSE, e->e_parent->e_flags))
275 e->e_flags |= EF_PM_NOTIFY;
558 ee->e_flags |= EF_RESPONSE|EF_METOO;
559 if (!bitset(EF_OLDSTYLE, e->e_flags))
560 ee->e_flags &= ~EF_OLDSTYLE;
561 if (bitset(EF_DONT_MIME, e->e_flags))
563 ee->e_flags |= EF_DONT_MIME;
570 if (bitset(EF_HAS8BIT, e->e_flags) &&
581 ee->e_flags |
[all...]
H A Dheaders.c253 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 Dsrvrsmtp.c437 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 Ddeliver.c85 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 |
[all...]
H A Dmime.c131 if (!bitset(EF_TOODEEP, e->e_flags))
138 e->e_flags |= EF_DONT_MIME|EF_TOODEEP;
209 e->e_flags |= EF_DONT_MIME;
262 !bitset(EF_TOODEEP, e->e_flags)
281 e->e_flags |= EF_DONT_MIME;
294 e->e_flags |= EF_DONT_MIME;
309 if (!bitset(EF_TOODEEP, e->e_flags))
313 e->e_flags |= EF_DONT_MIME|EF_TOODEEP;
400 bitset(EF_TOODEEP, e->e_flags))
1058 e->e_flags |
[all...]
H A Dqueue.c382 newid = (e->e_id == NULL) || !bitset(EF_INQUEUE, e->e_flags);
488 sm_dprintf(" 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))
[all...]
H A Drecipient.c195 e->e_flags &= ~EF_OLDSTYLE;
197 if (!bitset(EF_OLDSTYLE, e->e_flags) || ctladdr != NULL)
361 e->e_flags &= ~EF_OLDSTYLE;
363 if (!bitset(EF_OLDSTYLE, e->e_flags))
659 bitset(EF_UNSAFE, e->e_flags))
711 (!bitset(EF_SPLIT, e->e_flags) && e->e_ntries == 0 &&
814 e->e_flags &= ~EF_SPLIT;
838 bitset(EF_UNSAFE, e->e_flags))
882 bitset(EF_UNSAFE, e->e_flags))
1036 if (bitset(EF_VRFYONLY, e->e_flags))
[all...]
H A Dmain.c1099 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 |
[all...]
/titanic_52/usr/src/cmd/sgs/crle/common/
H A Dutil.c71 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()
143 env->e_flags = flags; in addenv()
H A D_crle.h80 Half e_flags; /* entry specific flags */ member
110 uint_t e_flags; member
H A Dinspect.c574 rent->e_flags |= RTC_OBJ_REALPTH; in enterfile()
575 ndent->e_flags |= RTC_OBJ_REALPTH; in enterfile()
986 ent->e_flags |= flags; in inspect()
1004 ent->e_flags |= flags; in inspect()
1064 ent->e_flags |= nflags; in inspect()
1082 ent->e_flags |= nflags; in inspect()
1094 ent->e_flags |= (flags & RTC_OBJ_CMDLINE); in inspect()
H A Dconfig.c305 objtbl->co_flags = obj->o_flags | ent->e_flags; in genconfig()
382 objtbl->co_flags = obj->o_flags | ent->e_flags; in genconfig()
472 objtbl->co_flags = obj->o_flags | ent->e_flags; in genconfig()
559 envtbl->env_flags = env->e_flags; in genconfig()
/titanic_52/usr/src/uts/common/io/audio/impl/
H A Daudio_engine.c182 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...]
/titanic_52/usr/src/uts/sparc/os/
H A Darchdep.c147 * e_flags processor-specific flags associated
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()
/titanic_52/usr/src/uts/common/rpc/
H A Dclnt_clts.c125 uint_t e_flags; /* endpoint flags */ member
899 endpt->e_flags &= ~ENDPNT_BOUND; in clnt_clts_kcallit_addr()
1330 if ((endp->e_flags & ENDPNT_ESTABLISHED) && in check_endpnt()
1331 (!(endp->e_flags & ENDPNT_BOUND) || in check_endpnt()
1332 (endp->e_flags & ENDPNT_STALE))) { in check_endpnt()
1339 endp->e_flags &= ~(ENDPNT_ESTABLISHED | in check_endpnt()
1351 while (!(endp->e_flags & ENDPNT_BOUND) && in check_endpnt()
1352 !(endp->e_flags & ENDPNT_STALE)) { in check_endpnt()
1353 endp->e_flags |= ENDPNT_WAITING; in check_endpnt()
1357 ASSERT(endp->e_flags in check_endpnt()
[all...]
/titanic_52/usr/src/cmd/sgs/rtld/sparcv9/
H A Dsparc_elf.c62 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()
/titanic_52/usr/src/grub/grub-0.97/netboot/
H A Delf.h109 #define ELF_PROGRAM_RETURNS_BIT 0x8000000 /* e_flags bit 31 */
173 Elf32_Word e_flags; /* Architecture-specific flags. */ member
190 Elf64_Word e_flags; /* Architecture-specific flags. */ member
/titanic_52/usr/src/cmd/mdb/common/mdb/
H A Dmdb_print.c445 uint_t e_flags; member
461 uint_t flags = info->e_flags; in enum_print()
462 uint_t elide_prefix = (info->e_flags & E_ELIDE_PREFIX); in enum_print()
489 uint_t flags = info->e_flags; in enum_cb()
539 info.e_flags = (flags & DCMD_PIPE_OUT)? 0 : E_PRETTY; in cmd_enum()
545 'e', MDB_OPT_SETBITS, E_ELIDE_PREFIX, &info.e_flags, in cmd_enum()
546 'x', MDB_OPT_SETBITS, E_HEX, &info.e_flags, in cmd_enum()
599 info.e_flags |= E_SEARCH_STRING; in cmd_enum()
602 info.e_flags |= E_SEARCH_VALUE; in cmd_enum()
610 info.e_flags | in cmd_enum()
[all...]
/titanic_52/usr/src/cmd/sgs/rtld/sparc/
H A Dsparc_elf.c67 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()
/titanic_52/usr/src/cmd/tip/
H A Dtip.c407 if ((p->e_flags&PRIV) && uid) in escape()
490 if ((p->e_flags&PRIV) && uid) in help()
494 p->e_flags&EXP ? '*': ' ', p->e_help); in help()

1234