Home
last modified time | relevance | path

Searched refs:mt_type (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/test/libc-tests/tests/
H A Dmutex-16200.c47 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 Dmtio.h101 short mt_type; /* type of magtape device */ member
115 short mt_type; /* type of magtape device */ member
H A Dmac_impl.h144 uint_t mt_type; member
/illumos-gate/usr/src/cmd/backup/lib/
H A Drmtlib.c305 if ((mt->mt_type = rmtcall("status", "sT")) == -1) in rmtstatus_extended()
/illumos-gate/usr/src/cmd/rmt/
H A Drmt.c304 (offset_t)mtget.mt_type, in main()
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_provider.c251 mip->mi_info.mi_media = mtype->mt_type; in mac_register()
H A Dmac_client.c459 return (((mac_impl_t *)mh)->mi_type->mt_type); in mac_type()
H A Dmac.c3229 mtp->mt_type = mtrp->mtr_mactype; in mactype_register()
/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dst.c4999 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()