Home
last modified time | relevance | path

Searched refs:hierarchy (Results 1 – 25 of 47) sorted by relevance

12

/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/profile/
H A Dprof_solaris.c46 hierarchy[0] = section; in __profile_iter_name_value()
47 hierarchy[1] = NULL; in __profile_iter_name_value()
116 hierarchy[3] = NULL; in __profile_set_appdefaults()
148 hierarchy[2] = NULL; in __profile_set_logging()
149 hierarchy[3] = NULL; in __profile_set_logging()
163 hierarchy[1] = "kdc"; in __profile_set_logging()
202 hierarchy[2] = NULL; in __profile_set_libdefaults()
226 hierarchy[3] = NULL; in __profile_set_kdc()
304 hierarchy[2] = NULL; in __profile_add_domain_mapping()
336 hierarchy[1] = NULL; in __profile_remove_domain_mapping()
[all …]
/illumos-gate/usr/src/lib/krb5/kadm5/
H A Dalt_prof.c167 const char **hierarchy;
171 hierarchy,
251 const char **hierarchy;
294 const char **hierarchy;
338 const char **hierarchy;
419 const char *hierarchy[4]; local
470 hierarchy[0] = "realms";
471 hierarchy[1] = lrealm;
583 hierarchy[2] = "acl_file";
1178 hierarchy[0] = "realms";
[all …]
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Dan_to_ln.c760 const char *hierarchy[5]; in krb5_aname_to_localname() local
784 hierarchy[0] = "realms"; in krb5_aname_to_localname()
785 hierarchy[1] = realm; in krb5_aname_to_localname()
787 hierarchy[3] = mname; in krb5_aname_to_localname()
788 hierarchy[4] = (char *) NULL; in krb5_aname_to_localname()
790 hierarchy, in krb5_aname_to_localname()
829 hierarchy[0] = "realms"; in krb5_aname_to_localname()
830 hierarchy[1] = realm; in krb5_aname_to_localname()
831 hierarchy[2] = "auth_to_local"; in krb5_aname_to_localname()
832 hierarchy[3] = (char *) NULL; in krb5_aname_to_localname()
[all …]
/illumos-gate/usr/src/cmd/krb5/krb5kdc/
H A Dmain.c452 const char *hierarchy[3]; local
464 hierarchy[0] = "kdcdefaults";
465 hierarchy[1] = "kdc_ports";
466 hierarchy[2] = (char *) NULL;
467 if (krb5_aprof_get_string(aprof, hierarchy, TRUE, &default_udp_ports))
469 hierarchy[1] = "kdc_tcp_ports";
470 if (krb5_aprof_get_string(aprof, hierarchy, TRUE, &default_tcp_ports))
472 hierarchy[1] = "kdc_max_tcp_connections";
473 if (krb5_aprof_get_int32(aprof, hierarchy, TRUE,
480 hierarchy[1] = "v4_mode";
[all …]
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/pod/
H A DLgrp.pod178 hierarchy with the given view. Given the view, L<lgrp_init()> returns a cookie
180 with other routines in the lgroup interface needing the lgroup hierarchy. The
204 The function takes a cookie representing the snapshot of the lgroup hierarchy
205 and returns the snapshot's view of the lgroup hierarchy.
213 lgroup hierarchy represented by the given cookie. Otherwise, B<undef> is
254 Everything within this hierarchy.
299 returns the number of lgroups in the hierarchy where the number is always at
340 Everything within this hierarchy.
531 Returns the snapshot's view of the lgroup hierarchy. It is a wrapper for
550 Returns the number of lgroups in the hierarchy. This is a wrapper for
[all …]
/illumos-gate/usr/src/test/zfs-tests/tests/functional/inheritance/
H A Dstate012.cfg33 # Verify that running 'zfs inherit -r' at each level of the data hierarchy
36 # hierarchy.
40 # should propogate down the entire data hierarchy. Done for completeness
H A Dstate014.cfg33 # Verify that running 'zfs inherit -r' at each level of the data hierarchy
36 # hierarchy.
40 # should propogate down the entire data hierarchy. Done for completeness
H A Dstate024.cfg33 # Verify that executing 'zfs inherit -r' at the top level in the hierarchy
36 # values being propogated down the hierarchy.
H A Dstate018.cfg33 # Verify that executing 'zfs inherit -r' at the top level in the hierarchy
38 # hierarchy.
H A DREADME.config26 # The configX.cfg files describe both the dataset hierarchy to
50 # dataset hierarchy.
H A DREADME.state29 # dataset hierarchy which has been specified by the corresponding
61 # the data hierarchy.
H A Dstate003.cfg35 # the properties of datasets above it in the hierarchy.
H A Dstate001.cfg36 # propogated down the hierarchy.
H A Dstate007.cfg35 # hierarchy independently.
H A Dstate008.cfg34 # used to verify that when we create a dataset hierarchy that the
H A Dstate009.cfg34 # data hierarchy where the properties of each dataset have their
H A Dstate002.cfg36 # correctly propogated down the hierarchy to the filesystem underneath,
H A Dstate010.cfg34 # data hierarchy where the properties of each dataset have their
H A Dstate011.cfg33 # Verify that running 'zfs inherit' at each level of the data hierarchy
H A Dstate013.cfg35 # bottom levels inheriting values from the next level up in the hierarchy.
H A Dstate019.cfg33 # Verify that executing 'zfs inherit' at the top level in the hierarchy
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Pg/pod/
H A DPg.pod103 Return ID of the root of Processor Group hierarchy.
111 Return list of all PGs sorted by walking the PG hierarchy depth first, starting
116 Return list of all PGs sorted by walking the PG hierarchy breadth first,
147 Return the numeric level of PG in the hierarchy, starting from root which has
157 snapshot. Relationships are sorted by the level in the hierarchy If any PGs are
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A DCONVERT.mk23 * of the hierarchy with the ast nmake(1) (after setting PATH and VPATH):
58 * if no files are specified then the from hierarchy
/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/
H A Dcp.c165 int hierarchy; /* preserve hierarchy */ member
265 if (state->hierarchy) in visit()
296 if (state->hierarchy && ent->fts_level == 0 && strchr(base, '/')) in visit()
797 state->hierarchy = 1; in b_cp()
977 if (state->hierarchy) in b_cp()
/illumos-gate/usr/src/common/
H A DREADME31 This directory hierarchy is intended to hold sources used in common between

12