Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/format/
H A Dmenu_scsi.c756 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);
H A Dhardware_structs.h202 int byteno; /* byte within page */ member
H A Dstartup.c809 int byteno; in sup_change_spec() local
856 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);
H A Dctlr_scsi.c3134 chglist->byteno < pagsiz) { in apply_chg_list()
3135 i = chglist->byteno; in apply_chg_list()