/src/lib/libc/arch/sparc/ |
SYS.h | 58 * ERROR branches to cerror. 73 #define ERROR() CALL(CERROR) 86 ERROR(); \ 104 ERROR()
|
/src/lib/libc/arch/sparc64/ |
SYS.h | 51 * ERROR branches to cerror. This is done with a macro so that I can 69 #define ERROR() JUMP(__cerror) 76 ENTRY(x); mov _CAT(SYS_,y),%g1; t ST_SYSCALL; bcc 1f; nop; ERROR(); 1: 88 t ST_SYSCALL; ERROR() 95 t ST_SYSCALL; ERROR()
|
/src/tools/m4/bootstrap/ |
parser.h | 2 #define ERROR 258
|
parser.c | 52 #define ERROR 258 254 0,0,0,0,0,0,0,0,0,0,0,0,0,"NUMBER","ERROR","LOR","LAND","EQ","NE","LE","GE", 417 yyerror("syntax error"); 432 printf("%sdebug: state %d, error recovery shifting\ 447 printf("%sdebug: error recovery discarding state %d\n", 465 printf("%sdebug: state %d, error recovery discards token %d (%s)\n",
|
/src/sys/lib/libsa/ |
tftp.h | 73 #define ERROR 05 /* error code */ 79 short tu_code; /* error code */ 82 char th_data[1]; /* data or error string */ 91 * Error codes.
|
/src/include/arpa/ |
ftp.h | 46 #define ERROR 5 /* permanent negative completion */
|
tftp.h | 53 #define ERROR 05 /* error code */ 60 short tu_code; /* error code */ 63 char th_data[1]; /* data or error string */ 72 * Error codes.
|
/src/sys/kern/ |
subr_tftproot.c | 80 #define ERROR 05 /* error code */ 86 short tu_code; /* error code */ 89 char th_data[1]; /* data or error string */ 128 int error = -1; local in function:tftproot_dhcpboot 168 if ((error = nfs_boot_init(nd, l)) != 0) { 170 __func__, __LINE__, error)); 190 if ((error = tftproot_getfile(&trh, l)) != 0) { 192 __func__, __LINE__, error)); 196 error = 0 214 int error = -1; local in function:tftproot_getfile [all...] |
/src/lib/libc/db/hash/ |
hash.c | 85 #define ERROR (-1) 252 return (ERROR); 266 return (ERROR); 337 * the table and set errno, so we just pass the error information along. 339 * Returns 0 on No Error 436 return (ERROR); 445 * -1 ERROR 454 return (ERROR); 458 return (ERROR); 464 return (ERROR); [all...] |
/src/bin/pax/ |
pax.h | 60 #define ERROR -1 /* nothing selected */
|
/src/usr.bin/units/ |
units.c | 47 * to error messages and send them to 104 err(3, "Memory allocation error"); 130 mywarnx("Error in units file '%s' line %d", UNITSFILE, linenum); 339 Returns 0 for successful addition, nonzero on error. 406 /* "6foo|2" is an error */ 616 bit 0 (1) set on if reductions were performed without error. 622 #define ERROR 4 645 return ERROR; 655 return ERROR; 664 Returns 0 on success, or 1 on unknown unit error [all...] |
/src/usr.sbin/lpr/lpd/ |
printjob.c | 80 #define DORETURN 0 /* absorb fork error */ 84 * Error tokens 87 #define ERROR -1 479 case ERROR: 527 return(bombed == OK ? OK : ERROR); 533 * Return -1 if a non-recoverable error occurred, 551 return(ERROR); 605 return(ERROR); 691 return(ERROR); 698 return (ERROR); [all...] |
/src/usr.bin/make/ |
make.h | 167 #error "<stdbool.h> is included in pre-C99 mode" 174 #error "bool/true/false is defined in pre-C99 mode" 203 * The direct error path: 204 * UNMADE -> BEINGMADE -> ERROR. 238 * An error occurred while it was being made. Used only in compat 241 ERROR, 243 * The target was aborted due to an error making a dependency. Used 537 /* Error levels for diagnostics during parsing. */ 556 CR_ERROR /* Unknown directive or parse error */ 600 * Value returned by Var_Parse when an error is encountered. It points to a [all...] |
/src/sys/dev/ata/ |
atavar.h | 50 #define ATA_CORR 0x0040 /* transfer had a corrected error */ 60 volatile int error; member in struct:ata_bio 61 #define NOERROR 0 /* There was no error (r_error invalid) */ 62 #define ERROR 1 /* check r_error */ 64 #define ERR_DMA 3 /* DMA error */ 69 uint8_t r_error;/* copy of error register */ 81 * Once the command completed, if the error registered is valid, the flag 82 * AT_ERROR is set and the error register value is copied to r_error . 112 #define AT_ERROR 0x0080 /* command is done with error */ 146 #define ATACH_ERR_ST(error, status) ((error) << 8 | (status) [all...] |
/src/sys/dev/microcode/aic7xxx/ |
aic7xxx_reg.h | 691 ahc_print_register(NULL, 0, "ERROR", 0x92, regvalue, cur_col, wrap) 1547 #define ERROR 0x92
|
aic79xx_reg.h | 47 ahd_print_register(NULL, 0, "ERROR", 0x04, regvalue, cur_col, wrap) 2401 #define ERROR 0x04
|