Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/i86pc/io/
H A Dimmu_dmar.c74 get_uint8(char *cp) in get_uint8() function
188 scope->scp_type = get_uint8(&shead[0]); in parse_scope()
189 scope->scp_enumid = get_uint8(&shead[4]); in parse_scope()
191 len = get_uint8(&shead[1]); in parse_scope()
192 startbus = get_uint8(&shead[5]); in parse_scope()
199 dev = get_uint8(phead++); in parse_scope()
200 func = get_uint8(phead++); in parse_scope()
204 dev = get_uint8(phead++); in parse_scope()
205 func = get_uint8(phead++); in parse_scope()
313 (get_uint8(&uhead[4]) & DMAR_INCLUDE_ALL) ? B_TRUE : B_FALSE; in parse_drhd()
[all …]