Searched refs:safe (Results 1 - 25 of 28) sorted by relevance

12

/illumos-gate/usr/src/cmd/boot/filelist/
H A DMakefile.com37 filelist.safe
/illumos-gate/usr/src/cmd/mdb/intel/kmdb/
H A Dkmdb_fault_isadep.c45 print_frame(uintptr_t pc, int fnum, int safe) argument
47 if (safe) {
72 print_stack(kreg_t sp, int safe) argument
79 print_frame(fr->fr_savpc, frnum, safe);
93 kmdb_fault_display(kreg_t trapno, kreg_t pc, kreg_t sp, int safe) argument
97 if (!safe)
121 print_stack(sp, safe);
/illumos-gate/usr/src/cmd/mdb/sparc/kmdb/
H A Dkmdb_fault_isadep.c50 print_frame(uintptr_t sp, uintptr_t pc, int fnum, int safe) argument
52 if (safe) {
81 print_stack(kreg_t sp, int safe) argument
90 safe);
115 kmdb_fault_display(kreg_t tt, kreg_t pc, kreg_t sp, int safe) argument
118 if (!safe)
127 const char *fmt = safe ? "%s%p\n" : "%s%a\n";
162 print_stack(sp, safe);
/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.c132 int safe = 1; /* reset only when we open the user's $REMOTE */ local
156 safe = strcmp(cp, SYSREMOTE) == 0;
157 if (!safe)
160 if (!safe)
203 if (!safe && strstr(bp, "dv=") != 0)
/illumos-gate/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) {
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dnlspath_checks.c74 * use NLSPATH, it should specify the "safe" flag as 1.
85 nls_safe_open(const char *path, struct stat64 *statbuf, int *trust, int safe) argument
96 * If SAFE_F has been specified or NLSPATH is safe (or not set),
99 trust_path = *trust = safe || nlspath_safe;
114 * be safe.
624 if (!*p) /* None found, we're safe */
H A Dcatopen.c280 file_open(const char *name, int safe) argument
289 fd = nls_safe_open(name, &statbuf, &trust, safe);
/illumos-gate/usr/src/cmd/svc/milestone/
H A Dfs-usr177 boot_prop=`/usr/sbin/svccfg -s svc:/system/boot-config:default listprop config/auto-reboot-safe | \
/illumos-gate/usr/src/uts/i86pc/os/
H A Dmp_pc.c416 mach_cpu_pause(volatile char *safe) argument
419 * This cpu is now safe.
421 *safe = PAUSE_WAIT;
425 * Now we wait. When we are allowed to continue, safe
428 while (*safe != PAUSE_IDLE)
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dgetdxbyname.c37 XXX not MT-safe XXX
96 /* XXX not MT safe XXX */
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dreadcf.c74 ** safe -- true if this is the system config file;
86 readcf(cfname, safe, e)
88 bool safe;
588 fileclass(mid, file, p, ismap, safe, optional);
612 setoption(bp[1], &bp[2], safe, false, e);
883 ** safe -- if set, this is a safe read.
927 fileclass(class, filename, fmt, ismap, safe, optional)
932 bool safe;
1120 if (safe)
[all...]
H A Dusersmtp.c691 ** safe -- if set, this is a safe read.
710 readauth(filename, safe, sai, rpool)
712 bool safe;
779 if (safe)
1290 ** SAFESASLFILE -- callback for sasl: is file safe?
/illumos-gate/usr/src/uts/sun4/os/
H A Dmachdep.c810 mach_cpu_pause(volatile char *safe) argument
813 * This cpu is now safe.
815 *safe = PAUSE_WAIT;
819 * Now we wait. When we are allowed to continue, safe
822 while (*safe != PAUSE_IDLE)
/illumos-gate/usr/src/uts/i86xpv/os/
H A Dmp_xen.c73 * Powered-off-CPUs are already safe, as we own the cpu_lock needed to
84 * responded by reaching a safe state and setting CPU_PHASE_SAFE, we
526 * check if we need to enter the safe phase.
542 * enter the safe phase (followed by a later start_cpus()).
545 mach_cpu_pause(volatile char *safe) argument
547 *safe = PAUSE_WAIT;
550 while (*safe != PAUSE_IDLE) {
787 * XXPV Is this enough? Is this safe?
/illumos-gate/usr/src/uts/common/klm/
H A Dnlm_client.c80 * Determines wether given lock "flp" is safe.
81 * The lock is considered to be safe when it
550 * The function determines whether it's safe to map
552 * The mapping is considered to be "safe" if file
562 int safe = 1; local
569 safe = 0;
576 if (!safe)
577 return (safe);
587 safe = 0;
593 return (safe);
[all...]
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Drd_safe.c121 swb.safe = message;
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Dparms.c500 boolean_t safe) /* 1=from secure file */
509 if (!safe)
594 boolean_t safe) /* 1=from secure file */
769 msg = get_passwd(tgt, val0, &parm, RIP_AUTH_MD5, safe);
496 get_passwd(char *tgt, char *val, struct parm *parmp, uint16_t type, boolean_t safe) argument
593 parse_parms(char *line, boolean_t safe) argument
/illumos-gate/usr/src/cmd/sgs/rtld.4.x/
H A Drtldlib.s58 add %fp, 0xd8, %o3 ! point to arg count (is it safe?)
/illumos-gate/usr/src/uts/common/os/
H A Dcpu.c751 * This routine is called to place the CPUs in a safe place so that
767 volatile char *safe = &safe_list[index]; local
770 ASSERT((curthread->t_bound_cpu != NULL) || (*safe == PAUSE_DIE));
772 while (*safe != PAUSE_DIE) {
773 *safe = PAUSE_READY;
779 * indicates that it's safe to do the spl. Until
804 mach_cpu_pause(safe);
815 *safe = PAUSE_DEAD;
866 * fact that it is safe for cpr suspend.
1204 * Put all the cpus into a known safe plac
[all...]
/illumos-gate/usr/src/lib/libsqlite/
H A Dmain.mk17 # THREADSAFE If you want the SQLite library to be safe for use within a
22 # thread safe
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Dftp.c502 * 631 - base 64 encoded safe message
2419 int safe = 0; local
2433 case 631: /* 'safe' */
2434 safe = 1;
2460 int conf_state = safe;
/illumos-gate/usr/src/uts/sun4/ml/
H A Dswtch.s288 ! it becomes safe for the thread to run.
/illumos-gate/usr/src/cmd/sgs/rtld/sparcv9/
H A Dboot_elf.s113 mov %g4, %l5 ! Save g4 (safe across function calls)
659 mov %g4, %l5 ! save g4 (safe across function calls)
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_client.c1442 * Exiting is considered to be safe for CPR as well
2737 * are safe if whole-file (length and offset are both zero).
2746 int safe = 1; local
2761 * Note that we can't bail out of the loop if we find a non-safe
2765 * non-safe lock.
2774 safe = 0;
2787 safe ? "safe" : "unsafe"));
2788 return (safe);

Completed in 141 milliseconds

12