Home
last modified time | relevance | path

Searched refs:p_herrno (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/nscd/
H A Dnscd_door.h96 (ph)->p_herrno = herrno;
125 (((nss_pheader_t *)(ph))->p_herrno)
H A Dnscd_switch.c956 arg->h_errno = phdr->p_herrno; in nss_search()
1431 pbuf->p_status, pbuf->p_herrno, strerror(pbuf->p_errno)); in nss_psearch()
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dnss_dbdefs.c786 pbuf->p_herrno = 0; in nss_packed_set_status()
791 pbuf->p_herrno = (uint32_t)arg->h_errno; in nss_packed_set_status()
829 pbuf->p_herrno = (uint32_t)arg->h_errno; in nss_packed_set_status()
832 pbuf->p_herrno = 0; in nss_packed_set_status()
1212 arg->h_errno = (int)pbuf->p_herrno; in nss_packed_arg_init()
H A Dnss_common.c1676 pbuf->p_herrno = 0; in nss_pack()
1680 pbuf->p_herrno = (uint32_t)in->h_errno; in nss_pack()
1773 pbuf->p_herrno = 0; in nss_pack_ent()
1860 in->h_errno = (int)pbuf->p_herrno; in nss_unpack()
1914 in->h_errno = (int)pbuf->p_herrno; in nss_unpack()
1988 in->h_errno = (int)pbuf->p_herrno; in nss_unpack_ent()
/illumos-gate/usr/src/lib/nsswitch/dns/common/
H A Ddns_common.c570 pbuf->p_herrno = HOST_NOT_FOUND; in _nss_dns_gethost_withttl()
584 pbuf->p_herrno = HOST_NOT_FOUND; in _nss_dns_gethost_withttl()
/illumos-gate/usr/src/head/
H A Dnss_dbdefs.h613 uint32_t p_herrno; /* h_errno */ member