Searched defs:pdn (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/nsswitch/ldap/common/
H A Dldap_utils.c107 char *pdn, *domain = NULL; local
123 pdn = (char *)malloc(len + 1);
124 if (pdn == NULL) {
129 *pdn = '\0';
131 (void) strcat(pdn, rdns[0]);
134 (void) strcat(pdn, rdns[nrdns]);
135 (void) strcat(pdn, ",");
138 pdn[strlen(pdn) - 1] = '\0';
141 (void) __ns_ldap_dn2domain(pdn,
[all...]
/illumos-gate/usr/src/common/bignum/
H A Dmont_mulf.c248 double *pdm1, *pdm2, *pdn, *pdtj, pdn_0, pdm1_0; local
252 pdn = &(dn[0]);
264 a = pdtj[0] + pdn[0] * digit;
270 pdtj[2 * i] += pdm1[i] * m2j + pdn[i] * digit;
297 pdn_0 = pdn[0];
310 pdtj[2] += pdm1[1] *m2j + pdn[1] * digit;
311 pdtj[4] += pdm1[2] *m2j + pdn[2] * digit;
312 pdtj[6] += pdm1[3] *m2j + pdn[3] * digit;
313 pdtj[8] += pdm1[4] *m2j + pdn[4] * digit;
314 pdtj[10] += pdm1[5] *m2j + pdn[
[all...]
/illumos-gate/usr/src/lib/fm/topo/modules/common/pcibus/
H A Dpcibus.c165 di_node_t pdn; local
178 pdn = topo_node_getspecific(ptn);
183 pdevtyp = pci_devtype_get(mod, pdn);
184 pexcap = pciex_cap_get(mod, pdn);
621 di_node_t pdn; local
636 if ((pdn = topo_node_getspecific(ptn)) == DI_NODE_NIL) {
644 if ((did_create(mp, pdn, 0, hb, rc, TRUST_BDF)) == NULL)
647 retval = pci_children_instantiate(mp, ptn, pdn, 0, hb, rc,

Completed in 62 milliseconds