Searched defs:cbinfo (Results 1 - 3 of 3) sorted by relevance
| /illumos-gate/usr/src/cmd/ypcmd/ |
| H A D | ypcat.c | 109 struct ypall_callback cbinfo; local 127 cbinfo.foreach = callback; 128 cbinfo.data = (char *)&fail; 129 err = __yp_all_rsvdport(domain, map, &cbinfo);
|
| H A D | ypxfr.c | 1402 struct ypall_callback cbinfo; local 1443 cbinfo.foreach = count_callback; 1445 cbinfo.data = (char *)&tmpstat; 1449 &allreq, xdr_ypall, &cbinfo, tcp_timeout); 1494 struct ypall_callback cbinfo; local 1554 cbinfo.foreach = ypall_callback; 1556 cbinfo.data = (char *)&tmpstat; 1560 (char *)&allreq, (xdrproc_t)xdr_ypall, (char *)&cbinfo,
|
| /illumos-gate/usr/src/cmd/idmap/idmapd/ |
| H A D | directory_provider_ad.c | 52 struct cbinfo { struct 62 struct cbinfo *cbinfo); 291 struct cbinfo cbinfo; local 302 cbinfo.attrs = attrs; 303 cbinfo.nattrs = nattrs; 304 cbinfo.entry = pent; 305 cbinfo.domain = domain; 308 &cbinfo, 374 directory_provider_ad_cb1( LDAP *ld, LDAPMessage *msg, struct cbinfo *cbinfo) argument [all...] |
Completed in 98 milliseconds