/titanic_41/usr/src/uts/common/sys/ |
H A D | fdc.h | 33 #ifndef OTYPCNT 34 #define OTYPCNT 5 macro 123 ulong_t d_regopen[OTYPCNT - 1];
|
H A D | open.h | 67 #define OTYPCNT 5 macro
|
/titanic_41/usr/src/uts/sun/sys/ |
H A D | fdvar.h | 36 #ifndef OTYPCNT 37 #define OTYPCNT 5 macro 172 uchar_t un_regopen[OTYPCNT - 1];
|
/titanic_41/usr/src/uts/common/sys/dktp/ |
H A D | cmdk.h | 61 uint64_t dk_open_reg[OTYPCNT]; /* bit per partition: 2^6 */
|
/titanic_41/usr/src/uts/i86pc/i86hvm/io/ |
H A D | xdf_shell.h | 65 int xdfss_otyp_count[OTYPCNT][XDF_PEXT];
|
H A D | xdf_shell.c | 276 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_41/usr/src/uts/sun/sys/dada/targets/ |
H A D | daddef.h | 95 uchar_t reg_open[OTYPCNT - 1];
|
/titanic_41/usr/src/uts/common/xen/io/ |
H A D | xdf.h | 219 ulong_t xdf_vd_open[OTYPCNT];
|
H A D | xdf.c | 1401 for (i = 0; i < OTYPCNT; i++) { in xdf_isopen()
|
/titanic_41/usr/src/uts/sun4v/sys/ |
H A D | vdc.h | 305 uint8_t open[OTYPCNT]; /* mask of opened slices */
|
/titanic_41/usr/src/uts/intel/io/dktp/disk/ |
H A D | cmdk.c | 247 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_41/usr/src/uts/common/io/lvm/md/ |
H A D | md.c | 192 static uint_t md_ocnt[OTYPCNT]; 1579 if ((otyp < 0) || (otyp >= OTYPCNT)) { in mdadminclose() 1593 for (i = 0; (i < OTYPCNT); ++i) in mdadminclose()
|
H A D | md_subr.c | 1067 if ((otyp < 0) || (otyp >= OTYPCNT)) { in md_unit_incopen() 1107 if ((otyp < 0) || (otyp >= OTYPCNT)) { in md_unit_decopen() 1121 for (i = 0; (i < OTYPCNT); ++i) in md_unit_decopen()
|
/titanic_41/usr/src/uts/common/sys/lvm/ |
H A D | mdvar.h | 208 uint_t ui_ocnt[OTYPCNT]; /* open counts */
|
/titanic_41/usr/src/uts/sun4v/io/ |
H A D | vdc.c | 1213 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_41/usr/src/uts/common/io/blkdev/ |
H A D | blkdev.c | 75 uint64_t d_open_reg[OTYPCNT]; /* bit mask */ 884 if (otyp >= OTYPCNT) in bd_open()
|
/titanic_41/usr/src/uts/common/io/ |
H A D | fd.c | 627 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_41/usr/src/uts/sun/io/dada/targets/ |
H A D | dad.c | 1269 if (otyp >= OTYPCNT) { in dcdopen() 1336 for (i = 0; i < (OTYPCNT - 1); i++) { in dcdopen() 1521 if (otyp >= OTYPCNT) in dcdclose()
|
/titanic_41/usr/src/uts/common/sys/scsi/targets/ |
H A D | sddef.h | 142 uint64_t reg_open[OTYPCNT - 1];
|
/titanic_41/usr/src/uts/common/fs/zfs/ |
H A D | zvol.c | 125 uint32_t zv_open_count[OTYPCNT]; /* open counts */
|
/titanic_41/usr/src/uts/sun/io/ |
H A D | fd.c | 1639 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_41/usr/src/uts/common/io/scsi/targets/ |
H A D | sd.c | 10121 if (otyp >= OTYPCNT) { in sdopen() 10225 for (i = 0; i < (OTYPCNT - 1); i++) { in sdopen() 10430 if (otyp >= OTYPCNT) {
|