Searched refs:chglist (Results 1 – 1 of 1) sorted by relevance
3124 uchar_t *chgbits, struct chg_list *chglist) in apply_chg_list() argument3132 while (chglist != NULL) { in apply_chg_list()3133 if (chglist->pageno == pageno && in apply_chg_list()3134 chglist->byteno < pagsiz) { in apply_chg_list()3135 i = chglist->byteno; in apply_chg_list()3137 switch (chglist->mode) { in apply_chg_list()3139 c |= (uchar_t)chglist->value; in apply_chg_list()3142 c &= (uchar_t)chglist->value; in apply_chg_list()3145 c = (uchar_t)chglist->value; in apply_chg_list()3164 chglist = chglist->next; in apply_chg_list()[all …]