Searched defs:subtree (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/
H A Dldap_realm.h59 char **subtree; member in struct:_krb5_ldap_realm_params
H A Dldap_service_rights.c42 {"1#subtree#","#[Entry Rights]"},
43 {"2#subtree#","#CN"},
44 {"6#subtree#","#ObjectClass"},
45 {"2#subtree#","#krbTicketPolicyReference"},
46 {"2#subtree#","#krbUPEnabled"},
47 {"2#subtree#","#krbHostServer"},
48 {"2#subtree#","#krbServiceFlags"},
49 {"2#subtree#","#krbRealmReferences"},
50 {"2#subtree#","#krbTicketFlags"},
51 {"2#subtree#","#krbMaxTicketLif
305 char *realmdn=NULL, **subtree=NULL; local
651 char **subtree=NULL; local
[all...]
H A Dldap_principal.c151 char **subtree=NULL, *princ_name=NULL, *realm=NULL, **values=NULL, *filter=NULL; local
199 if ((st = krb5_get_subtree_info(ldap_context, &subtree, &ntree)) != 0)
206 LDAP_SEARCH(subtree[tree], ldap_context->lrparams->search_scope, filter, principal_attributes);
241 if (subtree[ntree-1])
242 free (subtree[ntree-1]);
245 if (subtree != NULL) {
246 free(subtree);
H A Dldap_principal2.c88 char *user=NULL, *filter=NULL, **subtree=NULL; local
133 if ((st = krb5_get_subtree_info(ldap_context, &subtree, &ntrees)) != 0)
139 LDAP_SEARCH(subtree[tree], ldap_context->lrparams->search_scope, filter, principal_attributes);
183 if (subtree) {
185 if (subtree[ntrees-1])
186 free (subtree[ntrees-1]);
187 free (subtree);
462 char *user=NULL, *subtree=NULL, *principal_dn=NULL; local
546 /* get the current subtree list */
620 /* get the subtree informatio
[all...]
H A Dldap_misc.c489 * Deduce the subtree information from the context. A realm can have
495 * actual subtree/s associated with the realm. The conditions are as
497 * 1. If the subtree information of the Realm is [Root] or NULL (that
498 * is internal a [Root]) then the realm has only one subtree
500 * 2. If the subtree information of the Realm is missing/absent, then the
503 * one subtree.
504 * 3. The subtree information of the realm is overlapping the realm
505 * container of the realm, then the realm has only one subtree and
506 * it is the subtree information associated with the realm.
516 char **subtree local
1673 char **subtree = NULL, *ptr = NULL; local
1900 char **subtree = listop; local
[all...]
/illumos-gate/usr/src/cmd/bart/
H A Dbart.h136 char subtree[PATH_MAX]; member in struct:rule
/illumos-gate/usr/src/tools/findunref/
H A Dfindunref.c110 char subtree[MAXPATHLEN] = "./"; local
127 (void) strlcat(subtree, optarg, MAXPATHLEN);
153 usage: (void) fprintf(stderr, "usage: %s [-s <subtree>] "
179 * Walk the specified subtree of the tree rooted at argv[0].
184 if (nftw(subtree, checkpath, 100, FTW_PHYS) != 0)
/illumos-gate/usr/src/uts/sun4/io/efcode/
H A Dfc_ops.c627 * Add the new node to our copy of the subtree.
759 * and for now, online the subtree.
760 * XXX: Presumably the configurator will online the subtree
777 remove_subtree(dev_info_t *root, struct fc_device_tree *subtree) argument
782 * Remove the subtree, depth first. Each iterative
786 while ((child = fc_child_node(root, subtree)) != NULL)
787 remove_subtree(child, subtree);
790 * Delete the subtree root and remove its record from our
791 * copy of the subtree.
793 fc_remove_child(root, subtree);
801 struct fc_device_tree *subtree = fc_handle_to_dtree(rp); local
[all...]

Completed in 82 milliseconds