Home
last modified time | relevance | path

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

/freebsd/stand/kboot/kboot/
H A Dhostdisk.c309 uint32_t posl, posh; in hostdisk_strategy() local
313 posl = pos & 0xffffffffu; in hostdisk_strategy()
315 if (host_llseek(desc->d_unit, posh, posl, &res, 0) < 0) in hostdisk_strategy()