Home
last modified time | relevance | path

Searched refs:cur_ops (Results 1 – 7 of 7) sorted by relevance

/titanic_41/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()
103 if (*cur_ops->op_ex_man != NULL && in read_list()
104 ((*cur_ops->op_ex_man)(list)) == 0) { in read_list()
123 if ((*cur_ops->op_rdwr)(DIR_READ, cur_file, in read_list()
141 if ((*cur_ops->op_rdwr)(DIR_READ, cur_file, in read_list()
163 status = (*cur_ops->op_rdwr)(DIR_READ, cur_file, in read_list()
344 (*cur_ops->op_wr_cur)(list); in write_deflist()
361 status = (*cur_ops->op_rdwr)(DIR_WRITE, cur_file, in write_deflist()
369 status = (*cur_ops->op_rdwr)(DIR_WRITE, cur_file, in write_deflist()
[all …]
H A Danalyze.c137 if (scan_correct && !EMBEDDED_SCSI && (cur_ops->op_repair != NULL) &&
468 if (cur_ops->op_repair == NULL) {
489 status = (*cur_ops->op_rdwr)(DIR_READ, cur_file, bn, 1,
502 status = (*cur_ops->op_repair)(bn, mode);
522 status = (*cur_ops->op_rdwr)(DIR_WRITE, cur_file, bn,
525 status = (*cur_ops->op_rdwr)(DIR_READ, cur_file, bn,
557 (*cur_ops->op_ex_cur)(&cur_list);
620 status = (*cur_ops->op_rdwr)(DIR_READ, cur_file, blkno,
640 status = (*cur_ops->op_rdwr)(DIR_WRITE, cur_file, blkno,
651 status = (*cur_ops->op_rdwr)(DIR_READ, cur_file, blkno,
[all …]
H A Dmenu_command.c825 if (cur_ops->op_format == NULL) { in c_format()
1135 status = (*cur_ops->op_format)(start, end, &cur_list); in c_format()
1155 if (*cur_ops->op_ex_man == NULL || in c_format()
1156 (*cur_ops->op_ex_man)(&cur_list)) { in c_format()
1244 if (cur_ops->op_repair == NULL) { in c_repair()
1308 status = (*cur_ops->op_rdwr)(DIR_READ, cur_file, bn, in c_repair()
1335 status = (*cur_ops->op_rdwr)(DIR_READ, cur_file, bn, in c_repair()
1358 status = (*cur_ops->op_repair)(bn, F_NORMAL); in c_repair()
1373 status = (*cur_ops->op_rdwr)(DIR_WRITE, cur_file, bn, in c_repair()
1376 status = (*cur_ops->op_rdwr)(DIR_READ, cur_file, in c_repair()
[all …]
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()
186 if (cur_ops->op_ex_cur == NULL) { in d_extract()
223 status = (*cur_ops->op_ex_cur)(&work_list); in d_extract()
858 if (cur_ops->op_create == NULL) { in d_create()
882 status = (*cur_ops->op_create)(&work_list); in d_create()
H A Dmain.c370 cur_ops = cur_ctype->ctype_ops;
460 if ((*cur_ops->op_ck_format)()) {
518 if ((status == 0) && (cur_ops->op_ex_man != NULL)) {
519 status = (*cur_ops->op_ex_man)(&cur_list);
H A Dglobal.h114 struct ctlr_ops *cur_ops; /* current ctlr's ops vector */ variable
H A Dlabel.c450 if ((*cur_ops->op_rdwr)(DIR_READ, cur_file, (diskaddr_t) in write_label()