Searched refs:mt_type (Results 1 – 9 of 9) sorted by relevance
/illumos-gate/usr/src/test/libc-tests/tests/ |
H A D | mutex-16200.c | 47 int mt_type; member 64 .mt_type = PTHREAD_MUTEX_DEFAULT, 70 .mt_type = PTHREAD_MUTEX_NORMAL, 76 .mt_type = PTHREAD_MUTEX_RECURSIVE, 81 .mt_type = PTHREAD_MUTEX_ERRORCHECK, 87 .mt_type = PTHREAD_MUTEX_RECURSIVE, 93 .mt_type = PTHREAD_MUTEX_ERRORCHECK, 98 .mt_type = USYNC_THREAD, 103 .mt_type = USYNC_THREAD | LOCK_ERRORCHECK, 108 .mt_type = USYNC_THREAD | LOCK_RECURSIVE, [all …]
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | mtio.h | 101 short mt_type; /* type of magtape device */ member 115 short mt_type; /* type of magtape device */ member
|
H A D | mac_impl.h | 144 uint_t mt_type; member
|
/illumos-gate/usr/src/cmd/backup/lib/ |
H A D | rmtlib.c | 305 if ((mt->mt_type = rmtcall("status", "sT")) == -1) in rmtstatus_extended()
|
/illumos-gate/usr/src/cmd/rmt/ |
H A D | rmt.c | 304 (offset_t)mtget.mt_type, in main()
|
/illumos-gate/usr/src/uts/common/io/mac/ |
H A D | mac_provider.c | 251 mip->mi_info.mi_media = mtype->mt_type; in mac_register()
|
H A D | mac_client.c | 459 return (((mac_impl_t *)mh)->mi_type->mt_type); in mac_type()
|
H A D | mac.c | 3270 mtp->mt_type = mtrp->mtr_mactype; in mactype_register()
|
/illumos-gate/usr/src/uts/common/io/scsi/targets/ |
H A D | st.c | 4999 mtget->mt_type = un->un_dp->type; in st_ioctl() 5008 switch (mtget->mt_type) { in st_ioctl() 5081 mtget_32->mt_type = mtget->mt_type; in st_ioctl()
|