/illumos-gate/usr/src/cmd/mdb/intel/kmdb/ |
H A D | kmdb_fault_isadep.c | 43 print_frame(uintptr_t pc, int fnum, int safe) in print_frame() argument 45 if (safe) { in print_frame() 70 print_stack(kreg_t sp, int safe) in print_stack() argument 77 print_frame(fr->fr_savpc, frnum, safe); in print_stack() 91 kmdb_fault_display(kreg_t trapno, kreg_t pc, kreg_t sp, int safe) in kmdb_fault_display() argument 95 if (!safe) in kmdb_fault_display() 119 print_stack(sp, safe); in kmdb_fault_display()
|
/illumos-gate/usr/src/cmd/sgs/libelf/demo/ |
H A D | Makefile | 82 cp acom acom.safe 83 acom.safe "libelf Demonstration Tools" $(PROGS) 85 $(RM) acom.safe
|
/illumos-gate/usr/src/cmd/tip/ |
H A D | remcap.c | 129 int safe = 1; /* reset only when we open the user's $REMOTE */ in getent() local 153 safe = strcmp(cp, SYSREMOTE) == 0; in getent() 154 if (!safe) in getent() 157 if (!safe) in getent() 200 if (!safe && strstr(bp, "dv=") != 0) in getent()
|
/illumos-gate/usr/src/cmd/awk/ |
H A D | main.c | 79 int safe = 0; /* 1 => "safe" mode */ variable 126 safe = 1; in main() 216 if (!safe) in main()
|
H A D | awk.g.y | 275 if (safe) SYNTAX("cmd | getline is unsafe"); 278 if (safe) SYNTAX("cmd | getline is unsafe"); 329 if (safe) SYNTAX("print | is unsafe"); 332 if (safe) SYNTAX("print >> is unsafe"); 335 if (safe) SYNTAX("print > is unsafe");
|
/illumos-gate/usr/src/lib/libc/ |
H A D | README | 61 fork-safe) and in which the calling thread has all signals deferred 62 (making the region async-signal-safe). 87 It cannot be interposed upon and it is safe to use while in 89 region; it is async-signal-safe and fork-safe): 204 their use be async-signal safe. Calls to malloc(), calloc(), realloc(), 220 your code cancellation-safe. 221 - The sig_*() interfaces are not in themselves fork-safe. 222 You have to employ other logic to make your code fork-safe.
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ |
H A D | hostconfig.c | 65 int safe = 0; /* don't change anything */ variable 155 safe++; 340 if (!safe && !set) { in bpanswer()
|
/illumos-gate/usr/src/cmd/boot/filelist/ |
H A D | Makefile.com | 37 filelist.safe
|
/illumos-gate/usr/src/tools/smatch/src/validation/ |
H A D | type-compare.c | 2 #define __safe __attribute__((safe))
|
H A D | typeof-safe.c | 1 #define __safe __attribute__((safe))
|
H A D | ptr-inherit.c | 5 #define __safe __attribute__((safe))
|
H A D | typeof-mods.c | 4 #define __safe __attribute__((safe))
|
/illumos-gate/usr/src/tools/smatch/src/validation/preprocessor/ |
H A D | has-attribute.c | 35 && __has_attribute(safe) \
|
/illumos-gate/usr/src/lib/libc/port/gen/ |
H A D | catopen.c | 280 file_open(const char *name, int safe) in file_open() argument 289 fd = nls_safe_open(name, &statbuf, &trust, safe); in file_open()
|
H A D | nlspath_checks.c | 83 nls_safe_open(const char *path, struct stat64 *statbuf, int *trust, int safe) in nls_safe_open() argument 97 trust_path = *trust = safe || nlspath_safe; in nls_safe_open()
|
/illumos-gate/usr/src/cmd/sendmail/src/ |
H A D | readcf.c | 86 readcf(cfname, safe, e) in readcf() argument 88 bool safe; 588 fileclass(mid, file, p, ismap, safe, optional); 612 setoption(bp[1], &bp[2], safe, false, e); 927 fileclass(class, filename, fmt, ismap, safe, optional) in fileclass() argument 932 bool safe; 1120 if (safe) 2373 setoption(opt, val, safe, sticky, e) in setoption() argument 2376 bool safe; 2512 if (!safe && RealUid == 0) [all …]
|
/illumos-gate/usr/src/uts/i86pc/os/ |
H A D | mp_pc.c | 445 mach_cpu_pause(volatile char *safe) in mach_cpu_pause() argument 450 *safe = PAUSE_WAIT; in mach_cpu_pause() 457 while (*safe != PAUSE_IDLE) in mach_cpu_pause()
|
/illumos-gate/usr/src/uts/common/klm/ |
H A D | nlm_client.c | 562 int safe = 1; in nlm_safemap() local 569 safe = 0; in nlm_safemap() 576 if (!safe) in nlm_safemap() 577 return (safe); in nlm_safemap() 587 safe = 0; in nlm_safemap() 593 return (safe); in nlm_safemap()
|
/illumos-gate/usr/src/test/os-tests/tests/execvpe/ |
H A D | execvpe-script | 32 if [[ "$EXECVPE_TEST" != "Keep it secret, keep it safe!" ]]; then
|
/illumos-gate/usr/src/uts/i86xpv/os/ |
H A D | mp_xen.c | 509 mach_cpu_pause(volatile char *safe) in mach_cpu_pause() argument 511 *safe = PAUSE_WAIT; in mach_cpu_pause() 514 while (*safe != PAUSE_IDLE) { in mach_cpu_pause()
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/ |
H A D | parms.c | 500 boolean_t safe) /* 1=from secure file */ in get_passwd() argument 509 if (!safe) in get_passwd() 594 boolean_t safe) /* 1=from secure file */ in parse_parms() argument 769 msg = get_passwd(tgt, val0, &parm, RIP_AUTH_MD5, safe); in parse_parms()
|
/illumos-gate/usr/src/uts/sun4/os/ |
H A D | machdep.c | 816 mach_cpu_pause(volatile char *safe) in mach_cpu_pause() argument 821 *safe = PAUSE_WAIT; in mach_cpu_pause() 828 while (*safe != PAUSE_IDLE) in mach_cpu_pause()
|
/illumos-gate/usr/src/tools/smatch/src/ |
H A D | parse.dtd | 47 safe (0|1) #IMPLIED attribute
|
/illumos-gate/usr/src/cmd/svc/milestone/ |
H A D | fs-usr | 173 listprop config/auto-reboot-safe | \
|
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/ |
H A D | getdxbyname.c | 35 XXX not MT-safe XXX
|