Home
last modified time | relevance | path

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

/titanic_41/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.h168 int (*op_ex_man)(); /* get manufacturer's list - optional */ member
H A Dmain.c518 if ((status == 0) && (cur_ops->op_ex_man != NULL)) {
519 status = (*cur_ops->op_ex_man)(&cur_list);
H A Dmenu_defect.c127 if (cur_ops->op_ex_man == NULL) { in d_original()
154 status = (*cur_ops->op_ex_man)(&work_list); in d_original()
H A Dmenu_command.c1155 if (*cur_ops->op_ex_man == NULL || in c_format()
1156 (*cur_ops->op_ex_man)(&cur_list)) { in c_format()
1799 if ((cur_ops->op_ex_man == NULL) && (cur_ops->op_ex_cur == NULL) && in c_defect()