Lines Matching refs:get_uint8
74 get_uint8(char *cp)
188 scope->scp_type = get_uint8(&shead[0]);
189 scope->scp_enumid = get_uint8(&shead[4]);
191 len = get_uint8(&shead[1]);
192 startbus = get_uint8(&shead[5]);
199 dev = get_uint8(phead++);
200 func = get_uint8(phead++);
204 dev = get_uint8(phead++);
205 func = get_uint8(phead++);
313 (get_uint8(&uhead[4]) & DMAR_INCLUDE_ALL) ? B_TRUE : B_FALSE;
332 shead += get_uint8(&shead[1]);
395 shead += get_uint8(&shead[1]);
451 tbl->tbl_haw = get_uint8(&raw[36]) + 1;
452 tbl->tbl_intrmap = (get_uint8(&raw[37]) & DMAR_INTRMAP_SUPPORT)