Home
last modified time | relevance | path

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

123

/titanic_41/usr/src/cmd/mdb/intel/kmdb/
H A Dkmdb_fault_isadep.c45 print_frame(uintptr_t pc, int fnum, int safe) in print_frame() argument
47 if (safe) { in print_frame()
72 print_stack(kreg_t sp, int safe) in print_stack() argument
79 print_frame(fr->fr_savpc, frnum, safe); in print_stack()
93 kmdb_fault_display(kreg_t trapno, kreg_t pc, kreg_t sp, int safe) in kmdb_fault_display() argument
97 if (!safe) in kmdb_fault_display()
121 print_stack(sp, safe); in kmdb_fault_display()
/titanic_41/usr/src/cmd/mdb/sparc/kmdb/
H A Dkmdb_fault_isadep.c50 print_frame(uintptr_t sp, uintptr_t pc, int fnum, int safe) in print_frame() argument
52 if (safe) { in print_frame()
81 print_stack(kreg_t sp, int safe) in print_stack() argument
90 safe); in print_stack()
115 kmdb_fault_display(kreg_t tt, kreg_t pc, kreg_t sp, int safe) in kmdb_fault_display() argument
118 if (!safe) in kmdb_fault_display()
127 const char *fmt = safe ? "%s%p\n" : "%s%a\n"; in kmdb_fault_display()
162 print_stack(sp, safe); in kmdb_fault_display()
/titanic_41/usr/src/cmd/sgs/libelf/demo/
H A DMakefile82 cp acom acom.safe
83 acom.safe "libelf Demonstration Tools" $(PROGS)
85 $(RM) acom.safe
/titanic_41/usr/src/cmd/tip/
H A Dremcap.c132 int safe = 1; /* reset only when we open the user's $REMOTE */ in getent() local
156 safe = strcmp(cp, SYSREMOTE) == 0; in getent()
157 if (!safe) in getent()
160 if (!safe) in getent()
203 if (!safe && strstr(bp, "dv=") != 0) in getent()
/titanic_41/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.
/titanic_41/usr/src/cmd/boot/filelist/
H A DMakefile.com37 filelist.safe
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/
H A Dhostconfig.c67 int safe = 0; /* don't change anything */ variable
157 safe++;
344 if (!safe && !set) {
/titanic_41/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.c85 nls_safe_open(const char *path, struct stat64 *statbuf, int *trust, int safe) in nls_safe_open() argument
99 trust_path = *trust = safe || nlspath_safe; in nls_safe_open()
/titanic_41/usr/src/uts/i86pc/os/
H A Dmp_pc.c416 mach_cpu_pause(volatile char *safe) in mach_cpu_pause() argument
421 *safe = PAUSE_WAIT; in mach_cpu_pause()
428 while (*safe != PAUSE_IDLE) in mach_cpu_pause()
/titanic_41/usr/src/cmd/sendmail/src/
H A Dreadcf.c86 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 …]
/titanic_41/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()
/titanic_41/usr/src/uts/sun4u/ml/
H A Dzulu_hat_asm.s85 ! it's not safe to spinloop now.
/titanic_41/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()
/titanic_41/usr/src/uts/sun4/os/
H A Dmachdep.c810 mach_cpu_pause(volatile char *safe) in mach_cpu_pause() argument
815 *safe = PAUSE_WAIT; in mach_cpu_pause()
822 while (*safe != PAUSE_IDLE) in mach_cpu_pause()
/titanic_41/usr/src/uts/i86xpv/os/
H A Dmp_xen.c545 mach_cpu_pause(volatile char *safe) in mach_cpu_pause() argument
547 *safe = PAUSE_WAIT; in mach_cpu_pause()
550 while (*safe != PAUSE_IDLE) { in mach_cpu_pause()
/titanic_41/usr/src/cmd/svc/milestone/
H A Dfs-usr182 …boot_prop=`/usr/sbin/svccfg -s svc:/system/boot-config:default listprop config/auto-reboot-safe | \
/titanic_41/usr/src/lib/libldap5/sources/ldap/common/
H A Dgetdxbyname.c37 XXX not MT-safe XXX
/titanic_41/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Drd_safe.c121 swb.safe = message; in krb5_rd_safe_basic()
/titanic_41/usr/src/lib/libpp/common/
H A Dpp.key38 # new C++ keywords -- is any identifier safe?
/titanic_41/usr/src/cmd/sgs/rtld.4.x/
H A Drtldlib.s58 add %fp, 0xd8, %o3 ! point to arg count (is it safe?)
/titanic_41/usr/src/uts/common/os/
H A Dcpu.c767 volatile char *safe = &safe_list[index]; in cpu_pause() local
770 ASSERT((curthread->t_bound_cpu != NULL) || (*safe == PAUSE_DIE)); in cpu_pause()
772 while (*safe != PAUSE_DIE) { in cpu_pause()
773 *safe = PAUSE_READY; in cpu_pause()
804 mach_cpu_pause(safe); in cpu_pause()
815 *safe = PAUSE_DEAD; in cpu_pause()
/titanic_41/usr/src/cmd/troff/nroff.d/terms.d/
H A DREADME56 (to be on the safe side). For non-printable ascii characters, the
/titanic_41/usr/src/cmd/troff/troff.d/
H A DREADME84 and thus safe to edit, grep, etc.
/titanic_41/usr/src/
H A DMakefile.master1170 # Include rules to render automated sccs get rules "safe".

123