HomeSort by: relevance | last modified time | path
    Searched refs:NOERROR (Results 1 - 15 of 15) sorted by relevancy

  /src/lib/libc/resolv/
res_query.c 159 hp->rcode = NOERROR; /*%< default */
206 if (hp->rcode != NOERROR || ntohs(hp->ancount) == 0) {
222 case NOERROR:
res_mkquery.c 146 hp->rcode = NOERROR;
255 *cp++ = NOERROR; /*%< extended RCODE */
  /src/include/arpa/
nameser_compat.h 124 #define NOERROR ns_r_noerror
  /src/lib/libresolv/
res_sendsigned.c 81 ret = ns_sign(newmsg, &newmsglen, bufsize, NOERROR, dstkey, NULL, 0,
res_update.c 186 if (h.rcode == NOERROR)
ns_verify.c 317 if (error != NOERROR)
479 if (error != NOERROR)
res_mkupdate.c 110 hp->rcode = NOERROR;
  /src/sys/dev/ata/
atavar.h 61 #define NOERROR 0 /* There was no error (r_error invalid) */
ata_wdc.c 787 ata_bio->error = NOERROR;
wd.c 933 goto noerror;
1012 case NOERROR:
1021 errmsg = "chaos noerror";
1026 noerror: if ((xfer->c_bio.flags & ATA_CORR) || xfer->c_retries > 0)
1668 case NOERROR:
  /src/lib/libc/net/
getaddrinfo.c 2562 rcode = NOERROR;
2575 hp->rcode = NOERROR; /* default */
2631 if (n < 0 || hp->rcode != NOERROR || ntohs(hp->ancount) == 0) {
2657 case NOERROR:
  /src/sys/dev/ic/
mvsata.c 1281 if (tfd > 0 && ata_bio->error == NOERROR) {
1342 if (ata_bio->error == NOERROR)
1353 if (ata_bio->error != NOERROR) {
1394 ata_bio->error = NOERROR;
1453 bool iserror = (ata_bio->error != NOERROR);
2805 ata_bio->error = NOERROR;
ahcisata_core.c 1598 if (ata_bio->error == NOERROR)
1601 if ((ata_bio->flags & ATA_READ) || ata_bio->error == NOERROR)
siisata.c 1349 if (ata_bio->error == NOERROR) {
  /src/sys/arch/emips/ebus/
ace_ebus.c 136 #define NOERROR 0 /* There was no error (r_error invalid),

Completed in 27 milliseconds