Searched refs:B_OK (Results 1 - 12 of 12) sorted by relevance
/third_party/mesa3d/src/hgl/ |
H A D | GLRendererRoster.cpp | 50 parameter, ¶meterLength) == B_OK) { in GLRendererRoster() 58 parameter, ¶meterLength) == B_OK) { in GLRendererRoster() 69 if (get_system_info(&info) == B_OK in GLRendererRoster() 124 if (status == B_OK && path.Append("opengl") == B_OK) in AddDefaultPaths() 135 if (status < B_OK) in AddPath() 143 if (status != B_OK) in AddPath() 150 if (status < B_OK) in AddPath() 158 while (directory.GetNextRef(&ref) == B_OK) { in AddPath() 160 if (entry.InitCheck() == B_OK in AddPath() [all...] |
/third_party/libuv/src/unix/ |
H A D | haiku.c | 46 if (status != B_OK) in uv_exepath() 63 if (status != B_OK) in uv_get_free_memory() 75 if (status != B_OK) in uv_get_total_memory() 99 if (status != B_OK) in uv_resident_set_memory() 104 while (get_next_area_info(thread.team, &cookie, &area) == B_OK) in uv_resident_set_memory() 131 if (status != B_OK) in uv_cpu_info() 139 if (status != B_OK) { in uv_cpu_info() 155 if (status != B_OK) in uv_cpu_info()
|
/third_party/node/deps/uv/src/unix/ |
H A D | haiku.c | 46 if (status != B_OK) in uv_exepath() 63 if (status != B_OK) in uv_get_free_memory() 75 if (status != B_OK) in uv_get_total_memory() 94 if (status != B_OK) in uv_resident_set_memory() 99 while (get_next_area_info(thread.team, &cookie, &area) == B_OK) in uv_resident_set_memory() 126 if (status != B_OK) in uv_cpu_info() 134 if (status != B_OK) { in uv_cpu_info() 150 if (status != B_OK) in uv_cpu_info()
|
/third_party/mesa3d/src/gallium/targets/haiku-softpipe/ |
H A D | GalliumContext.cpp | 87 return B_OK; in CreateDisplay() 118 return B_OK; in CreateDisplay() 306 return B_OK; in SetCurrentContext() 322 return B_OK; in SetCurrentContext() 354 return B_OK; in SwapBuffers()
|
H A D | SoftwareRenderer.cpp | 224 if (GLView()->LockLooperWithTimeout(1000) == B_OK) { in Display()
|
/third_party/backends/sanei/ |
H A D | sanei_thread.c | 277 if ( pid < B_OK ) { in sanei_thread_begin() 281 if ( resume_thread(pid) < B_OK ) { in sanei_thread_begin() 294 if ( wait_for_thread(pid, &st) < B_OK ) in sanei_thread_waitpid()
|
H A D | sanei_config.c | 97 if (find_directory(B_USER_SETTINGS_DIRECTORY, 0, true, result, PATH_MAX) == B_OK) in sanei_config_get_paths()
|
H A D | sanei_usb.c | 343 if (ioctl (fd, B_SCANNER_IOCTL_VENDOR, &vendor) != B_OK) in kernel_get_vendor_product() 346 if (ioctl (fd, B_SCANNER_IOCTL_PRODUCT, &product) != B_OK) in kernel_get_vendor_product()
|
/third_party/gn/src/util/ |
H A D | exe_path.cc | 89 while (get_next_image_info(B_CURRENT_TEAM, &image_cookie, &i_info) == B_OK) { in GetExePath()
|
/third_party/mesa3d/src/util/ |
H A D | os_misc.c | 258 if (ret != B_OK || info.max_pages <= 0) in os_get_total_physical_memory()
|
/third_party/backends/backend/ |
H A D | dll.c | 1002 if (find_directory(which[i],0,true,path,1024) < B_OK) in sane_init()
|
/third_party/rust/crates/libc/src/unix/haiku/ |
H A D | native.rs | 622 pub const B_OK: status_t = 0; consts
|
Completed in 15 milliseconds