Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/format/
H A Dctlr_scsi.c3018 while (chglist != NULL) { in apply_chg_list()
3019 if (chglist->pageno == pageno && in apply_chg_list()
3020 chglist->byteno < pagsiz) { in apply_chg_list()
3021 i = chglist->byteno; in apply_chg_list()
3023 switch (chglist->mode) { in apply_chg_list()
3025 c |= (uchar_t)chglist->value; in apply_chg_list()
3028 c &= (uchar_t)chglist->value; in apply_chg_list()
3031 c = (uchar_t)chglist->value; in apply_chg_list()
3050 chglist = chglist->next; in apply_chg_list()
3064 while (chglist != NULL) { in chg_list_affects_page()
[all …]