HomeSort by relevance Sort by last modified time
    Searched defs:PERROR (Results 1 - 14 of 14) sorted by null

  /onnv/onnv-gate/usr/src/lib/libsmedia/plugins/floppy/common/
f_defines.h 38 #define PERROR(str) my_perror(gettext(str))
  /onnv/onnv-gate/usr/src/cmd/eeprom/common/
error.c 34 #define PERROR 1
77 perror("");
  /onnv/onnv-gate/usr/src/cmd/eeprom/i386/
benv.h 45 #define PERROR 1
  /onnv/onnv-gate/usr/src/cmd/eeprom/sparc/
loadlogo.c 34 #define PERROR 1
53 return (_error(PERROR, "cannot open %s", name));
openprom.c 54 #define PERROR 1
240 exit(_error(PERROR, "OPROMNXTOPT"));
336 exit(_error(PERROR, "cannot open %s", promdev));
347 exit(_error(PERROR, "close error on %s", promdev));
356 return (_error(PERROR, "OPROMGETOPT"));
367 return (_error(PERROR, "OPROMSETOPT"));
387 exit(_error(PERROR, "OPROMSETOPT2"));
  /onnv/onnv-gate/usr/src/lib/libsmedia/plugins/pcata/common/
a_generic.c 47 #define PERROR(string) my_perror(gettext(string))
61 perror("");
108 PERROR("DKIOCSTATE failed");
  /onnv/onnv-gate/usr/src/lib/libsmedia/library/common/
l_misc.c 63 #define PERROR(string) my_perror(gettext(string))
78 perror("");
213 PERROR("DKIOCINFO failed");
219 PERROR("malloc failed");
242 PERROR("Error opening library file");
368 PERROR("DKIOCINFO failed");
401 PERROR(smedia_service);
423 PERROR("door_call");
464 PERROR("fstat");
  /onnv/onnv-gate/usr/src/lib/libsmedia/plugins/pcmem/common/
p_generic.c 61 #define PERROR(string) my_perror(gettext(string))
75 perror("");
116 PERROR("DKIOCSTATE failed");
261 PERROR("DKIOCSTATE failed");
279 PERROR("Unable to get card size information");
314 PERROR("seek to blk 0 failed");
323 PERROR("Format Write failed");
330 PERROR("seek to blk 0 failed");
337 PERROR("Format Read failed");
362 PERROR("seek to blk 0 failed")
    [all...]
  /onnv/onnv-gate/usr/src/cmd/csplit/
csplit.c 78 #define PERROR(x) fatal("%s: Illegal Regular Expression\n", targ);
534 PERROR(regerrno);
  /onnv/onnv-gate/usr/src/cmd/rmformat/
rmformat.h 72 #define PERROR(string) my_perror(gettext(string))
  /onnv/onnv-gate/usr/src/cmd/geniconvtbl/
itmcomp.h 294 #define PERROR(s) if (cmd_opt.quiet == 0) perror(s)
  /onnv/onnv-gate/usr/src/cmd/lp/include/
lp.h 302 #define PERROR strerror(errno)
  /onnv/onnv-gate/usr/src/uts/common/sys/
asy.h 162 #define PERROR 010000
163 #define S_ERRORS (PERROR|OVERRUN|FRERROR)
  /onnv/onnv-gate/usr/src/uts/sun4/sys/
sudev.h 189 #define PERROR 010000
190 #define S_ERRORS (PERROR|OVERRUN|FRERROR)

Completed in 1560 milliseconds