Searched defs:mt (Results 1 - 25 of 54) sorted by relevance

123

/illumos-gate/usr/src/lib/libast/common/port/
H A Dtouch.c46 touch(const char* path, time_t at, time_t mt, int flags) argument
63 if (mt == (time_t)(-1) && !(flags & PATH_TOUCH_VERBATIM))
65 else if (!mt && !(flags & PATH_TOUCH_VERBATIM))
69 mv.tv_sec = mt;
/illumos-gate/usr/src/lib/libresolv2/common/resolv/
H A Dmtctxres.c68 mtctxres_t *mt; local
77 if ((mt = malloc(sizeof (mtctxres_t))) == 0) {
82 memset(mt, 0, sizeof (mtctxres_t));
84 if ((ret = pthread_setspecific(key, mt)) != 0) {
85 free(mt);
96 mtctxres_t *mt = (mtctxres_t *)value; local
98 if (mt != 0)
99 free(mt);
106 mtctxres_t *mt; local
127 if (((mt
[all...]
/illumos-gate/usr/src/lib/libresolv2/common/sunw/
H A Dsunw_mtctxres.c111 mtctxres_t *mt = ___mtctxres(); local
113 mt->retry_save = retry;
114 return ((mt->retry_private != 0) ? mt->retry_private : retry);
119 mtctxres_t *mt = ___mtctxres(); local
121 return (mt->retry_save);
/illumos-gate/usr/src/lib/librstp/common/
H A Dtimes.c61 unsigned short mt; local
63 mt = htons (f << 8); \
64 (void) memcpy (t, &mt, 2);
/illumos-gate/usr/src/lib/libeti/menu/common/
H A Dterminit.c56 set_menu_term(MENU *m, PTF_void mt) argument
59 SMterm(m) = mt;
61 SMterm(Dfl_Menu) = mt;
/illumos-gate/usr/src/lib/libnisdb/
H A Ddb_vers.cc81 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;
/illumos-gate/usr/src/lib/libast/common/tm/
H A Dtmxtouch.c41 tmxtouch(const char* path, Time_t at, Time_t mt, Time_t ct, int flags) argument
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);
/illumos-gate/usr/src/cmd/fm/eversholt/common/
H A Dalloc.c51 struct stats *mt, *mc; local
53 mt = Malloctotal;
59 stats_delete(mt);
/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Dalloc.c65 struct stats *mt, *ft, *mc, *fc; local
67 mt = Malloctotal;
77 stats_delete(mt);
/illumos-gate/usr/src/cmd/backup/dump/
H A Ddumpfstab.c63 static struct mntent mt; local
66 if ((status = getmntent(f, &mt)) == 0)
67 return (&mt);
/illumos-gate/usr/src/ucbcmd/test/
H A Dtest.c31 static char *nxtarg(int mt);
66 nxtarg(int mt) argument
69 if (mt) {
/illumos-gate/usr/src/cmd/mdb/common/modules/md/
H A Dmetastat.c387 mt_unit_t mt; local
392 if (mdb_vread(&mt, sizeof (mt_unit_t), (uintptr_t)un_addr) == -1) {
/illumos-gate/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd_config.c538 struct mnttab mt, *fs; local
577 while (len < nmnt && (getmntent(fp, &mt) == 0))
580 fs = &mt;
581 log_dev_len = strlen(mt.mnt_mountp)+2;
/illumos-gate/usr/src/cmd/fs.d/udfs/fsdb/
H A Dfsdb_yacc.y118 | at | ct | gid | ln | mt | md
505 mt : MTTZ '=' expr { set_file(MTTZ, i_number << l2b, $3); } label
/illumos-gate/usr/src/uts/common/io/cpqary3/
H A Dcpqary3_util.c530 kmutex_t *mt = &(cpqary3p->sw_mutex); local
537 crc = cv_timedwait_sig(cv, mt, absto);
539 crc = cv_timedwait(cv, mt, absto);
547 rc = cv_wait_sig(cv, mt);
553 cv_wait(cv, mt);
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddsl_bookmark.c62 matchtype_t mt; local
69 mt = MT_FIRST;
71 mt = MT_EXACT;
74 sizeof (*bmark_phys) / sizeof (uint64_t), bmark_phys, mt,
342 matchtype_t mt; local
345 mt = MT_FIRST;
347 mt = MT_EXACT;
349 return (zap_remove_norm(mos, bmark_zapobj, name, mt, tx));
/illumos-gate/usr/src/lib/fm/libldom/sparc/
H A Dldmsvcs_utils.h54 pthread_mutex_t mt; member in struct:fds_reg_svcs
/illumos-gate/usr/src/lib/libshell/common/bltins/
H A Dtest.c233 static char *nxtarg(struct test *tp,int mt) argument
237 if(mt)
/illumos-gate/usr/src/lib/libproc/common/
H A DPzone.c66 struct mnttab mt; local
97 while (getmntany(fp, &mt, &mt_find) == 0 &&
98 (strcmp(mt.mnt_fstype, "lofs") == 0) &&
99 (strcmp(mt.mnt_special, mt.mnt_mountp) != 0)) {
102 lmt->l_special = strdup(mt.mnt_special);
103 lmt->l_mountp = strdup(mt.mnt_mountp);
/illumos-gate/usr/src/cmd/rexd/
H A Drpc.rexd.c1293 struct mnttab mt; local
1299 while ((getmntent(table, &mt)) != (-1)) {
1301 if (strcmp(mt.mnt_special, fsname) == 0) {
1302 strcpy(mountedon, mt.mnt_mountp);
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dautod_mount.c648 struct mnttab mt; local
650 mt.mnt_mntopts = opts;
652 return (hasmntopt(&mt, MNTOPT_RESTRICT) != NULL);
/illumos-gate/usr/src/cmd/backup/lib/
H A Drmtlib.c233 struct mtget mt; local
251 if (rmtstatus(&mt) < 0) {
275 rmtstatus(struct mtget *mt) argument
277 char *buf = (char *)mt;
281 return (rmtstatus_extended(mt));
287 if ((unsigned)n > sizeof (*mt)) {
306 rmtstatus_extended(struct mtget *mt) argument
308 if ((mt->mt_type = rmtcall("status", "sT")) == -1)
310 mt->mt_dsreg = rmtcall("status", "sD");
311 mt
[all...]
/illumos-gate/usr/src/cmd/fs.d/nfs/rquotad/
H A Drpc.rquotad.c547 FILE *mt; local
552 mt = fopen(MNTTAB, "r");
553 if (mt == NULL) {
558 while (getmntent(mt, &m) == 0) {
591 (void) fclose(mt);
/illumos-gate/usr/src/uts/common/crypto/core/
H A Dkcf_mech_tabs.c150 crypto_mech_type_t mt; local
152 mt = CRYPTO_MECH_INVALID;
154 mt = *(crypto_mech_type_t *)hv;
155 ASSERT(mt != CRYPTO_MECH_INVALID);
158 return (mt);
304 crypto_mech_type_t mt; local
318 mt = kcf_mech_hash_find(mechname);
319 if (mt != CRYPTO_MECH_INVALID) {
388 crypto_mech_type_t kcf_mech_type, mt; local
490 mt
827 crypto_mech_type_t mt; local
[all...]
/illumos-gate/usr/src/cmd/mandoc/
H A Dman_term.c50 struct mtermp *mt, \
145 struct mtermp mt; local
152 memset(&mt, 0, sizeof(struct mtermp));
153 mt.lmargin[mt.lmargincur] = term_len(p, p->defindent);
154 mt.offset = term_len(p, p->defindent);
155 mt.pardist = 1;
164 print_man_nodelist(p, &mt,
178 print_man_nodelist(p, &mt, n, &man->meta);
241 mt
[all...]

Completed in 118 milliseconds

123