Lines Matching refs:first
47 ap_suspend_check(apd_t *a, int cmd, int first, int last, int *suspend) in ap_suspend_check() argument
61 for (check = 0, c = first; c <= last; c++) in ap_suspend_check()
91 ap_seq_get(apd_t *a, int cmd, int *first, int *last) in ap_seq_get() argument
204 *first = f; in ap_seq_get()
208 rs, os, cmd, (void *)first, (void *)last, f, l); in ap_seq_get()
218 ap_seq_exec(apd_t *a, int cmd, int first, int last) in ap_seq_exec() argument
245 rc = ap_platopts_check(a, first, last); in ap_seq_exec()
251 for (c = first; c <= last; c++) { in ap_seq_exec()
274 first + 1, last, &suspend); in ap_seq_exec()
415 int first, last; in ap_cmd_seq() local
418 switch (ap_seq_get(a, cmd, &first, &last)) { in ap_cmd_seq()
420 rc = ap_seq_exec(a, cmd, first, last); in ap_cmd_seq()