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)
90 status_t status;
93 status = get_thread_info(find_thread(NULL), &thread);
94 if (status != B_OK)
95 return UV__ERR(status);
116 status_t status;
125 status = get_cpu_topology_info(NULL, &topology_count);
126 if (status != B_OK)
127 return UV__ERR(status);
133 status = get_cpu_topology_info(topology_infos, &topology_count);
134 if (status != B_OK) {
136 return UV__ERR(status);
149 status = get_system_info(&system);
150 if (status != B_OK)
151 return UV__ERR(status);