Home
last modified time | relevance | path

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

12

/titanic_44/usr/src/lib/gss_mechs/mech_krb5/profile/
H A Dprof_solaris.c39 const char *hierarchy[4]; in __profile_iter_name_value() local
46 hierarchy[0] = section; in __profile_iter_name_value()
47 hierarchy[1] = NULL; in __profile_iter_name_value()
52 code = profile_iterator_create(profile, hierarchy, in __profile_iter_name_value()
108 const char *hierarchy[4]; in __profile_set_appdefaults() local
114 hierarchy[0] = "appdefaults"; in __profile_set_appdefaults()
115 hierarchy[1] = "kinit"; in __profile_set_appdefaults()
116 hierarchy[3] = NULL; in __profile_set_appdefaults()
118 hierarchy[2] = "renewable"; in __profile_set_appdefaults()
123 (void) profile_clear_relation(profile, hierarchy); in __profile_set_appdefaults()
[all …]
/titanic_44/usr/src/lib/krb5/kadm5/
H A Dalt_prof.c165 krb5_aprof_getvals(acontext, hierarchy, retdata) in krb5_aprof_getvals() argument
167 const char **hierarchy;
171 hierarchy,
207 krb5_aprof_get_boolean(krb5_pointer acontext, const char **hierarchy, in krb5_aprof_get_boolean() argument
216 kret = krb5_aprof_getvals (acontext, hierarchy, &values); in krb5_aprof_get_boolean()
249 krb5_aprof_get_deltat(acontext, hierarchy, uselast, deltatp) in krb5_aprof_get_deltat() argument
251 const char **hierarchy;
260 if (!(kret = krb5_aprof_getvals(acontext, hierarchy, &values))) {
292 krb5_aprof_get_string(acontext, hierarchy, uselast, stringp) in krb5_aprof_get_string() argument
294 const char **hierarchy;
[all …]
/titanic_44/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()
786 hierarchy[2] = "auth_to_local_names"; 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()
[all …]
/titanic_44/usr/src/cmd/krb5/krb5kdc/
H A Dmain.c463 const char *hierarchy[3]; local
473 hierarchy[0] = "kdcdefaults";
474 hierarchy[1] = "kdc_ports";
475 hierarchy[2] = (char *) NULL;
476 if (krb5_aprof_get_string(aprof, hierarchy, TRUE, &default_udp_ports))
478 hierarchy[1] = "kdc_tcp_ports";
479 if (krb5_aprof_get_string(aprof, hierarchy, TRUE, &default_tcp_ports))
481 hierarchy[1] = "kdc_max_tcp_connections";
482 if (krb5_aprof_get_int32(aprof, hierarchy, TRUE,
489 hierarchy[1] = "v4_mode";
[all …]
/titanic_44/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 Dstate007.cfg35 # hierarchy independently.
H A Dstate001.cfg36 # propogated down the hierarchy.
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
/titanic_44/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/pod/
H A DLgrp.pod180 hierarchy with the given view. Given the view, L<lgrp_init()> returns a cookie
181 representing this snapshot of the lgroup hierarchy. This cookie should be used
182 with other routines in the lgroup interface needing the lgroup hierarchy. The
194 The function takes a cookie, frees the snapshot of the lgroup hierarchy created
206 The function takes a cookie representing the snapshot of the lgroup hierarchy
207 and returns the snapshot's view of the lgroup hierarchy.
215 lgroup hierarchy represented by the given cookie. Otherwise, B<undef> is
246 The function takes a cookie representing a snapshot of the lgroup hierarchy and
256 Everything within this hierarchy.
274 The function takes a cookie representing a snapshot of the lgroup hierarchy and
[all …]
/titanic_44/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
/titanic_44/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/base/
H A DAttributeManager.java509 public String hierarchy() { in hierarchy() method in AttributeManager
510 return (hierarchy(0)); in hierarchy()
516 private String hierarchy(int level) { in hierarchy() method in AttributeManager
527 e.nextElement()).hierarchy(level + 1); in hierarchy()
/titanic_44/usr/src/lib/libcmd/common/
H A Dcp.c151 int hierarchy; /* preserve hierarchy */ member
247 if (state->hierarchy) in visit()
278 if (state->hierarchy && ent->fts_level == 0 && strchr(base, '/')) in visit()
746 state->hierarchy = 1; in b_cp()
914 if (state->hierarchy) in b_cp()
/titanic_44/usr/src/common/
H A DREADME31 This directory hierarchy is intended to hold sources used in common between

12