Searched refs:is_ok (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/acct/
H A Dwtmpfix.c347 inrange_t is_ok; /* caches inrange() result */ local
350 * the output when is_ok >= INRANGE_PASS, ignored and dropped when
351 * is_ok == INRANGE_DROP, and evidence of corruption otherwise.
354 * proper alignment again, we'll want is_ok >= INRANGE_ALIGNED.
392 is_ok = INRANGE_ERR;
395 is_ok = inrange();
398 if ((residue > 0) && (is_ok == INRANGE_ERR)) {
433 /* assert: residue == 0 or is_ok >= INRANGE_DROP here */
434 if (is_ok < want_ok)
/illumos-gate/usr/src/lib/smbsrv/libmlrpc/common/
H A Dndr_process.c1494 int rc, is_ok = 0; local
1499 is_ok = 1;
1504 if (is_ok)
1514 if (is_ok)

Completed in 63 milliseconds