Searched defs:byteno (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/format/
H A Dhardware_structs.h202 int byteno; /* byte within page */ member in struct:chg_list
H A Dstartup.c809 int byteno; local
856 byteno = (int)strtol(p, &p2, 10);
861 if (byteno == 0 || byteno == 1) {
922 cp->byteno = byteno;
2514 result |= (cp1->byteno != cp2->byteno);

Completed in 64 milliseconds