Searched defs:hpret (Results 1 - 3 of 3) sorted by relevance
/osnet-11/usr/src/lib/libldap4/common/ |
H A D | cldap.c | 95 struct hostent hpret; local 150 if ( (hp = gethostbyname_r( host, &hpret, hpbuf, NSS_BUFLEN_HOSTS, &hperrno)) == NULL ) {
|
H A D | os-ip.c | 153 struct hostent hpret; local 166 if ((hp = gethostbyname_r(host, &hpret, hpbuf, 275 struct hostent hpret; local 294 &hpret, hpbuf, NSS_BUFLEN_HOSTS, &hperrno)) != NULL ) {
|
/osnet-11/usr/src/lib/cfgadm_plugins/scsi/common/ |
H A D | cfga_ctl.c | 961 scfga_ret_t hpret; local 986 hpret = wait_for_hotplug(pt, CONF_UNQUIESCE); 1002 return (hpret);
|
Completed in 23 milliseconds