Searched refs:NO_DATA (Results 1 - 18 of 18) sorted by relevance

/illumos-gate/usr/src/stand/lib/sa/
H A Dnetdb.h55 #define NO_DATA 4 /* Valid name, no data record of requested type */ macro
/illumos-gate/usr/src/lib/libbc/inc/include/
H A Dnetdb.h87 #define NO_DATA 4 /* Valid name, no data record of requested type */ macro
88 #define NO_ADDRESS NO_DATA /* no address, look for MX record */
/illumos-gate/usr/src/uts/common/sys/scsi/adapters/
H A Discsi_door.h106 #define NO_DATA 4 /* Valid name, no data record of requested type */ macro
107 #define NO_ADDRESS NO_DATA /* no address, look for MX record */
/illumos-gate/usr/src/lib/libresolv/
H A Dnetdb.h204 #define NO_DATA 4 /* Valid name, no data record of requested type */ macro
205 #define NO_ADDRESS NO_DATA /* no address, look for MX record */
H A Dres_query.c125 h_errno = NO_DATA;
189 * On a NO_DATA error, keep trying, otherwise
200 if (h_errno == NO_DATA)
202 if ((h_errno != HOST_NOT_FOUND && h_errno != NO_DATA) ||
218 h_errno = NO_DATA;
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dgetdxbyname.c143 h_errno = NO_DATA;
224 err = NO_DATA;
/illumos-gate/usr/src/head/
H A Dnetdb.h384 #define NO_DATA 4 /* Valid name, no data record of requested type */ macro
387 #define NO_ADDRESS NO_DATA /* no address, look for MX record */
/illumos-gate/usr/src/cmd/sendmail/libsm/
H A Derrstring.c118 case NO_DATA + E_DNSBASE:
/illumos-gate/usr/src/lib/libresolv2/common/resolv/
H A Dres_query.c191 RES_SET_H_ERRNO(statp, NO_DATA);
285 * On a NO_DATA error, keep trying, otherwise
299 case NO_DATA:
347 RES_SET_H_ERRNO(statp, NO_DATA);
/illumos-gate/usr/src/cmd/sendmail/src/
H A Ddomain.c66 # ifndef NO_DATA
67 # define NO_DATA NO_ADDRESS macro
68 # endif /* ! NO_DATA */
285 case NO_DATA:
H A Derr.c116 #if NAMED_BIND && !defined(NO_DATA)
117 # define NO_DATA NO_ADDRESS macro
118 #endif /* NAMED_BIND && !defined(NO_DATA) */
1076 case NO_DATA + E_DNSBASE:
H A Ddaemon.c28 # ifndef NO_DATA
29 # define NO_DATA NO_ADDRESS macro
30 # endif /* ! NO_DATA */
4113 case NO_DATA:
/illumos-gate/usr/src/lib/libmapid/common/
H A Dmapid.c127 case NO_DATA:
624 case NO_DATA:
/illumos-gate/usr/src/lib/libslp/clib/
H A Dslp_net_utils.c383 case NO_DATA:
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/support/
H A Dfake-addrinfo.c1056 case NO_DATA:
1057 #if NO_DATA != NO_ADDRESS
/illumos-gate/usr/src/lib/libnsl/nss/
H A Dnetdir_inet.c1271 case NO_DATA:
1290 case NO_DATA:
2493 return (NO_DATA);
/illumos-gate/usr/src/lib/libresolv2/common/irs/
H A Dgetaddrinfo.c664 case NO_DATA:
/illumos-gate/usr/src/cmd/ldap/ns_ldap/
H A Dldapaddent.c4732 case NO_DATA:
4733 return ("NO_DATA");

Completed in 118 milliseconds