Searched defs:PERROR (Results 1 - 13 of 13) sorted by relevance

/illumos-gate/usr/src/lib/libsmedia/plugins/floppy/common/
H A Df_defines.h38 #define PERROR(str) my_perror(gettext(str)) macro
/illumos-gate/usr/src/cmd/eeprom/i386/
H A Dbenv.h45 #define PERROR 1 macro
/illumos-gate/usr/src/cmd/eeprom/common/
H A Derror.c31 #define PERROR 1 macro
/illumos-gate/usr/src/cmd/eeprom/sparc/
H A Dloadlogo.c34 #define PERROR 1 macro
53 return (_error(PERROR, "cannot open %s", name));
H A Dopenprom.c52 #define PERROR 1 macro
238 exit(_error(PERROR, "OPROMNXTOPT"));
261 (void) _error(PERROR, "OPROMGETBOOTARGS");
268 (void) _error(PERROR, "OPROMGETBOOTPATH");
352 exit(_error(PERROR, "cannot open %s", promdev));
363 exit(_error(PERROR, "close error on %s", promdev));
372 return (_error(PERROR, "OPROMGETOPT"));
383 return (_error(PERROR, "OPROMSETOPT"));
403 exit(_error(PERROR, "OPROMSETOPT2"));
/illumos-gate/usr/src/lib/libsmedia/plugins/blkdev/common/
H A Db_generic.c42 #define PERROR(string) my_perror(gettext(string)) macro
98 PERROR("DKIOCSTATE failed");
/illumos-gate/usr/src/lib/libsmedia/library/common/
H A Dl_misc.c63 #define PERROR(string) my_perror(gettext(string)) macro
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");
/illumos-gate/usr/src/cmd/rmformat/
H A Drmformat.h72 #define PERROR(string) my_perror(gettext(string)) macro
/illumos-gate/usr/src/cmd/csplit/
H A Dcsplit.c74 #define PERROR(x) fatal("%s: Illegal Regular Expression\n", targ); macro
531 PERROR(regerrno);
/illumos-gate/usr/src/cmd/geniconvtbl/
H A Ditmcomp.h294 #define PERROR(s) if (cmd_opt.quiet == 0) perror(s) macro
/illumos-gate/usr/src/uts/common/sys/
H A Dasy.h159 #define PERROR 010000 macro
160 #define S_ERRORS (PERROR|OVERRUN|FRERROR)
/illumos-gate/usr/src/uts/sun4/sys/
H A Dsudev.h189 #define PERROR 010000 macro
190 #define S_ERRORS (PERROR|OVERRUN|FRERROR)
/illumos-gate/usr/src/cmd/lp/include/
H A Dlp.h302 #define PERROR strerror(errno) macro

Completed in 78 milliseconds