Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/aac/
H A Daac_ioctl.c447 caddr_t addrlo = (caddr_t)-1; in aac_send_raw_srb() local
522 if (usge->addr < addrlo) in aac_send_raw_srb()
523 addrlo = usge->addr; in aac_send_raw_srb()
543 addrlo = (caddr_t)((uintptr_t)addrlo & (uintptr_t)PAGEMASK); in aac_send_raw_srb()
544 rval = ddi_umem_lock(addrlo, (((size_t)addrhi + PAGEOFFSET) & \ in aac_send_raw_srb()
545 PAGEMASK) - (size_t)addrlo, umem_flags, &cookie); in aac_send_raw_srb()
558 (uintptr_t)addrlo, usge->bcount, direct, dev, 0, NULL, in aac_send_raw_srb()
/titanic_41/usr/src/uts/i86pc/io/
H A Drootnex.c2873 uint64_t addrlo; in rootnex_get_sgl() local
2891 addrlo = sglinfo->si_min_addr; in rootnex_get_sgl()
2989 ((raddr < addrlo) || ((raddr + psize) > addrhi))) { in rootnex_get_sgl()
3048 ((raddr < addrlo) || ((raddr + psize) > addrhi))) { in rootnex_get_sgl()