Searched refs:cdn (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/fm/topo/modules/common/usb/common/
H A Dusb.c374 di_node_t cdn; local
423 cdn = di_child_node(phost->ued_dnode);
424 if (cdn == DI_NODE_NIL) {
448 if (usb_children_instantiate(mod, rn, cdn, 0) != 0) {
471 di_node_t cdn; local
523 cdn = di_child_node(pdn);
524 if (cdn == DI_NODE_NIL) {
548 if (usb_children_instantiate(mod, rn, cdn, 0)
1286 di_node_t cdn; local
1350 cdn
1428 di_node_t cdn, tdn; local
[all...]
/osnet-11/usr/src/lib/nsswitch/ldap/common/
H A Dldap_utils.c92 * _get_domain_name() passes the dn one level up from cdn, e.g.,
93 * a pointer pointing to "ou= ..." for the cdn's listed below:
97 * with cdn.
101 _get_domain_name(char *cdn) argument
110 /* break the cdn into its components */
111 rdns = ldap_explode_dn(cdn, 0);
H A Dldap_common.h202 extern char *_get_domain_name(char *cdn);

Completed in 19 milliseconds