Lines Matching refs:cond
1337 cfga_get_condition(hp_node_t node, ap_condition_t *cond)
1344 *cond = AP_COND_UNKNOWN;
1351 *cond = AP_COND_OK;
1353 *cond = AP_COND_FAILING;
1355 *cond = AP_COND_FAILED;
1357 *cond = AP_COND_UNUSABLE;
1359 *cond = AP_COND_UNKNOWN;
1380 ap_condition_t cond;
1454 (void) cfga_get_condition(node, &cond);
1456 switch (cond) {