Lines Matching refs:getbyte
93 static int getbyte(uchar_t **);
104 static int getbyte();
130 partp->bootid = getbyte((uchar_t **)&bootptr); in fill_ipart()
131 partp->beghead = getbyte((uchar_t **)&bootptr); in fill_ipart()
132 partp->begsect = getbyte((uchar_t **)&bootptr); in fill_ipart()
133 partp->begcyl = getbyte((uchar_t **)&bootptr); in fill_ipart()
134 partp->systid = getbyte((uchar_t **)&bootptr); in fill_ipart()
135 partp->endhead = getbyte((uchar_t **)&bootptr); in fill_ipart()
136 partp->endsect = getbyte((uchar_t **)&bootptr); in fill_ipart()
137 partp->endcyl = getbyte((uchar_t **)&bootptr); in fill_ipart()
159 getbyte(uchar_t **bp) in getbyte() function