Home
last modified time | relevance | path

Searched refs:safe (Results 1 – 25 of 79) sorted by relevance

1234

/illumos-gate/usr/src/cmd/mdb/intel/kmdb/
H A Dkmdb_fault_isadep.c43 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 DMakefile82 cp acom acom.safe
83 acom.safe "libelf Demonstration Tools" $(PROGS)
85 $(RM) acom.safe
/illumos-gate/usr/src/cmd/tip/
H A Dremcap.c129 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 Dmain.c79 int safe = 0; /* 1 => "safe" mode */ variable
126 safe = 1; in main()
216 if (!safe) in main()
H A Dawk.g.y275 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 DREADME61 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/boot/filelist/
H A DMakefile.com37 filelist.safe
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Dhostconfig.c65 int safe = 0; /* don't change anything */ variable
155 safe++;
340 if (!safe && !set) { in bpanswer()
/illumos-gate/usr/src/tools/smatch/src/validation/
H A Dtype-compare.c2 #define __safe __attribute__((safe))
H A Dtypeof-safe.c1 #define __safe __attribute__((safe))
H A Dptr-inherit.c5 #define __safe __attribute__((safe))
H A Dtypeof-mods.c4 #define __safe __attribute__((safe))
/illumos-gate/usr/src/tools/smatch/src/validation/preprocessor/
H A Dhas-attribute.c35 && __has_attribute(safe) \
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dcatopen.c280 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 Dnlspath_checks.c83 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/uts/i86pc/os/
H A Dmp_pc.c445 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/cmd/sendmail/src/
H A Dreadcf.c86 readcf(cfname, safe, e) in readcf() argument
88 bool safe;
932 bool safe;
1120 if (safe)
2373 setoption(opt, val, safe, sticky, e) in setoption() argument
2376 bool safe;
2512 if (!safe && RealUid == 0)
2513 safe = true;
2793 if (safe || LogLevel < atoi(val))
2803 if (!safe)
[all …]
/illumos-gate/usr/src/uts/common/klm/
H A Dnlm_client.c562 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 Dexecvpe-script32 if [[ "$EXECVPE_TEST" != "Keep it secret, keep it safe!" ]]; then
/illumos-gate/usr/src/uts/i86xpv/os/
H A Dmp_xen.c509 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 Dparms.c500 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/tools/smatch/src/
H A Dparse.dtd47 safe (0|1) #IMPLIED attribute
/illumos-gate/usr/src/uts/sun4/os/
H A Dmachdep.c816 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/cmd/svc/milestone/
H A Dfs-usr173 listprop config/auto-reboot-safe | \
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dgetdxbyname.c35 XXX not MT-safe XXX

1234