Lines Matching refs:next_action
1355 nsc_action_t next_action; in lookup_int() local
1455 next_action = _NSC_NSLOOKUP; in lookup_int()
1462 next_action = _NSC_WAIT; in lookup_int()
1464 next_action = _NSC_USECACHED; in lookup_int()
1471 next_action = _NSC_WAIT; in lookup_int()
1480 next_action = _NSC_NSLOOKUP; in lookup_int()
1484 next_action = _NSC_USECACHED; in lookup_int()
1490 next_action = _NSC_NSLOOKUP; in lookup_int()
1492 next_action = _NSC_USECACHED; in lookup_int()
1496 if (next_action == _NSC_WAIT) { in lookup_int()
1527 if (next_action == _NSC_NSLOOKUP) { in lookup_int()
1700 } else if (next_action == _NSC_USECACHED) { in lookup_int()