Home
last modified time | relevance | path

Searched refs:OTYPCNT (Results 1 – 19 of 19) sorted by relevance

/titanic_50/usr/src/uts/common/sys/
H A Dfdc.h33 #ifndef OTYPCNT
34 #define OTYPCNT 5 macro
123 ulong_t d_regopen[OTYPCNT - 1];
H A Dopen.h67 #define OTYPCNT 5 macro
/titanic_50/usr/src/uts/sun/sys/
H A Dfdvar.h36 #ifndef OTYPCNT
37 #define OTYPCNT 5 macro
172 uchar_t un_regopen[OTYPCNT - 1];
/titanic_50/usr/src/uts/common/sys/dktp/
H A Dcmdk.h61 uint64_t dk_open_reg[OTYPCNT]; /* bit per partition: 2^6 */
/titanic_50/usr/src/uts/i86pc/i86hvm/io/
H A Dxdf_shell.h65 int xdfss_otyp_count[OTYPCNT][XDF_PEXT];
H A Dxdf_shell.c276 for (otyp = 0; (otyp < OTYPCNT); otyp++) { in xdfs_isopen_part()
504 if ((otyp < 0) || (otyp >= OTYPCNT)) in xdfs_open()
583 ASSERT((otyp >= 0) && otyp < OTYPCNT); in xdfs_close()
/titanic_50/usr/src/uts/common/xen/io/
H A Dxdf.h219 ulong_t xdf_vd_open[OTYPCNT];
H A Dxdf.c1401 for (i = 0; i < OTYPCNT; i++) { in xdf_isopen()
/titanic_50/usr/src/uts/sun/sys/dada/targets/
H A Ddaddef.h95 uchar_t reg_open[OTYPCNT - 1];
/titanic_50/usr/src/uts/sun4v/sys/
H A Dvdc.h305 uint8_t open[OTYPCNT]; /* mask of opened slices */
/titanic_50/usr/src/uts/intel/io/dktp/disk/
H A Dcmdk.c247 for (otyp = 0; otyp < OTYPCNT; otyp++) in cmdk_isopen()
1073 (otyp >= OTYPCNT)) in cmdkclose()
1110 for (i = 0; i < OTYPCNT; i++) in cmdkclose()
1142 if (otyp >= OTYPCNT) in cmdkopen()
1192 for (i = 0; i < OTYPCNT; i++) { in cmdkopen()
/titanic_50/usr/src/uts/sun4v/io/
H A Dvdc.c1213 for (i = 0; i < OTYPCNT; i++) { in vdc_is_opened()
1227 ASSERT(otyp < OTYPCNT); in vdc_mark_opened()
1250 for (i = 0; i < OTYPCNT; i++) { in vdc_mark_opened()
1272 ASSERT(otyp < OTYPCNT); in vdc_mark_closed()
1301 if (otyp >= OTYPCNT) in vdc_open()
1387 if (otyp >= OTYPCNT) in vdc_close()
/titanic_50/usr/src/uts/common/io/blkdev/
H A Dblkdev.c75 uint64_t d_open_reg[OTYPCNT]; /* bit mask */
884 if (otyp >= OTYPCNT) in bd_open()
/titanic_50/usr/src/uts/common/io/
H A Dfd.c627 for (i = 0; i < (OTYPCNT - 1); i++) in fd_part_is_open()
641 for (i = 0; i < (OTYPCNT - 1); i++) in fd_unit_is_open()
/titanic_50/usr/src/uts/sun/io/dada/targets/
H A Ddad.c1269 if (otyp >= OTYPCNT) { in dcdopen()
1336 for (i = 0; i < (OTYPCNT - 1); i++) { in dcdopen()
1521 if (otyp >= OTYPCNT) in dcdclose()
/titanic_50/usr/src/uts/common/sys/scsi/targets/
H A Dsddef.h142 uint64_t reg_open[OTYPCNT - 1];
/titanic_50/usr/src/uts/common/fs/zfs/
H A Dzvol.c126 uint32_t zv_open_count[OTYPCNT]; /* open counts */
/titanic_50/usr/src/uts/sun/io/
H A Dfd.c1639 for (i = 0; i < OTYPCNT - 1; i++) in fd_part_is_open()
5653 for (i = 0; i < OTYPCNT - 1; i++) in fd_unit_is_open()
/titanic_50/usr/src/uts/common/io/scsi/targets/
H A Dsd.c10120 if (otyp >= OTYPCNT) { in sdopen()
10224 for (i = 0; i < (OTYPCNT - 1); i++) { in sdopen()
10429 if (otyp >= OTYPCNT) {