/titanic_41/usr/src/lib/libc/port/gen/ |
H A D | getmntent.c | 134 DIFF(mnt_time))) in getmntany_compat() 181 if (mrefp->mnt_time) { in getmntany() 182 mgetp->mnt_time = copyp; in getmntany() 183 (void) snprintf(mgetp->mnt_time, bufp + MNT_LINE_MAX - copyp, in getmntany() 184 "%s", mrefp->mnt_time); in getmntany() 254 (emp->mnt_time + strlen(emp->mnt_time) + 1 - in getmntent_common() 382 GETTOK_R(mnt_time, NULL, &tmp); in getmntent_compat()
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | mnttab.h | 51 (mp)->mnt_time = NULL) 68 char *mnt_time; member 76 char *mnt_time; member
|
/titanic_41/usr/src/cmd/fs.d/ |
H A D | fslib.c | 112 if (mnt->mnt_time != NULL) in fsdupmnttab() 113 if ((new->mnt_time = strdup(mnt->mnt_time)) == NULL) in fsdupmnttab() 142 if (mnt->mnt_time) in fsfreemnttab() 143 free(mnt->mnt_time); in fsfreemnttab()
|
H A D | mount.c | 623 mget.mnt_fstype && mget.mnt_time) { in print_mnttab() 624 ltime = atol(mget.mnt_time); in print_mnttab()
|
H A D | df.c | 484 new->mnt_time = new_string(old->mnt_time); in mntdup()
|
/titanic_41/usr/src/cmd/rexd/ |
H A D | mntent.c | 124 mnt->mnt_time = mntstr(&cp); in mnttabscan() 237 mnt->mnt_time); in mntprtent()
|
H A D | mount_nfs.c | 402 mnt.mnt_time = tbuf; in mount_nfs() 506 if (mnt->mnt_time != NULL) in dupmnttab() 507 if ((new->mnt_time = strdup(mnt->mnt_time)) == NULL) in dupmnttab() 536 if (mnt->mnt_time) in freemnttab() 537 free(mnt->mnt_time); in freemnttab()
|
/titanic_41/usr/src/lib/libfsmgt/common/ |
H A D | fs_mounts.c | 578 newp->time = strdup(mnttab_entry.mnt_time); in create_mntlist_entry() 638 newp->time = strdup(mnttab_entry.mnt_time); in create_extmntlist_entry() 716 search_entry->mnt_time = strdup(time); in create_mnttab_filter() 717 if (search_entry->mnt_time == NULL) { in create_mnttab_filter() 838 free(mnttab_entry->mnt_time); in free_mnttab_entry()
|
/titanic_41/usr/src/uts/common/fs/mntfs/ |
H A D | mntvnops.c | 293 tabp->mnt_time = (char *)(cp - elemp->mnte_text); in mntfs_populate_text() 1370 uint32_t mnt_time; member 1380 uint32_t mnt_time; member 1434 STRUCT_FSETP(ktab, mnt_time, in mntfs_copyout_elem() 1435 ubufp + (off_t)dbtabp->mnt_time); in mntfs_copyout_elem() 1457 *(kbufp + (off_t)dbtabp->mnt_time - 1) = in mntfs_copyout_elem() 1677 preftab.mnt_time = mntfs_import_addr(STRUCT_FGETP(ktab, in mntioctl() 1678 mnt_time), ubufp, prefbuf, MNT_LINE_MAX); in mntioctl() 1741 (!preftab.mnt_time || mntfs_same_word( in mntioctl() 1742 preftab.mnt_time, prefbuf, MNT_LINE_MAX, in mntioctl() [all …]
|
/titanic_41/usr/src/lib/libinstzones/common/ |
H A D | zones_lofs.c | 200 assert(mountTable[i].mnt_time == NULL); in z_destroyMountTable()
|
/titanic_41/usr/src/cmd/avs/rdc/ |
H A D | sndrsubr.c | 86 mntref.mnt_time = NULL; in mounted()
|
/titanic_41/usr/src/lib/librdc/common/ |
H A D | rdcrules.c | 438 mntref.mnt_time = NULL; in mounted()
|
/titanic_41/usr/src/cmd/fs.d/cachefs/cfsd/ |
H A D | cfsd_subr.c | 336 mpref.mnt_time = NULL; in subr_cache_setup()
|
/titanic_41/usr/src/lib/libpkg/common/ |
H A D | pkgserv.c | 113 saved->mnt_time = NULL; in copy_xmnt()
|
/titanic_41/usr/src/cmd/fs.d/cachefs/cfsadmin/ |
H A D | cfsadmin.c | 1164 mtpref.mnt_time = NULL; in issue_cod()
|
/titanic_41/usr/src/lib/libbe/common/ |
H A D | be_mount.c | 1807 mntref.mnt_time = NULL; in loopback_mount_zonepath()
|
/titanic_41/usr/src/cmd/avs/dsw/ |
H A D | iiadm.c | 1798 mntref.mnt_time = NULL;
|
/titanic_41/usr/src/cmd/zoneadmd/ |
H A D | vplat.c | 219 assert(mnt_array[i].mnt_time == NULL); in free_mnttable()
|