Home
last modified time | relevance | path

Searched refs:LIST_PGLIST (Results 1 – 4 of 4) sorted by relevance

/titanic_50/usr/src/cmd/format/
H A Ddefect.h86 #define LIST_PGLIST 0x04 /* embedded SCSI - both manufacturer's (P) */ macro
H A Danalyze.c544 if (cur_list.flags & LIST_PGLIST) {
H A Dctlr_scsi.c467 if ((list->list != NULL) && ((list->flags & LIST_PGLIST) == 0)) {
1698 list->flags &= ~LIST_PGLIST;
1716 list->flags |= LIST_PGLIST;
1733 list->flags |= LIST_PGLIST;
H A Dmenu_command.c1399 if (cur_list.flags & LIST_PGLIST) { in c_repair()
1825 work_list.flags = cur_list.flags & LIST_PGLIST; in c_defect()