Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/format/
H A Ddefect.c103 if (*cur_ops->op_ex_man != NULL && in read_list()
104 ((*cur_ops->op_ex_man)(list)) == 0) { in read_list()
H A Dhardware_structs.h169 int (*op_ex_man)(); /* get manufacturer's list - optional */ member
H A Dmain.c543 if ((status == 0) && (cur_ops->op_ex_man != NULL)) { in init_globals()
544 status = (*cur_ops->op_ex_man)(&cur_list); in init_globals()
H A Dmenu_defect.c118 if (cur_ops->op_ex_man == NULL) { in d_original()
145 status = (*cur_ops->op_ex_man)(&work_list); in d_original()
H A Dmenu_command.c1164 if (*cur_ops->op_ex_man == NULL || in c_format()
1165 (*cur_ops->op_ex_man)(&cur_list)) { in c_format()
1809 if ((cur_ops->op_ex_man == NULL) && (cur_ops->op_ex_cur == NULL) && in c_defect()