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

/osnet-11/usr/src/lib/libldap4/common/
H A Dcldap.c95 struct hostent hpret; local
150 if ( (hp = gethostbyname_r( host, &hpret, hpbuf, NSS_BUFLEN_HOSTS, &hperrno)) == NULL ) {
H A Dos-ip.c153 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 Dcfga_ctl.c961 scfga_ret_t hpret; local
986 hpret = wait_for_hotplug(pt, CONF_UNQUIESCE);
1002 return (hpret);

Completed in 23 milliseconds