Searched refs:status (Results 176 - 200 of 1750) sorted by relevance

1234567891011>>

/haiku/src/apps/mail/
H A DStatus.h49 TStatusWindow(BRect frame, BMessenger target, const char* status);
56 bool _Exists(const char* status);
/haiku/src/apps/icon-o-matic/shape/commands/
H A DChangePointCommand.cpp88 status_t status = InitCheck(); local
89 if (status < B_OK)
90 return status;
108 status = B_ERROR;
111 return status;
118 status_t status = Undo(); local
119 if (status >= B_OK)
121 return status;
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DInode.cpp199 status_t status = volume->AllocateForInode(*fTransaction, parentRun, mode, local
201 if (status < B_OK) {
205 RETURN_ERROR(status);
216 status = new_vnode(volume->FSVolume(), fInode->ID(), fInode,
218 if (status < B_OK) {
221 RETURN_ERROR(status);
244 status_t status = tree->InitCheck();
245 if (status != B_OK) {
247 return status;
268 status_t status local
390 status_t status = node.SetToWritable(transaction, this, true); local
437 status_t status = Node().InitCheck(fVolume); local
452 status_t status = fTree->InitCheck(); local
498 status_t status = node.SetToWritable(transaction, this); local
511 status_t status = node.SetTo(this); local
594 status_t status = CreateAttribute(transaction, item->Name(), local
948 status_t status = node.SetTo(this); local
976 status_t status = node.SetToWritable(transaction, this); local
994 status_t status = vnode.Get(&attributes); local
1053 status_t status = node.SetTo(this); local
1078 status_t status = GetAttribute(name, &attribute); local
1117 status_t status = B_OK; local
1271 status_t status = node.SetTo(this); local
1330 status_t status = tree->Find((uint8*)name, (uint16)strlen(name), &id); local
1363 status_t status = Inode::Create(transaction, this, NULL, local
1496 status_t status = cached.SetTo(fVolume->ToBlock( local
1526 status_t status = cached.SetTo(block + i); local
1623 status_t status = SetFileSize(transaction, pos + length); local
1678 status_t status = file_cache_write(FileCache(), NULL, pos, NULL, &size); local
1812 status_t status = fVolume->Allocate(transaction, this, blocksRequested, local
2109 status_t status = cached.SetToWritable(transaction, blockNumber + i); local
2122 status_t status = B_OK; local
2209 status_t status; local
2283 status_t status; local
2340 status_t status = _ShrinkStream(transaction, Size()); local
2358 status_t status = SetFileSize(transaction, 0); local
2401 status_t status = B_OK; local
2539 status_t status = vnode.Get(&inode); local
2660 status_t status = vnode.Get(&inode); local
2680 status_t status = inode->SetFileSize(transaction, 0); local
2709 status_t status; local
2887 status_t status = nodeGetter.SetTo(fInode); local
2947 status_t status = fIterator->GetNextEntry(name, &length, local
[all...]
/haiku/src/add-ons/translators/rtf/
H A Dmain.cpp36 status_t status = input.SetTo(argv[i], B_READ_ONLY); local
37 if (status != B_OK) {
40 argv[i], strerror(status));
48 status = parser.Parse(header);
49 if (status != B_OK) {
52 argv[i], strerror(status));
/haiku/src/tests/system/libroot/posix/
H A Dxsi_msg_queue_test1.cpp51 status_t status = remove_msg_queue(msgID); local
52 assert_posix_bool_success(status != -1);
58 assert_posix_bool_success(status != -1);
72 status = remove_msg_queue(msgID);
73 assert_posix_bool_success(status != -1);
83 status = remove_msg_queue(msgID);
111 status_t status = msgctl(msgID, IPC_SET, &msg_queue); local
112 assert_posix_bool_success(status != 1);
117 status = msgctl(msgID, IPC_STAT, &msg_queue);
118 assert_posix_bool_success(status !
153 status_t status = msgsnd((key_t)msgID, (void *)&msg, 20, 0); local
208 status_t status = msgsnd((key_t)msgID, (void *)&smsg, 20, 0); local
219 status_t status local
[all...]
/haiku/src/add-ons/kernel/file_systems/udf/
H A DMetadataPartition.cpp61 status_t status = fMetadataIcb->FindBlock(logicalBlock, block, isRecorded); local
62 if (status != B_OK)
63 return status;
65 status = fMetadataMirrorIcb->FindBlock(logicalBlock, block, isRecorded);
66 if (status != B_OK)
67 return status;
74 /*! Returns the initialization status of the object.
/haiku/src/preferences/locale/
H A DLocalePreflet.cpp106 status_t status = be_roster->GetAppInfo(signature, &info); local
107 if (status != B_OK)
108 return status;
111 status = application.SendMessage(B_QUIT_REQUESTED);
112 if (status != B_OK)
113 return status;
/haiku/src/preferences/network/
H A DNetworkProfile.cpp59 status_t status = fEntry.SetTo(path, true); local
60 if (status != B_OK)
61 return status;
72 status_t status = fEntry.SetTo(&ref); local
73 if (status != B_OK)
74 return status;
/haiku/src/kits/network/libnetapi/
H A DProxySecureSocket.cpp46 status_t status = InitCheck(); local
47 if (status != B_OK)
48 return status;
50 status = BSocket::Connect(fProxyAddress, timeout);
51 if (status != B_OK)
52 return status;
/haiku/src/kits/midi/
H A DMidiSettings.cpp29 status_t status = find_directory(B_USER_SETTINGS_DIRECTORY, &path); local
30 if (status != B_OK)
31 return status;
56 status_t status = find_directory(B_USER_SETTINGS_DIRECTORY, &path); local
57 if (status != B_OK)
58 return status;
/haiku/src/tests/system/network/ipv6/
H A Draw_server.cpp29 int status = recvfrom(fd, buffer, sizeof(buffer) - 1, 0, local
31 if (status < 0) {
35 if (status == 0) {
40 if (address.ss_family == AF_INET && status >= sizeof(struct ip))
42 buffer[status] = 0;
43 printf("received %d bytes: \"%s\"\n", status, p);
/haiku/src/add-ons/kernel/drivers/network/ether/syskonnect/
H A Dglue.c45 u_int32_t status; local
52 status = CSR_READ_4(sc, SK_ISSR);
53 if (status == 0 || status == 0xffffffff || sc->sk_suspended)
74 atomic_set((int32 *)&sc->sk_intstatus, status);
75 return status & sc->sk_intrmask;
/haiku/src/bin/
H A Diroster.cpp48 status_t status; local
54 else if ((status = device->Start()) != B_OK) {
55 printf("Error starting device \"%s\" (%" B_PRId32 ")\n", name, status);
67 status_t status; local
73 else if ((status = device->Stop()) != B_OK) {
74 printf("Error stopping device \"%s\" (%" B_PRId32 ")\n", name, status);
/haiku/src/add-ons/kernel/file_systems/ufs2/
H A DDirectoryIterator.cpp54 status_t status; local
57 status = GetNext(getname, &len, _id);
58 if (status != B_OK)
59 return status;
72 status_t status = fInode->ReadAt(fOffset, (uint8_t*)&direct, &size); local
75 if (status == B_OK) {
/haiku/src/kits/app/
H A DNotification.cpp163 status_t status = BArchivable::Archive(archive, deep); local
165 if (status == B_OK)
166 status = archive->AddString("_appname", fSourceName);
168 if (status == B_OK)
169 status = archive->AddString("_signature", fSourceSignature);
171 if (status == B_OK)
172 status = archive->AddInt32("_type", (int32)fType);
174 if (status == B_OK && Group() != NULL)
175 status = archive->AddString("_group", Group());
177 if (status
[all...]
/haiku/src/kits/media/
H A DMediaExtractor.cpp90 fStreamInfo[i].status = B_OK;
105 fStreamInfo[i].status = B_ERROR;
114 if (fStreamInfo[i].status != B_OK)
123 fStreamInfo[i].status = B_ERROR;
222 if (fStreamInfo[stream].status != B_OK)
243 if (fStreamInfo[stream].status != B_OK)
266 if (info.status != B_OK)
267 return info.status;
273 status_t status = fReader->Seek(info.cookie, seekTo, _frame, _time); local
274 if (status !
340 status_t status = fStreamInfo[stream].status; local
419 status_t status; local
471 status_t status; local
[all...]
/haiku/src/bin/mkfs/
H A DFsCreator.cpp74 status_t status = roster.GetPartitionForPath(fPath, &device, local
76 if (status != B_OK) {
79 << fPath << ": " << strerror(status) << std::endl;
88 "path " << fPath << ": " << strerror(status) << std::endl;
94 status = roster.GetPartitionWithID(id, &device, &partition);
97 "for path " << fPath << ": " << strerror(status)
123 status = device.PrepareModifications();
124 if (status != B_OK) {
138 std::cerr << status; local
149 status
[all...]
/haiku/src/add-ons/tracker/iconvader/
H A DIconVader.cpp14 static void Error(BView *view, status_t status, bool unlock=false) argument
19 BString s(strerror(status));
28 status_t status; local
39 status = refs->FindMessenger("TrackerViewToken", &msgr);
40 if (status < B_OK) {
41 Error(view, status);
45 status = B_ERROR;
47 Error(view, status);
51 status = B_BAD_HANDLER;
54 Error(view, status);
[all...]
/haiku/src/add-ons/kernel/file_systems/btrfs/
H A DExtentAllocator.cpp112 status_t status = B_OK; local
117 status = _AddFreeExtent(hole);
118 if (status != B_OK)
119 return status;
131 status = _AddFreeExtent(hole);
132 if (status != B_OK)
133 return status;
141 status = _AddFreeExtent(hole);
144 return status;
376 status_t status local
412 status_t status; local
453 status_t status; local
536 status_t status = blockGroup.Initialize(flags); local
616 status_t status; local
652 status_t status = blockGroup.Initialize(flags); local
685 status_t status = blockGroup.Initialize(flags); local
[all...]
/haiku/src/kits/shared/
H A DIconView.cpp61 status_t status = fIconBitmap->InitCheck(); local
62 if (status != B_OK)
63 return status;
69 status = info.GetTrackerIcon(fIconBitmap,
71 if (status != B_OK)
72 return status;
101 status_t status = fIconBitmap->InitCheck(); local
102 if (status != B_OK)
103 return status;
105 status
[all...]
/haiku/src/servers/app/
H A DAppServer.cpp50 AppServer::AppServer(status_t* status) argument
53 status),
160 status_t status; local
161 wait_for_thread(thread, &status);
185 status_t status = desktop->Init(); local
186 if (status == B_OK)
187 status = desktop->Run();
188 if (status == B_OK && !fDesktops.AddItem(desktop.Get()))
189 status = B_NO_MEMORY;
191 if (status !
235 status_t status; local
[all...]
/haiku/src/add-ons/kernel/drivers/ports/usb_serial/
H A DACM.cpp24 status_t status = ENODEV; local
31 for (size_t i = 0; i < config->interface_count && status < B_OK; i++) {
78 status = B_OK;
82 if (status == B_OK && masterIndex < config->interface_count) {
93 status = ENODEV;
97 if (status == B_OK && slaveIndex < config->interface_count) {
120 status = ENODEV;
124 TRACE_FUNCRET("< ACMDevice::AddDevice() returns: 0x%08x\n", status);
125 return status;
137 status_t status local
154 status_t status = gUSBModule->send_request(Device(), local
[all...]
/haiku/src/add-ons/kernel/bus_managers/acpi/
H A DBusManager.cpp50 checkAndLogFailure(const ACPI_STATUS status, const char* msg) argument
52 bool failure = ACPI_FAILURE(status);
54 dprintf("acpi: %s %s\n", msg, AcpiFormatException(status));
103 ACPI_STATUS status = AcpiNsHandleToPathname(device, &path); local
104 if (ACPI_FAILURE(status))
161 ACPI_STATUS status = AcpiNsHandleToPathname(device, &path); local
162 if (ACPI_FAILURE(status))
437 ACPI_EVENT_STATUS status = 0; local
438 AcpiGetEventStatus(event, &status);
439 return status/*
473 ACPI_STATUS status; local
516 ACPI_STATUS status; local
614 ACPI_STATUS status; local
636 ACPI_STATUS status; local
655 status_t status = AcpiNsHandleToPathname(targetHandle, local
666 ACPI_STATUS status; local
684 ACPI_STATUS status; local
698 ACPI_STATUS status; local
761 status_t status; local
791 ACPI_STATUS status; local
813 ACPI_STATUS status; local
[all...]
/haiku/src/system/libroot/posix/
H A Dshadow.cpp83 int status = getspent_r(&sShadowPwdBuffer, sShadowPwdStringBuffer, local
85 if (status != 0)
86 __set_errno(status);
97 int status = B_NO_MEMORY; local
101 if ((status = init_shadow_pwd_db()) == B_OK) {
105 status = BPrivate::copy_shadow_pwd_to_buffer(
108 if (status == B_OK) {
114 return status;
143 int status = getspnam_r(name, &sShadowPwdBuffer, sShadowPwdStringBuffer, local
145 if (status !
201 int status = sgetspent_r(line, &sShadowPwdBuffer, sShadowPwdStringBuffer, local
234 status_t status = BPrivate::parse_shadow_pwd_line(line, name, password, local
253 int status = fgetspent_r(file, &sShadowPwdBuffer, sShadowPwdStringBuffer, local
[all...]
/haiku/src/tests/add-ons/mail/imap/
H A Dimap_tester.cpp32 error(const char* context, status_t status) argument
34 fprintf(stderr, "Error during %s: %s\n", context, strerror(status));
57 status_t status = sProtocol.ProcessCommand(command); local
58 if (status == B_OK) {
62 error("select", status);
72 status_t status = sProtocol.GetFolders(folders, separator); local
73 if (status != B_OK) {
74 error("folders", status);
155 status_t status = sProtocol.ProcessCommand(command); local
156 if (status !
180 status_t status = sProtocol.ProcessCommand(command); local
197 status_t status = sProtocol.ProcessCommand(command); local
243 status_t status = sProtocol.ProcessCommand(rawCommand); local
295 status_t status = sProtocol.Connect(address, user, password, useSSL); local
[all...]

Completed in 189 milliseconds

1234567891011>>