Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/scsi/targets/
H A Dst.c1281 ((un->un_pos.pmode == legacy) && in st_detach()
1282 (un->un_pos.fileno > 0) || /* Known position not rewound */ in st_detach()
1283 (un->un_pos.blkno != 0)) || /* Or within first file */ in st_detach()
1284 ((un->un_pos.pmode == logical) && in st_detach()
1285 (un->un_pos.lgclblkno > 0))) { in st_detach()
1306 un->un_status, un->un_pos.fileno, un->un_pos.blkno); in st_detach()
1314 ((((un->un_pos.pmode == legacy) && in st_detach()
1315 (un->un_pos.fileno > 0) || /* Known position not rewound */ in st_detach()
1316 (un->un_pos.blkno != 0)) || /* Or within first file */ in st_detach()
1317 ((un->un_pos.pmode == logical) && in st_detach()
[all …]
/titanic_44/usr/src/uts/common/sys/scsi/targets/
H A Dstdef.h973 tapepos_t un_pos; /* Current tape position */ member