Home
last modified time | relevance | path

Searched refs:op_ex_cur (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/format/
H A Ddefect.c93 if (*cur_ops->op_ex_cur != NULL && in read_list()
94 ((*cur_ops->op_ex_cur)(list)) == 0) { in read_list()
H A Dhardware_structs.h170 int (*op_ex_cur)(); /* get current list - optional */ member
H A Dmenu_defect.c177 if (cur_ops->op_ex_cur == NULL) { in d_extract()
214 status = (*cur_ops->op_ex_cur)(&work_list); in d_extract()
H A Danalyze.c544 (*cur_ops->op_ex_cur)(&cur_list); in scan_repair()
H A Dmenu_command.c1415 if (*cur_ops->op_ex_cur != NULL) { in c_repair()
1416 (*cur_ops->op_ex_cur)(&cur_list); in c_repair()
1809 if ((cur_ops->op_ex_man == NULL) && (cur_ops->op_ex_cur == NULL) && in c_defect()