Searched refs:byteno (Results 1 – 4 of 4) sorted by relevance
756 fmt_print(" b0x%x ", cp->byteno); in do_display()794 chg_item->byteno = (int)strtol(input, &p, 0);799 if (chg_item->byteno < 2) {801 chg_item->byteno);
202 int byteno; /* byte within page */ member
809 int byteno; in sup_change_spec() local856 byteno = (int)strtol(p, &p2, 10); in sup_change_spec()861 if (byteno == 0 || byteno == 1) { in sup_change_spec()922 cp->byteno = byteno; in sup_change_spec()2514 result |= (cp1->byteno != cp2->byteno);
3134 chglist->byteno < pagsiz) { in apply_chg_list()3135 i = chglist->byteno; in apply_chg_list()