Searched refs:B_OK (Results 1 – 11 of 11) sorted by relevance
44 parameter, ¶meterLength) == B_OK) { in GLRendererRoster()52 parameter, ¶meterLength) == B_OK) { in GLRendererRoster()63 if (get_system_info(&info) == B_OK in GLRendererRoster()112 if (status == B_OK && path.Append("opengl") == B_OK) in AddDefaultPaths()123 if (status < B_OK) in AddPath()131 if (status != B_OK) in AddPath()138 if (status < B_OK) in AddPath()146 while (directory.GetNextRef(&ref) == B_OK) { in AddPath()148 if (entry.InitCheck() == B_OK && !entry.IsFile()) in AddPath()151 if (CreateRenderer(ref) == B_OK) in AddPath()[all …]
64 return B_OK; in SetTable()
66 if (entry.IsDirectory() && directory.SetTo(ref) >= B_OK) { in WatchedEntry()69 while (directory.GetNextEntry(&entry) >= B_OK) { in WatchedEntry()70 if (entry.GetRef(ref) < B_OK) in WatchedEntry()301 if (message->FindInt32("opcode", &opcode) < B_OK) in MessageReceived()310 if (message->FindInt32("device", &device) < B_OK || in MessageReceived()311 message->FindInt64("directory", &directory) < B_OK || in MessageReceived()312 message->FindString("name", &name) < B_OK) in MessageReceived()322 if (message->FindInt64("node", &node) < B_OK) in MessageReceived()
151 case B_OK: in Do()180 return B_OK; in TransfersThread()531 return B_OK; in Initialise()
105 return B_OK; in CreateScreen()292 return B_OK; in SetCurrentContext()319 return B_OK; in SetCurrentContext()348 return B_OK; in SwapBuffers()
158 if (GLView()->LockLooperWithTimeout(1000) == B_OK) { in SwapBuffers()250 return B_OK; in CopyPixelsOut()292 return B_OK; in CopyPixelsIn()
174 if (ret != B_OK || info.max_pages <= 0) in os_get_total_physical_memory()
74 case B_OK: in benaphore_timedlock()
258 if (ret != B_OK || info.max_pages <= 0) in os_get_total_physical_memory()
248 while (get_next_image_info(0, &group, &ii) == B_OK) {
622 pub const B_OK: status_t = 0; constant