Searched refs:failed (Results 1 - 16 of 16) sorted by relevance

/haiku/src/libs/uuid/
H A Dtest_uuid.c80 int failed = 0; local
95 failed++;
112 failed++;
117 failed++;
135 failed++;
140 failed++;
151 printf("UUID time comparison failed!\n");
152 failed++;
158 printf("UUID parse failed\n");
159 failed
[all...]
/haiku/src/libs/x86emu/
H A Dvalidate.c63 int f,failed = false; \
74 failed = true; \
75 if (failed || trace) {
82 failed = true; \
83 if (failed || trace) {
86 if (failed) \
94 if (failed) \
102 if (failed) \
112 if (failed) \
115 if (failed) \
[all...]
/haiku/src/system/boot/loader/
H A Dloader.cpp126 dprintf("loading kernel failed: %" B_PRIx32 "!\n", status);
134 dprintf("relocating kernel failed: %" B_PRIx32 "!\n", status);
179 int32 failed = 0; local
189 failed++;
192 if (failed == i) {
/haiku/src/tests/system/kernel/file_corruption/fs/
H A DTransaction.h114 void _DeleteNodeInfosAndUnlock(bool failed);
116 bool failed);
H A DTransaction.cpp373 Transaction::_DeleteNodeInfosAndUnlock(bool failed) argument
376 _DeleteNodeInfoAndUnlock(info, failed);
381 Transaction::_DeleteNodeInfoAndUnlock(NodeInfo* info, bool failed) argument
383 if (failed) {
/haiku/src/libs/stdc++/legacy/
H A Diostream.cc473 goto failed;
484 goto failed;
488 goto failed;
494 failed:
576 goto failed;
581 goto failed;
585 goto failed;
588 goto failed;
590 goto failed;
593 goto failed;
[all...]
/haiku/src/tools/mbrtool/
H A Dmbrtool.cpp55 checkError(bool failed, const char *message) argument
57 if (!failed)
88 checkError(read < 0, "failed to read MBR for validation");
117 checkError(written != 16, "failed to write partition entry");
122 checkError(written != 4, "failed to make partition bootable");
192 checkError(imageFileHandle < 0, "failed to open disk image file");
196 checkError(result != 0, "failed to stat image file");
/haiku/src/servers/print/
H A DPrinter.cpp518 bool failed = true; local
532 job->Remove(); failed = false;
536 if (failed)
/haiku/src/tools/
H A Dexec.c203 printf("exec failed: %s\n", strerror(errno));
/haiku/src/servers/net/
H A DServices.cpp252 bool failed = false; local
263 failed = true;
269 failed = true;
274 if (failed) {
/haiku/src/tools/anyboot/
H A Danyboot.cpp58 checkError(bool failed, const char *message) argument
60 if (!failed)
144 checkError(written != 16, "failed to write partition entry");
149 checkError(written != 4, "failed to make image bootable");
232 checkError(outputFileHandle < 0, "failed to open output file");
235 checkError(isoFileHandle < 0, "failed to open ISO file");
239 checkError(result != 0, "failed to stat ISO file");
245 checkError(biosFileHandle < 0, "failed to open BIOS bootloader file");
252 checkError(efiFileHandle < 0, "failed to open EFI bootloader file");
255 checkError(result != 0, "failed t
[all...]
/haiku/src/add-ons/kernel/drivers/disk/nvme/libnvme/
H A Dnvme_ctrlr.c64 nvme_notice("Create completion queue %u failed\n",
73 nvme_notice("Create submission queue %u failed\n",
95 nvme_notice("Delete submission queue %u failed\n",
103 nvme_notice("Delete completion queue %u failed\n",
153 nvme_err("Allocate log_page_directory failed\n");
162 nvme_notice("Get NVME_INTEL_LOG_PAGE_DIR log page failed\n");
431 nvme_notice("Identify controller failed\n");
458 nvme_notice("Get feature NVME_FEAT_NUMBER_OF_QUEUES failed\n");
507 nvme_notice("Set feature NVME_FEAT_NUMBER_OF_QUEUES failed\n");
621 nvme_err("Initialize AER failed\
[all...]
H A Dnvme_internal.h145 * Maximum of times a failed command can be retried.
507 bool failed; member in struct:nvme_ctrlr
H A Dnvme_qpair.c893 nvme_err("Allocate qpair commands failed\n");
907 nvme_err("Allocate qpair completions failed\n");
930 nvme_err("Create request pool failed\n");
945 nvme_err("Allocate request trackers failed\n");
1014 if (ctrlr->failed) {
/haiku/src/add-ons/kernel/drivers/network/wlan/iprowifi2200/dev/iwi/
H A Dif_iwireg.h211 #define IWI_AUTH_SEQ1_FAIL 4 /* 1st exchange failed */
265 } failed; member in struct:iwi_rate_histogram
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dattrib.c652 * -1 if it failed (errno telling why)
898 * If the attempt to map the runlist failed, or we are getting
976 * If we already retried or the mapping attempt failed something has
977 * gone badly wrong. EINVAL and ENOENT coming from a failed mapping
1062 ntfs_log_perror("%s: Sanity check failed", __FUNCTION__);
1187 ntfs_log_perror("%s: ntfs_pread failed", __FUNCTION__);
1378 /* Backwards search failed, search forwards. */
1438 if (!*rl) na->rl = oldrl; /* restore to original if failed */
1457 * It's definitely a BUG, if we failed to find @cur_vcn, because
1971 ntfs_log_perror("%s: lookup failed", __FUNCTION_
2429 int failed; local
[all...]

Completed in 195 milliseconds