Lines Matching refs:status
38 status_t status;
44 status = find_path(B_APP_IMAGE_SYMBOL, B_FIND_PATH_IMAGE_PATH, NULL, abspath,
46 if (status != B_OK)
47 return UV__ERR(status);
59 status_t status;
62 status = get_system_info(&sinfo);
63 if (status != B_OK)
71 status_t status;
74 status = get_system_info(&sinfo);
75 if (status != B_OK)
95 status_t status;
98 status = get_thread_info(find_thread(NULL), &thread);
99 if (status != B_OK)
100 return UV__ERR(status);
121 status_t status;
130 status = get_cpu_topology_info(NULL, &topology_count);
131 if (status != B_OK)
132 return UV__ERR(status);
138 status = get_cpu_topology_info(topology_infos, &topology_count);
139 if (status != B_OK) {
141 return UV__ERR(status);
154 status = get_system_info(&system);
155 if (status != B_OK)
156 return UV__ERR(status);