Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/
H A Dcmlb.c1723 rval = DK_TG_READ(cl, dkl, label_addr, buffer_size, tg_cookie);
2275 rval = DK_TG_READ(cl, buf, part_start + DK_LABEL_LOC,
2301 rval = DK_TG_READ(cl, buf, seek_offset, sec_sz, tg_cookie);
2390 rval = DK_TG_READ(cl, bufp, 0, blocksize, tg_cookie);
2527 rval = DK_TG_READ(cl, bufp,
2794 rval = DK_TG_READ(cl, buf, 0, lbasize, tg_cookie);
2821 rval = DK_TG_READ(cl, buf, 1, lbasize, tg_cookie);
2845 if ((rval = DK_TG_READ(cl, buf,
2858 if ((rval = DK_TG_READ(cl, buf, cap - 1, lbasize,
2874 rval = DK_TG_READ(cl, buf, gpe_lba, EFI_MIN_ARRAY_SIZE, tg_cookie);
[all …]
/titanic_41/usr/src/uts/common/sys/
H A Dcmlb_impl.h226 #define DK_TG_READ(ihdlp, bufaddr, start_block, reqlength, tg_cookie)\ macro