Home
last modified time | relevance | path

Searched refs:privileged (Results 1 – 25 of 152) sorted by relevance

1234567

/netbsd-src/external/ibm-public/postfix/dist/src/util/
H A Dvstream_popen.c118 int privileged; member
139 args->privileged = 0; in vstream_parse_args()
161 args->privileged = 1; in vstream_parse_args()
165 args->privileged = 1; in vstream_parse_args()
187 if (args->privileged != 0 && args->uid == 0) in vstream_parse_args()
189 if (args->privileged != 0 && args->gid == 0) in vstream_parse_args()
236 if (args.privileged) in vstream_popen()
/netbsd-src/bin/sh/
H A Dmain.c90 bool privileged; variable
135 waspriv = privileged = (uid != geteuid()) || (gid != getegid()); in main()
202 if (privileged) in main()
229 if (waspriv && !privileged) in main()
238 if (!privileged) { in main()
256 if ((iflag || !posix) && !privileged) { in main()
/netbsd-src/crypto/external/bsd/openssh/dist/
H A Duidswap.c43 static int privileged = 0; variable
64 privileged = 0; in temporarily_use_uid()
67 privileged = 1; in temporarily_use_uid()
101 if (!privileged) { in restore_uid()
/netbsd-src/external/gpl2/xcvs/dist/
H A DREADME.VMS45 2. rsh - privileged (default)
56 2. Using CVS internal rsh support (privileged)
64 RSH uses privileged ports and trusted software/hosts to determine
66 security is due to the fact that on VMS or UNIX, a non privileged
67 process is not permitted to bind a socket to a privileged port.
69 If rshd receives a connection on a non-privileged port, the connection is
70 immediately aborted. Only connections arriving from a privileged port will
80 3. Using CVS internal rsh support (non-privileged)
84 port is "non-privileged", the CVS VMS client will allow you to define the
110 as any user can create a privileged socket without authentication, under these
/netbsd-src/sys/dev/
H A Drandom.c242 * Assume privileged users provide full entropy, and unprivileged
252 bool privileged = false, any = false; in random_write() local
262 * Check whether user is privileged. If so, assume user in random_write()
269 privileged = true; in random_write()
282 rnd_add_data(&user_rndsource, buf, n, privileged ? n*NBBY : 0); in random_write()
/netbsd-src/crypto/dist/ipsec-tools/src/racoon/doc/
H A DREADME.privsep8 privileged user in a chroot'd environment and which handles all the other and
42 privileged instance of racoon will have access to them.
74 (/usr/local/etc/racoon/root) and the keys are available only to the privileged
/netbsd-src/external/mpl/bind/dist/lib/isc/
H A Dtask.c
/netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/
H A Dtask.c123 atomic_bool privileged; member
129 #define TASK_PRIVILEGED(t) (atomic_load_acquire(&(t)->privileged))
247 atomic_init(&task->privileged, false); in isc_task_create_bound()
1285 atomic_store_release(&task->privileged, priv); in isc_task_setprivilege()
/netbsd-src/external/bsd/ntp/dist/html/hints/
H A Dmpeix14 privileged, undocumented internal OS functions.
/netbsd-src/external/bsd/ppp/dist/
H A DREADME.pwfd147 command line (unless you are root) since the plugin option is privileged.
/netbsd-src/external/gpl3/binutils.old/dist/gas/doc/
H A Dc-riscv.texi57 Select the privileged spec version. We can decide whether the CSR is valid or
85 memory accesses, and the major, minor and revision version of privileged
691 the privileged specification. It will report errors if object files of
692 different privileged specification versions are merged.
H A Dc-or1k.texi77 OpenRISC also contains privileged special purpose registers (SPRs). The
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZInstrSystem.td10 // Most of these instructions are privileged or semi-privileged. They are
/netbsd-src/external/gpl3/binutils/dist/gas/doc/
H A Dc-riscv.texi59 Select the privileged spec version. We can decide whether the CSR is valid or
86 memory accesses, and the major, minor and revision version of privileged
728 the privileged specification. It will report errors if object files of
729 different privileged specification versions are merged.
H A Dc-or1k.texi77 OpenRISC also contains privileged special purpose registers (SPRs). The
/netbsd-src/sys/kern/
H A Dkern_entropy.c2486 bool privileged; in entropy_ioctl()
2513 privileged = true; in entropy_ioctl()
2788 * (a) the user is privileged, and in entropy_ioctl()
2795 if (privileged && rdata->entropy && rdata->len) { in rnd_seed()
2446 bool privileged; entropy_ioctl() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPC.td260 SubtargetFeature<"privileged", "HasPrivileged", "true",
261 "Add privileged instructions">;
/netbsd-src/external/bsd/openldap/dist/servers/lloadd/
H A Ddaemon.c1709 int privileged = ber_bvstrcasecmp( &c->c_auth, &lloadd_identity ); in lload_handle_global_invalidation() local
1715 c->c_type = privileged ? LLOAD_C_PRIVILEGED : LLOAD_C_OPEN; in lload_handle_global_invalidation()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/sh/
H A Dsh.opt285 Don't generate privileged-mode only code; implies -mno-inline-ic_invalidate if the inline code woul…
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/sh/
H A Dsh.opt285 Don't generate privileged-mode only code; implies -mno-inline-ic_invalidate if the inline code woul…
/netbsd-src/sys/external/gpl2/dts/dist/arch/riscv/boot/dts/canaan/
H A Dk210.dtsi20 * The K210 has an sv39 MMU following the privileged specification v1.9.
/netbsd-src/external/gpl3/gdb/dist/include/
H A DChangeLog-20173 * opcode/riscv-opc.h (DECLARE_CSR): Add missing privileged registers.
4 Sort to match privileged spec documentation order.
/netbsd-src/external/gpl3/gdb.old/dist/include/
H A DChangeLog-20173 * opcode/riscv-opc.h (DECLARE_CSR): Add missing privileged registers.
4 Sort to match privileged spec documentation order.
/netbsd-src/external/gpl3/binutils.old/dist/include/
H A DChangeLog-20173 * opcode/riscv-opc.h (DECLARE_CSR): Add missing privileged registers.
4 Sort to match privileged spec documentation order.
/netbsd-src/external/gpl3/binutils/dist/include/
H A DChangeLog-20173 * opcode/riscv-opc.h (DECLARE_CSR): Add missing privileged registers.
4 Sort to match privileged spec documentation order.

1234567