Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/scsi/targets/
H A Dstdef.h360 #define TAPE_SEQUENTIAL_PAGE_PARA 64 /* way more then really used */ macro
1161 struct log_sequential_page_parameter param[TAPE_SEQUENTIAL_PAGE_PARA];
/titanic_41/usr/src/uts/common/io/scsi/targets/
H A Dst.c13542 for (ix = 0; rval == 0 && ix < TAPE_SEQUENTIAL_PAGE_PARA; ix++) { in st_check_sequential_clean_bit()