Home
last modified time | relevance | path

Searched refs:isroot (Results 1 – 25 of 27) sorted by relevance

12

/netbsd-src/sys/secmodel/suser/
H A Dsecmodel_suser.c199 bool isroot; in secmodel_suser_generic_cb() local
202 isroot = suser_isroot(cred); in secmodel_suser_generic_cb()
207 if (isroot) in secmodel_suser_generic_cb()
229 bool isroot; in secmodel_suser_system_cb() local
233 isroot = suser_isroot(cred); in secmodel_suser_system_cb()
241 if (isroot) in secmodel_suser_system_cb()
253 if (isroot) in secmodel_suser_system_cb()
264 if (isroot) in secmodel_suser_system_cb()
280 if (isroot) in secmodel_suser_system_cb()
299 if (isroot) { in secmodel_suser_system_cb()
[all …]
/netbsd-src/sys/secmodel/extensions/
H A Dsecmodel_extensions.c333 bool isroot = false; in secmodel_extensions_process_cb() local
337 "is-root", cred, &isroot); in secmodel_extensions_process_cb()
338 if (error == 0 && !isroot) in secmodel_extensions_process_cb()
390 bool isroot = false; in secmodel_extensions_network_cb() local
393 "is-root", cred, &isroot); in secmodel_extensions_network_cb()
394 if (error == 0 && !isroot) in secmodel_extensions_network_cb()
H A Dsecmodel_extensions_vfs.c204 bool isroot; in secmodel_extensions_vnode_cb() local
223 cred, &isroot); in secmodel_extensions_vnode_cb()
224 if (error || !isroot) in secmodel_extensions_vnode_cb()
/netbsd-src/external/cddl/osnet/dist/uts/common/sys/
H A Dctf.h219 #define CTF_TYPE_INFO(kind, isroot, vlen) \ argument
220 (((kind) << 11) | (((isroot) ? 1 : 0) << 10) | ((vlen) & CTF_MAX_VLEN))
246 #define CTF_TYPE_INFO_V1(kind, isroot, vlen) \ argument
247 (((kind) << 12) | (((isroot) ? 1 : 0) << 11) | ((vlen) & 0x07ff))
/netbsd-src/external/cddl/osnet/dist/tools/ctf/cvt/
H A Dctf.c296 int isroot = tp->t_flags & TDESC_F_ISROOT; in write_type() local
335 isroot, 1); in write_type()
337 ctt.ctt_info = CTF_TYPE_INFO(CTF_K_FLOAT, isroot, 1); in write_type()
363 ctt.ctt_info = CTF_TYPE_INFO(CTF_K_POINTER, isroot, 0); in write_type()
369 ctt.ctt_info = CTF_TYPE_INFO(CTF_K_ARRAY, isroot, 1); in write_type()
396 ctt.ctt_info = CTF_TYPE_INFO(CTF_K_STRUCT, isroot, i); in write_type()
398 ctt.ctt_info = CTF_TYPE_INFO(CTF_K_UNION, isroot, i); in write_type()
457 ctt.ctt_info = CTF_TYPE_INFO(CTF_K_ENUM, isroot, i); in write_type()
476 ctt.ctt_info = CTF_TYPE_INFO(CTF_K_FORWARD, isroot, 0); in write_type()
482 ctt.ctt_info = CTF_TYPE_INFO(CTF_K_TYPEDEF, isroot, 0); in write_type()
[all …]
/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-meta/
H A Dbind.c69 isroot = 0; in meta_back_bind() local
86 isroot = 1; in meta_back_bind()
144 } else if ( !isroot ) { in meta_back_bind()
155 if ( isroot ) { in meta_back_bind()
200 if ( isroot ) { in meta_back_bind()
253 if ( isroot ) { in meta_back_bind()
686 isroot = 0; in meta_back_dobind() local
691 isroot = 1; in meta_back_dobind()
701 isroot ? " (isroot)" : "" ); in meta_back_dobind()
790 isroot ? op->o_bd->be_rootdn.bv_val : "anonymous", in meta_back_dobind()
[all …]
/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-asyncmeta/
H A Dbind.c71 isroot = 0; in asyncmeta_back_bind() local
89 isroot = 1; in asyncmeta_back_bind()
145 } else if ( !isroot ) { in asyncmeta_back_bind()
156 if ( isroot ) { in asyncmeta_back_bind()
977 int isroot, in asyncmeta_back_proxy_authz_ctrl() argument
997 if ( !op->o_conn || op->o_do_not_cache || ( isroot ) ) { in asyncmeta_back_proxy_authz_ctrl()
1050 } else if ( si->si_authz && !isroot ) { in asyncmeta_back_proxy_authz_ctrl()
1256 int isroot, in asyncmeta_controls_add() argument
1291 mt->mt_version, isroot, &mt->mt_idassert, &c[ j1 ] ) ) in asyncmeta_controls_add()
H A Dback-asyncmeta.h511 int isroot,
/netbsd-src/external/gpl3/binutils/dist/libctf/
H A Dctf-open.c510 int isroot = CTF_V1_INFO_ISROOT (tp->ctt_info); in upgrade_types_v1() local
519 t2p->ctt_info = CTF_TYPE_INFO (kind, isroot, vlen); in upgrade_types_v1()
791 unsigned short isroot = LCTF_INFO_ISROOT (fp, tp->ctt_info); in init_types() local
815 || isroot) in init_types()
832 if (!isroot) in init_types()
846 if (!isroot) in init_types()
862 if (!isroot) in init_types()
874 if (!isroot) in init_types()
886 if (!isroot) in init_types()
900 if (!isroot) in init_types()
[all …]
H A Dctf-dedup.c2619 int isroot = 1; in ctf_dedup_emit_type() local
2691 isroot = 0; in ctf_dedup_emit_type()
2696 isroot = 0; in ctf_dedup_emit_type()
2720 if ((new_type = ctf_add_unknown (target, isroot, name)) == CTF_ERR) in ctf_dedup_emit_type()
2728 if ((new_type = ctf_add_forward (target, isroot, name, in ctf_dedup_emit_type()
2739 if ((new_type = ctf_add_encoded (target, isroot, name, &ep, kind)) in ctf_dedup_emit_type()
2748 if ((new_type = ctf_add_enum (target, isroot, name)) == CTF_ERR) in ctf_dedup_emit_type()
2778 if ((new_type = ctf_add_typedef (target, isroot, name, ref)) == CTF_ERR) in ctf_dedup_emit_type()
2794 if ((new_type = ctf_add_reftype (target, isroot, ref, kind)) == CTF_ERR) in ctf_dedup_emit_type()
2810 if ((new_type = ctf_add_slice (target, isroot, ref, &ep)) == CTF_ERR) in ctf_dedup_emit_type()
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/libctf/
H A Dctf-open.c510 int isroot = CTF_V1_INFO_ISROOT (tp->ctt_info); in upgrade_types_v1() local
519 t2p->ctt_info = CTF_TYPE_INFO (kind, isroot, vlen); in upgrade_types_v1()
791 unsigned short isroot = LCTF_INFO_ISROOT (fp, tp->ctt_info); in init_types() local
815 || isroot) in init_types()
832 if (!isroot) in init_types()
846 if (!isroot) in init_types()
862 if (!isroot) in init_types()
874 if (!isroot) in init_types()
886 if (!isroot) in init_types()
900 if (!isroot) in init_types()
[all …]
H A Dctf-dedup.c2622 int isroot = 1; in ctf_dedup_emit_type() local
2694 isroot = 0; in ctf_dedup_emit_type()
2699 isroot = 0; in ctf_dedup_emit_type()
2723 if ((new_type = ctf_add_unknown (target, isroot, name)) == CTF_ERR) in ctf_dedup_emit_type()
2731 if ((new_type = ctf_add_forward (target, isroot, name, in ctf_dedup_emit_type()
2742 if ((new_type = ctf_add_encoded (target, isroot, name, &ep, kind)) in ctf_dedup_emit_type()
2751 if ((new_type = ctf_add_enum (target, isroot, name)) == CTF_ERR) in ctf_dedup_emit_type()
2781 if ((new_type = ctf_add_typedef (target, isroot, name, ref)) == CTF_ERR) in ctf_dedup_emit_type()
2797 if ((new_type = ctf_add_reftype (target, isroot, ref, kind)) == CTF_ERR) in ctf_dedup_emit_type()
2813 if ((new_type = ctf_add_slice (target, isroot, ref, &ep)) == CTF_ERR) in ctf_dedup_emit_type()
[all …]
/netbsd-src/external/gpl3/gcc/dist/include/
H A Dctf.h302 #define CTF_TYPE_INFO(kind, isroot, vlen) \ argument
303 (((kind) << 26) | (((isroot) ? 1 : 0) << 25) | ((vlen) & CTF_MAX_VLEN))
/netbsd-src/external/mpl/bind/dist/contrib/dlz/modules/filesystem/
H A Ddlz_filesystem_dynamic.c
/netbsd-src/lib/libtelnet/
H A Dsra.c444 isroot(const char *usr) in isroot() function
475 if (isroot(name) && !rootterm(line)) in check_user()
608 if (isroot(name) && !rootterm(line)) in check_user()
/netbsd-src/external/gpl3/binutils/dist/include/
H A Dctf.h374 #define CTF_TYPE_INFO(kind, isroot, vlen) \ argument
375 (((kind) << 26) | (((isroot) ? 1 : 0) << 25) | ((vlen) & CTF_MAX_VLEN))
/netbsd-src/external/gpl3/binutils.old/dist/include/
H A Dctf.h374 #define CTF_TYPE_INFO(kind, isroot, vlen) \ argument
375 (((kind) << 26) | (((isroot) ? 1 : 0) << 25) | ((vlen) & CTF_MAX_VLEN))
/netbsd-src/external/gpl3/binutils/dist/libctf/doc/
H A Dctf-spec.texi669 @multitable {Bit offset} {@code{isroot}} {Length of variable-length data for this type (some kinds …
676 @tab @code{isroot}
688 The most mysterious of these is undoubtedly @code{isroot}. This indicates
693 them may have a nonzero value for @code{isroot}. @code{libctf} validates this
710 a @code{kind}, @code{isroot}, and @code{vlen}; @code{CTF_V2_INFO_KIND},
932 integral type with the @code{isroot} bit flipped off and the offset and bits
H A Dctf-spec.info541 25 ‘isroot’ 1 if this type is visible to name lookup
550 The most mysterious of these is undoubtedly ‘isroot’. This indicates
555 dictionary, but only one of them may have a nonzero value for ‘isroot’.
573 ‘kind’, ‘isroot’, and ‘vlen’; ‘CTF_V2_INFO_KIND’, ‘CTF_V2_INFO_ISROOT’
738 a sort of integral type with the ‘isroot’ bit flipped off and the offset
/netbsd-src/external/gpl3/binutils.old/dist/libctf/doc/
H A Dctf-spec.texi669 @multitable {Bit offset} {@code{isroot}} {Length of variable-length data for this type (some kinds …
676 @tab @code{isroot}
688 The most mysterious of these is undoubtedly @code{isroot}. This indicates
693 them may have a nonzero value for @code{isroot}. @code{libctf} validates this
710 a @code{kind}, @code{isroot}, and @code{vlen}; @code{CTF_V2_INFO_KIND},
932 integral type with the @code{isroot} bit flipped off and the offset and bits
H A Dctf-spec.info541 25 'isroot' 1 if this type is visible to name lookup
550 The most mysterious of these is undoubtedly 'isroot'. This indicates
555 dictionary, but only one of them may have a nonzero value for 'isroot'.
573 'kind', 'isroot', and 'vlen'; 'CTF_V2_INFO_KIND', 'CTF_V2_INFO_ISROOT'
738 a sort of integral type with the 'isroot' bit flipped off and the offset
/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-ldap/
H A Dbind.c2531 int isroot = 0; in ldap_back_proxy_authz_ctrl() local
2545 if ( !op->o_conn || op->o_do_not_cache || ( isroot = be_isroot( op ) ) ) { in ldap_back_proxy_authz_ctrl()
2593 } else if ( si->si_authz && !isroot ) { in ldap_back_proxy_authz_ctrl()
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/
H A Dextend.texi9456 int isroot P((uid_t));
9460 isroot (x) /* @r{??? lossage here ???} */
9484 int isroot (uid_t);
9487 isroot (uid_t x)
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/
H A Dextend.texi8893 int isroot P((uid_t));
8897 isroot (x) /* @r{??? lossage here ???} */
8921 int isroot (uid_t);
8924 isroot (uid_t x)
/netbsd-src/external/bsd/unbound/dist/doc/
H A DChangelog10845 - moved isroot and dellabel to own dname routines, with unit test.

12