Searched defs:no_err (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/efcode/fcdriver/
H A Dioctl.c50 int i, error, no_err; local
56 no_err = nin & FCRP_NOERROR;
88 if ((error & !no_err) ||
/illumos-gate/usr/src/tools/chk4ubin/
H A Dchk4ubin.c93 static int no_err = 0; variable
266 no_err = 1;
292 return (no_err ? 0 : exitcode);
/illumos-gate/usr/src/cmd/cdrw/
H A Dmisc_scsi.c478 int no_err; local
497 no_err = get_mode_page(dev->d_fd, 5, 0, 64, buf);
498 if (no_err)
499 no_err = ((buf[1] + 2) > 64) ? 0 : 1;
506 if (no_err && test_write && (buf[2] & 0x10)) {
511 if (no_err != 0) {
560 no_err = set_mode_page(dev->d_fd, buf);
562 if (no_err && reset_device) {
565 no_err = set_mode_page(dev->d_fd, buf);
573 if (!no_err) {
[all...]
/illumos-gate/usr/src/uts/common/os/
H A Dmodctl.c2929 static char no_err[] = "No error function for weak stub %s"; variable
3009 cmn_err(CE_PANIC, no_err,

Completed in 57 milliseconds