Searched refs:op_ex_man (Results 1 – 5 of 5) sorted by relevance
103 if (*cur_ops->op_ex_man != NULL && in read_list()104 ((*cur_ops->op_ex_man)(list)) == 0) { in read_list()
168 int (*op_ex_man)(); /* get manufacturer's list - optional */ member
518 if ((status == 0) && (cur_ops->op_ex_man != NULL)) {519 status = (*cur_ops->op_ex_man)(&cur_list);
127 if (cur_ops->op_ex_man == NULL) { in d_original()154 status = (*cur_ops->op_ex_man)(&work_list); in d_original()
1155 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()