Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dst.c1739 un->un_read_pos_type = LONG_POS; in st_doattach()
7791 switch (un->un_read_pos_type) { in st_setup_cmd()
8927 fixbit = un->un_read_pos_type; in st_make_cmd()
8932 switch (un->un_read_pos_type) { in st_make_cmd()
14557 un->un_read_pos_type, 32, in st_update_block_pos()
14582 switch (un->un_read_pos_type) { in st_update_block_pos()
14584 un->un_read_pos_type = NO_POS; in st_update_block_pos()
14588 un->un_read_pos_type = EXT_POS; in st_update_block_pos()
14592 un->un_read_pos_type = SHORT_POS; in st_update_block_pos()
14598 un->un_read_pos_type); in st_update_block_pos()
[all …]
/illumos-gate/usr/src/uts/common/sys/scsi/targets/
H A Dstdef.h1042 read_p_types un_read_pos_type; member