/titanic_52/usr/src/contrib/ast/src/lib/libast/regex/ |
H A D | regnexec.c | 120 #define BAD 4 /* error ocurred */ macro 412 return BAD; in parserep() 418 case BAD: in parserep() 419 return BAD; in parserep() 441 return BAD; in parserep() 443 return BAD; in parserep() 456 case BAD: in parserep() 457 return BAD; in parserep() 475 return BAD; in parserep() 481 case BAD in parserep() [all...] |
/titanic_52/usr/src/contrib/zlib/ |
H A D | infback.c | 312 state->mode = BAD; in inflateBack() 323 state->mode = BAD; in inflateBack() 361 state->mode = BAD; in inflateBack() 383 state->mode = BAD; in inflateBack() 406 state->mode = BAD; in inflateBack() 429 state->mode = BAD; in inflateBack() 438 if (state->mode == BAD) break; in inflateBack() 443 state->mode = BAD; in inflateBack() 457 state->mode = BAD; in inflateBack() 466 state->mode = BAD; in inflateBack() [all...] |
H A D | inflate.c | 662 state->mode = BAD; in inflate() 667 state->mode = BAD; in inflate() 676 state->mode = BAD; in inflate() 692 state->mode = BAD; in inflate() 697 state->mode = BAD; in inflate() 813 state->mode = BAD; in inflate() 875 state->mode = BAD; in inflate() 884 state->mode = BAD; in inflate() 925 state->mode = BAD; in inflate() 948 state->mode = BAD; in inflate() [all...] |
H A D | inffast.c | 35 BAD -- error in block data 160 state->mode = BAD; in inflate_fast() 174 state->mode = BAD; in inflate_fast() 270 state->mode = BAD; in inflate_fast() 285 state->mode = BAD; in inflate_fast()
|
H A D | inflate.h | 50 BAD, /* got a data error -- remain here until reset */ enumerator 58 (most modes can go to BAD or MEM on error -- not shown for clarity)
|
/titanic_52/usr/src/boot/lib/libz/ |
H A D | infback.c | 321 state->mode = BAD; 332 state->mode = BAD; 370 state->mode = BAD; 392 state->mode = BAD; 415 state->mode = BAD; 438 state->mode = BAD; 447 if (state->mode == BAD) break; 452 state->mode = BAD; 466 state->mode = BAD; 475 state->mode = BAD; [all...] |
H A D | inflate.c | 663 state->mode = BAD; 668 state->mode = BAD; 677 state->mode = BAD; 692 state->mode = BAD; 697 state->mode = BAD; 801 state->mode = BAD; 860 state->mode = BAD; 869 state->mode = BAD; 908 state->mode = BAD; 930 state->mode = BAD; [all...] |
H A D | inffast.c | 52 BAD -- error in block data 179 state->mode = BAD; 193 state->mode = BAD; 289 state->mode = BAD; 304 state->mode = BAD;
|
H A D | inflate.h | 50 BAD, /* got a data error -- remain here until reset */ enumerator 58 (most modes can go to BAD or MEM on error -- not shown for clarity)
|
/titanic_52/usr/src/contrib/ast/src/cmd/ksh93/edit/ |
H A D | vi.c | 170 #define BAD -1 /* failure flag */ macro 786 case BAD: in cntlmode() 822 del_line(vp,BAD); in cntlmode() 844 case BAD: in cntlmode() 851 del_line(vp,BAD); in cntlmode() 1163 cdelete(vp,last_virt+1, BAD); in del_line() 1460 cdelete(vp,cur_virt+1, BAD); in getline() 1469 cdelete(vp,1, BAD); in getline() 1477 cdelete(vp,1, BAD); in getline() 1491 cdelete(vp,1, BAD); in getline() [all...] |
/titanic_52/usr/src/uts/common/fs/sockfs/ |
H A D | nl7ctokgen | 41 while read IDN STR FLG BAD 47 if [ -n "$BAD" ] 49 echo "$IDN: ${BAD## }: too many arguments"
|
/titanic_52/usr/src/cmd/mdb/sun4u/modules/unix/ |
H A D | unix.c | 71 static const char BAD[] = "unused"; /* common unused string */ variable 74 #define BAD4 BAD, BAD, BAD, BAD 295 BAD, /* 107 unused */ 298 BAD, BAD, BAD4, /* 10A - 10F unused */ 308 BAD, /* 128 unused (ST_SETV9STACK) */ 310 BAD, BA [all...] |
/titanic_52/usr/src/contrib/ast/src/cmd/INIT/ |
H A D | ratz.c | 1609 BAD, /* got a data error -- remain here until reset */ enumerator 1617 (most modes can go to the BAD or MEM mode -- not shown for clarity) 2049 BAD -- error in block data 2176 state->mode = BAD; 2188 state->mode = BAD; 2264 state->mode = BAD; 2279 state->mode = BAD; 2831 state->mode = BAD; 2836 state->mode = BAD; 2843 state->mode = BAD; [all...] |
/titanic_52/usr/src/cmd/tcpd/ |
H A D | Makefile | 196 # been observed for SunOS 4.1.[1-3]. Symptoms are "BAD TRAP" and "Data
|
/titanic_52/usr/src/lib/gss_mechs/mech_dh/backend/mech/ |
H A D | validate.c | 48 if (ctx && ctx->state != BAD) in __dh_validate_context()
|
H A D | dh_gssapi.h | 152 typedef enum { INCOMPLETE, ESTABLISHED, BAD } DHState; enumerator
|
/titanic_52/usr/src/lib/libc/port/locale/ |
H A D | regexec.c | 215 assert(!(g->iflags&BAD)); in regexec() 216 if (g->iflags&BAD) /* backstop for no-debug case */ in regexec()
|
H A D | regex2.h | 177 #define BAD 04 /* something wrong */ macro
|
H A D | regcomp.c | 264 if (g->iflags&BAD) in regcomp() 1421 g->iflags |= BAD; in findmust() 1759 g->iflags |= BAD; in pluscount()
|
/titanic_52/usr/src/uts/sun4v/ml/ |
H A D | trap_table.s | 142 * BAD is used for trap vectors we don't have a kernel 146 #define BAD NOT macro 1235 BAD; /* 105 range check ?? */ 1237 BAD; /* 107 unused */ 1240 BAD; BAD; BAD4; /* 10A - 10F unused */ 1250 BAD; /* 128 ST_SETV9STACK */ 1252 BAD; BAD; BAD4; /* 12A - 12F unused */ 1255 BAD; /* 13 [all...] |
/titanic_52/usr/src/uts/sun4u/ml/ |
H A D | trap_table.s | 137 * BAD is used for trap vectors we don't have a kernel 141 #define BAD NOT macro 866 * Defaults to BAD entry, but establishes label to be used for 872 BAD 1463 BAD; /* 105 range check ?? */ 1465 BAD; /* 107 unused */ 1468 BAD; BAD; BAD4; /* 10A - 10F unused */ 1478 BAD; /* 128 ST_SETV9STACK */ 1480 BAD; BA [all...] |
/titanic_52/usr/src/cmd/cmd-inet/usr.bin/pppdump/ |
H A D | zlib.c | 2748 BAD} /* got an error--stay here */ enumerator 2758 uInt marker; /* if BAD, inflateSync's marker bytes count */ 2874 z->state->mode = BAD; 2881 z->state->mode = BAD; 2891 z->state->mode = BAD; 2898 z->state->mode = BAD; 2911 z->state->mode = BAD; 2943 z->state->mode = BAD; 2952 case BAD: 2961 z->state->mode = BAD; [all...] |
/titanic_52/usr/src/grub/grub-0.97/ |
H A D | MAINTENANCE | 55 hacks. NEVER WRITE BAD CODE.
|
/titanic_52/usr/src/uts/common/io/ppp/spppcomp/ |
H A D | zlib.c | 3611 BAD} /* got an error--stay here */ enumerator 3621 uInt marker; /* if BAD, inflateSync's marker bytes count */ 3758 z->state->mode = BAD; 3766 z->state->mode = BAD; 3779 z->state->mode = BAD; 3815 z->state->mode = BAD; 3826 z->state->mode = BAD; 3865 z->state->mode = BAD; 3876 case BAD: 3886 z->state->mode = BAD; [all...] |
/titanic_52/usr/src/uts/common/io/e1000api/ |
H A D | README | 411 6411339 BAD TRAP: e1000g_fill_tx_ring NULL pointer dereference 453 6463536 BAD TRAP panic for removing aggregation 751 6919873 panic: BAD TRAP: type=e (#pf Page fault) in module "e1000g" during ifconfig plumb group ipmp0
|