| /netvirt/usr/src/lib/libresolv2/common/sunw/ |
| sunw_mtctxres.c | 44 * To support binaries that used the private MT-safe interface in 62 mtctxres_t *mt; local 66 if (thr_getspecific(key, (void **)&mt) == 0 && mt != 0) { 71 if ((mt = malloc(sizeof (mtctxres_t))) == 0) { 76 memset(mt, 0, sizeof (*mt)); 78 if ((ret = thr_setspecific(key, mt)) != 0) { 80 free(mt); 92 mtctxres_t *mt = (mtctxres_t *)value local 103 mtctxres_t *mt; local 207 mtctxres_t *mt = ___mtctxres(); local 215 mtctxres_t *mt = ___mtctxres(); local [all...] |
| /netvirt/usr/src/cmd/mt/ |
| Makefile | 28 PROG= mt
|
| /netvirt/usr/src/lib/libast/common/port/ |
| touch.c | 46 touch(const char* path, time_t at, time_t mt, int flags) 63 if (mt == (time_t)(-1) && !(flags & PATH_TOUCH_VERBATIM)) 65 else if (!mt && !(flags & PATH_TOUCH_VERBATIM)) 69 mv.tv_sec = mt;
|
| /netvirt/usr/src/lib/libast/common/tm/ |
| tmxtouch.c | 41 tmxtouch(const char* path, Time_t at, Time_t mt, Time_t ct, int flags) 60 if (mt == TMX_NOTIME && !(flags & PATH_TOUCH_VERBATIM)) 62 else if (!mt && !(flags & PATH_TOUCH_VERBATIM)) 66 mv.tv_sec = tmxsec(mt); 67 mv.tv_nsec = tmxnsec(mt);
|
| /netvirt/usr/src/lib/libnisdb/ |
| db_vers.cc | 81 struct timeval mt; local 82 gettimeofday(&mt, NULL); 84 newvers->time_sec = (unsigned int) mt.tv_sec; 85 newvers->time_usec = (unsigned int) mt.tv_usec; 115 struct timeval mt; local 116 gettimeofday(&mt, NULL); 118 newvers->time_sec = (unsigned int) mt.tv_sec; 119 newvers->time_usec = (unsigned int) mt.tv_usec;
|
| /netvirt/usr/src/cmd/fm/eversholt/common/ |
| alloc.c | 51 struct stats *mt, *mc; local 53 mt = Malloctotal; 59 stats_delete(mt);
|
| /netvirt/usr/src/lib/libeti/menu/common/ |
| terminit.c | 56 set_menu_term(MENU *m, PTF_void mt) 59 SMterm(m) = mt; 61 SMterm(Dfl_Menu) = mt;
|
| /netvirt/usr/src/lib/fm/libldom/sparc/ |
| ldmsvcs_utils.c | 75 pthread_mutex_t mt; member in struct:ldmsvcs_info 100 pthread_mutex_t mt; member in struct:poller_s 152 (void) pthread_mutex_lock(&lsp->mt); 162 (void) pthread_mutex_unlock(&lsp->mt); 233 (void) pthread_mutex_lock(&pollbase.mt); 254 (void) pthread_cond_wait(&pollbase.cv, &pollbase.mt); 257 (void) pthread_mutex_unlock(&pollbase.mt); 277 (void) pthread_mutex_lock(&pollbase.mt); 283 ier = pthread_cond_timedwait(&pollbase.cv, &pollbase.mt, 312 (void) pthread_mutex_unlock(&pollbase.mt); 532 static pthread_mutex_t mt = PTHREAD_MUTEX_INITIALIZER; local 1135 static pthread_mutex_t mt = PTHREAD_MUTEX_INITIALIZER; local [all...] |
| ldom.c | 229 static pthread_mutex_t mt = PTHREAD_MUTEX_INITIALIZER; local 238 (void) pthread_mutex_lock(&mt); 241 (void) pthread_cond_wait(&cv, &mt); 246 (void) pthread_mutex_unlock(&mt); 255 (void) pthread_mutex_unlock(&mt); 291 (void) pthread_mutex_lock(&mt); 295 (void) pthread_mutex_unlock(&mt);
|
| /netvirt/usr/src/cmd/backup/lib/ |
| rmtlib.c | 233 struct mtget mt; local 251 if (rmtstatus(&mt) < 0) { 275 rmtstatus(struct mtget *mt) 277 char *buf = (char *)mt; 281 return (rmtstatus_extended(mt)); 287 if ((unsigned)n > sizeof (*mt)) { 306 rmtstatus_extended(struct mtget *mt) 308 if ((mt->mt_type = rmtcall("status", "sT")) == -1) 310 mt->mt_dsreg = rmtcall("status", "sD"); 311 mt->mt_erreg = rmtcall("status", "sE") [all...] |
| /netvirt/usr/src/uts/sun4v/sys/ |
| vdsk_common.h | 465 #define VD_MEDIATYPE2DK_MEDIATYPE(mt) \ 466 ((mt) == VD_MEDIA_FIXED ? DK_FIXED_DISK : \ 467 (mt) == VD_MEDIA_CD ? DK_CDROM : \ 468 (mt) == VD_MEDIA_DVD ? DK_DVDROM : \ 471 #define DK_MEDIATYPE2VD_MEDIATYPE(mt) \ 472 ((mt) == DK_REMOVABLE_DISK ? VD_MEDIA_FIXED : \ 473 (mt) == DK_MO_ERASABLE ? VD_MEDIA_FIXED : \ 474 (mt) == DK_MO_WRITEONCE ? VD_MEDIA_FIXED : \ 475 (mt) == DK_AS_MO ? VD_MEDIA_FIXED : \ 476 (mt) == DK_CDROM ? VD_MEDIA_CD : [all...] |
| /netvirt/usr/src/uts/common/crypto/core/ |
| kcf_mech_tabs.c | 135 crypto_mech_type_t mt; local 137 mt = CRYPTO_MECH_INVALID; 139 mt = *(crypto_mech_type_t *)hv; 140 ASSERT(mt != CRYPTO_MECH_INVALID); 143 return (mt); 282 crypto_mech_type_t mt; local 296 mt = kcf_mech_hash_find(mechname); 297 if (mt != CRYPTO_MECH_INVALID) { 366 crypto_mech_type_t kcf_mech_type, mt; local 469 mt = kcf_mech_hash_find(dmi->cm_mech_name) 824 crypto_mech_type_t mt; local [all...] |
| /netvirt/usr/src/lib/libfru/ |
| Makefile.flag | 43 CCFLAGS64 += -mt 44 CCFLAGS += -mt
|
| /netvirt/usr/src/lib/brand/lx/lx_brand/common/ |
| stat.c | 118 minor_translator_t *mt; local 150 mt = devt_translators[i].dt_list; 151 for (j = 0; mt[j].mt_path != NULL; j++) { 154 ret = stat(mt[j].mt_path, &st); 158 mt[j].mt_path, strerror(errno)); 162 mt[j].mt_path); 167 assert(mt[j].mt_minor < LX_MINORMASK); 171 mt[j].mt_minor = getminor(st.st_rdev); 264 minor_translator_t *mt; local 279 mt = devt_translators[i].dt_list [all...] |
| /netvirt/usr/src/lib/lvm/libmeta/common/ |
| meta_trans.c | 157 mt_unit_t *mt; local 179 if ((mt = (mt_unit_t *)meta_get_mdunit(sp, transnp, ep)) == NULL) 181 assert(mt->c.un_type == MD_METATRANS); 188 transp->common.type = mt->c.un_type; 189 transp->common.state = mt->c.un_status; 190 transp->common.capabilities = mt->c.un_capabilities; 191 transp->common.parent = mt->c.un_parent; 192 transp->common.size = mt->c.un_total_blocks; 193 transp->common.user_flags = mt->c.un_user_flags; 194 transp->common.revision = mt->c.un_revision 1264 mt_unit_t *mt; local [all...] |
| /netvirt/usr/src/cmd/allocate/ |
| st_clean.sh | 106 x="`mt -f $DEVFILE rewoffl 2>&1`" 115 if mt -f $DEVFILE status 2>&1 | grep "no tape loaded" >/dev/null ; then 147 x="`mt -f $DEVFILE rewoffl 2>&1`" 156 if mt -f $DEVFILE status 2>&1 | grep "no tape loaded" > /dev/null ; then 162 if mt -f $DEVFILE status 2>&1 | grep "no tape loaded" > /dev/null ; then
|
| /netvirt/usr/src/cmd/fm/modules/common/eversholt/ |
| alloc.c | 65 struct stats *mt, *ft, *mc, *fc; local 67 mt = Malloctotal; 77 stats_delete(mt);
|
| /netvirt/usr/src/tools/fastfs/ |
| fastfs.c | 69 static struct mntent mt; local 72 if ((status = getmntent(f, &mt)) == 0) 73 return (&mt);
|
| /netvirt/usr/src/uts/sun4u/starfire/io/ |
| idn_proto.c | 1373 idn_msgtype_t mt; local 1486 idn_msgtype_t mt; local 2029 idn_msgtype_t mt; local 2083 idn_msgtype_t mt; local 2123 idn_msgtype_t mt; local 2491 idn_msgtype_t mt; local 2545 idn_msgtype_t mt; local 2752 idn_msgtype_t mt; local 2774 idn_msgtype_t mt; local 2802 idn_msgtype_t mt; local 3013 idn_msgtype_t mt; local 3076 idn_msgtype_t mt; local 3719 idn_msgtype_t mt; local 3745 idn_msgtype_t mt; local 3947 idn_msgtype_t mt; local 3969 idn_msgtype_t mt; local 4875 idn_msgtype_t mt; local 5596 idn_msgtype_t mt; local 5968 idn_msgtype_t mt; local 6203 idn_msgtype_t mt; local 6417 idn_msgtype_t mt; local 8089 idn_msgtype_t mt; local 8112 idn_msgtype_t mt; local 8136 idn_msgtype_t mt; local 8151 idn_msgtype_t mt; local 9300 idn_msgtype_t mt; local 11650 idn_msgtype_t mt; local 12212 idn_msgtype_t mt; local [all...] |
| /netvirt/usr/src/cmd/rcm_daemon/common/ |
| filesys_rcm.c | 698 struct mnttab mt; local 753 while (getmntent(fp, &mt) == 0) { 756 if ((mt.mnt_mntopts != NULL) && 757 (hasmntopt(&mt, OPT_IGNORE) != NULL)) 760 if (cache_insert(cache, &mt) < 0) { 952 cache_insert(cache_t *cache, struct mnttab *mt) 961 (mt == NULL) || 962 (mt->mnt_special == NULL) || 963 (mt->mnt_mountp == NULL) || 964 (mt->mnt_fstype == NULL)) [all...] |
| /netvirt/usr/src/lib/libxcurses/h/posix/ |
| mkslocal.h | 553 #define M_TAR_TAPENAME "/dev/mt/%c%c" 568 * will use "/dev/mt/%c%c" [all...] |
| /netvirt/usr/src/cmd/fs.d/cachefs/cfsd/ |
| cfsd_subr.c | 785 mutex_t mt; local 791 mutex_init(&mt, USYNC_THREAD, NULL); 797 mutex_lock(&mt); 798 cond_reltimedwait(&cv, &mt, &reltime); 799 mutex_unlock(&mt); 802 mutex_destroy(&mt);
|
| /netvirt/usr/src/common/openssl/ssl/ |
| s3_both.c | 357 /* Obtain handshake message of message type 'mt' (any if mt == -1), 362 long ssl3_get_message(SSL *s, int st1, int stn, int mt, long max, int *ok) 372 if ((mt >= 0) && (s->s3->tmp.message_type != mt)) 425 if ((mt >= 0) && (*p != mt)) 431 if ((mt < 0) && (*p == SSL3_MT_CLIENT_HELLO) &&
|
| /netvirt/usr/src/cmd/sh/ |
| test.c | 64 nxtarg(mt) 68 if (mt)
|
| /netvirt/usr/src/uts/common/fs/zfs/sys/ |
| zap.h | 186 matchtype_t mt, char *realname, int rn_len, 228 matchtype_t mt, dmu_tx_t *tx);
|