| /plan9/sys/src/9/teg2/notes/ |
| H A D | pci.2.buses | 14 scanning pci bus 0...tbdf 0xc000000 probe 0x80104000 failed 15 tbdf 0xc000800 probe 0x80104800 failed 16 tbdf 0xc001000 probe 0x80105000 failed 17 tbdf 0xc001800 probe 0x80105800 failed 18 tbdf 0xc002000 probe 0x80106000 failed 19 tbdf 0xc002800 probe 0x80106800 failed 20 tbdf 0xc003000 probe 0x80107000 failed 21 tbdf 0xc003800 probe 0x80107800 failed 22 tbdf 0xc004000 probe 0x80108000 failed 23 tbdf 0xc004800 probe 0x80108800 failed [all …]
|
| /plan9/rc/bin/patch/ |
| H A D | apply | 40 touch failed 43 rm -f failed 45 if(test -f failed){ 47 exit failed 60 cp $2.new $1 || touch failed 69 if(test -f failed){ 70 echo copying failed, restoring backups >[1=2] 72 exit failed
|
| H A D | create | 33 echo mkdir $d failed >[1=2]
|
| /plan9/sys/src/cmd/ |
| H A D | cp.c | 6 int failed; variable 46 if(failed) in main() 96 failed = 1; in copy() 103 failed = 1; in copy() 108 failed = 1; in copy() 116 failed = 1; in copy() 124 failed = 1; in copy() 165 failed = 1; in copy1() 172 failed = 1; in copy1()
|
| H A D | fcp.c | 6 int failed; variable 52 if(failed) in main() 102 failed = 1; in copy() 109 failed = 1; in copy() 114 failed = 1; in copy() 122 failed = 1; in copy() 130 failed = 1; in copy() 173 failed = 1; in copy1() 181 failed = 1; in copy1()
|
| H A D | mv.c | 14 int i, failed; in main() local 47 failed = 0; in main() 50 failed++; in main() 51 if(failed) in main()
|
| H A D | aan.c | 100 int i, fd, failed, delta; in threadmain() local 170 failed = 0; in threadmain() 172 if (failed) { in threadmain() 182 failed = 0; in threadmain() 195 failed = 1; in threadmain() 213 failed = 1; in threadmain()
|
| /plan9/sys/src/cmd/auth/secstore/ |
| H A D | password.c | 74 pw->failed = strtoul(f2, 0, 10); in getPW() 100 if(pw->failed < 10) in getPW() 107 pw->failed = 0; in getPW() 127 if(pw->failed) in putPW() 128 Bprint(bout, "failed\t%d\n", pw->failed); in putPW()
|
| H A D | secuser.c | 150 if(pw->failed != 0 ) in main() 151 print("clearing %d failed login attempts\n", pw->failed); in main() 152 pw->failed = 0; in main()
|
| H A D | secstore.h | 18 ushort failed; /* number of failed login attempts */ member
|
| /plan9/sys/src/cmd/gs/jpeg/ |
| H A D | configure | 637 echo "configure: failed program was:" >&5 707 echo "configure: failed program was:" >&5 724 echo "configure: failed program was:" >&5 768 echo "configure: failed program was:" >&5 808 echo "configure: failed program was:" >&5 844 echo "configure: failed program was:" >&5 880 echo "configure: failed program was:" >&5 926 echo "configure: failed program was:" >&5 953 echo "configure: failed program was:" >&5 1010 echo "configure: failed program was:" >&5 [all …]
|
| H A D | jmemdosa.asm | 57 jc open_err ; if failed, return error code 91 jc close_err ; if failed, return error code 125 jc seek_err ; if failed, return error code 159 jc read_err ; if failed, return error code 197 jc write_err ; if failed, return error code
|
| /plan9/sys/lib/ |
| H A D | scsicodes | 79 0b03 warning - background self-test failed 87 0c02 write error - auto reallocation failed 93 0c08 write error - recovery failed 112 1001 logical block guard check failed 113 1002 logical block application tag check failed 114 1003 logical block reference tag check failed 119 1104 unrecovered read error - auto reallocate failed 134 1113 read error - failed retransmission request 240 2707 space allocation failed write protect 260 2a07 implicit asymmetric access state transition failed [all …]
|
| /plan9/sys/src/ape/cmd/patch/ |
| H A D | configure | 650 echo "configure: failed program was:" >&5 745 echo "configure: failed program was:" >&5 762 echo "configure: failed program was:" >&5 995 echo "configure: failed program was:" >&5 1106 echo "configure: failed program was:" >&5 1145 echo "configure: failed program was:" >&5 1189 echo "configure: failed program was:" >&5 1230 echo "configure: failed program was:" >&5 1269 echo "configure: failed program was:" >&5 1333 echo "configure: failed program was:" >&5 [all …]
|
| H A D | patch.c | 173 int failed = 0; local 272 failed++; 282 failed++; 288 failed++; 345 || (backup_if_mismatch && (mismatch | failed)))); 366 || (backup_if_mismatch && (mismatch | failed)))); 380 else if (! force && (mismatch | failed)) 395 if (failed) { 397 say ("%d out of %d hunk%s %s", failed, hunk, "s" + (hunk == 1),
|
| /plan9/sys/src/ape/cmd/pax/ |
| H A D | buffer.c | 618 static int failed; in ar_read() local 621 if (!failed) { in ar_read() 629 while (!failed && !areof && bufstart + blocksize - bufend >= blocksize) { in ar_read() 633 failed = -1; in ar_read() 640 if (failed && bufend == bufstart) { in ar_read() 641 failed = 0; in ar_read()
|
| /plan9/sys/src/ape/cmd/diff/ |
| H A D | diff.c | 863 int failed = 0; local 938 failed = 1; 952 if (! failed && depth == 0 && inf[0].dir_p != inf[1].dir_p) 971 failed = 1; 977 if (failed) 1069 failed = 1; 1077 failed = 1; 1089 val = failed ? 2 : diff_2_files (inf, depth);
|
| /plan9/386/bin/disk/ |
| H A D | ksync | 8 echo sync failed
|
| /plan9/sys/src/cmd/aquarela/ |
| H A D | smbsharedfile.c | 106 goto failed; in smbsharedfileunlock() 117 goto failed; in smbsharedfileunlock() 120 failed: in smbsharedfileunlock()
|
| /plan9/sys/src/cmd/ip/ |
| H A D | arp.h | 36 int failed; member
|
| /plan9/sys/lib/dist/ |
| H A D | setup | 25 echo bind outfsother failed: $dist/web.protect/plan9.iso \
|
| /plan9/sys/src/cmd/abaco/ |
| H A D | NOTES | 5 * complaints like "gif: decode <stdin> failed: ReadGIF: can't recognize format ��"
|
| /plan9/sys/lib/lp/daemon/ |
| H A D | generic | 126 Your job has failed to print on $LPDEST after $MAXTRY attempt(s). 131 Your job has failed to print on $LPDEST after $MAXTRY attempt(s).
|
| /plan9/sys/lib/dist/pc/glenda/lib/ |
| H A D | profile | 13 echo 'failed to start rio. you can start a text-based installation by running'
|
| /plan9/sys/src/cmd/usb/usbd/ |
| H A D | usbd.h | 83 int failed; /* I/O error while enumerating */ member
|