Lines Matching refs:getbyte
90 static int getbyte(uchar_t **);
101 static int getbyte();
127 partp->bootid = getbyte((uchar_t **)&bootptr); in fill_ipart()
128 partp->beghead = getbyte((uchar_t **)&bootptr); in fill_ipart()
129 partp->begsect = getbyte((uchar_t **)&bootptr); in fill_ipart()
130 partp->begcyl = getbyte((uchar_t **)&bootptr); in fill_ipart()
131 partp->systid = getbyte((uchar_t **)&bootptr); in fill_ipart()
132 partp->endhead = getbyte((uchar_t **)&bootptr); in fill_ipart()
133 partp->endsect = getbyte((uchar_t **)&bootptr); in fill_ipart()
134 partp->endcyl = getbyte((uchar_t **)&bootptr); in fill_ipart()
156 getbyte(uchar_t **bp) in getbyte() function