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

/illumos-gate/usr/src/cmd/format/
H A Dhardware_structs.h168 int (*op_ex_man)(); /* get manufacturer's list - optional */ member in struct:ctlr_ops
H A Ddefect.c103 if (*cur_ops->op_ex_man != NULL &&
104 ((*cur_ops->op_ex_man)(list)) == 0) {
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) {
154 status = (*cur_ops->op_ex_man)(&work_list);
H A Dmenu_command.c1156 if (*cur_ops->op_ex_man == NULL ||
1157 (*cur_ops->op_ex_man)(&cur_list)) {
1801 if ((cur_ops->op_ex_man == NULL) && (cur_ops->op_ex_cur == NULL) &&

Completed in 98 milliseconds