Searched defs:mountp (Results 26 - 35 of 35) sorted by relevance

12

/illumos-gate/usr/src/lib/lvm/libmeta/common/
H A Dmeta_check.c290 char mountp[MNT_LINE_MAX]; local
319 (void) strcpy(mountp, m.mnt_mountp);
329 np->dev, mountp, np->cname);
335 np->cname, mountp, mnp->cname);
358 char mountp[MNT_LINE_MAX]; local
387 (void) strcpy(mountp, m.mnt_mountp);
396 mountp, dnp->cname);
/illumos-gate/usr/src/cmd/rmvolmgr/
H A Drmm_common.c806 char *mountp; local
853 mountp = rmm_get_mnttab_mount_point(dev);
854 if (mountp != NULL) {
856 dev_str, mountp);
857 free(mountp);
/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Dmntinfo.c585 fs_tab_init(char *mountp, char *fstype) argument
624 nfte->namlen = strlen(mountp);
632 (void) strcpy(nfte->name, mountp);
/illumos-gate/usr/src/cmd/zoneadm/
H A Dzfs.c1400 zone_mounts_cb(const struct mnttab *mountp, void *cookiep) argument
1405 assert(mountp != NULL);
1409 zone_mount_dir = mountp->mnt_mountp + mounts->zonepath_len;
1424 if ((mounts->root_mnttab = mnttab_dup(mountp)) == NULL) {
1436 if (strcmp(mountp->mnt_fstype, MNTTYPE_ZFS) == 0 &&
1437 get_zfs_non_legacy_mountpoint(mountp->mnt_special,
1450 (void) zfm_print(mountp, NULL);
/illumos-gate/usr/src/cmd/rmformat/
H A Drmf_misc.c89 static int my_umount(char *mountp);
1019 my_umount(char *mountp) argument
1043 DPRINTF1("call_unmount_prog: calling %s \n", mountp);
1048 if (execl("/usr/sbin/umount", "/usr/sbin/umount", mountp,
/illumos-gate/usr/src/cmd/fs.d/ufs/fsck/
H A Dutilities.c1436 caddr_t mountp; local
1448 mountp = fs;
1453 mountp = mntent->mnt_mountp;
1454 if (mountp == NULL) /* theoretically a can't-happen */
1480 elock_mountp = strdup(mountp);
1485 if ((mountfd = open64(mountp, O_RDONLY)) == -1)
1554 key.st_mount = mountp; \
1574 search_vfstab(caddr_t mountp, caddr_t special, caddr_t devstr, size_t str_size)
1579 search_mnttab(caddr_t mountp, caddr_t special, caddr_t devstr, size_t str_size)
/illumos-gate/usr/src/cmd/fs.d/
H A Dmount.c227 *mountp, /* argument of mount directory */ local
422 mountp = argv[optind++];
424 mountp = NULL;
428 mountp == NULL) {
431 mountp == NULL) {
446 vref.vfs_mountp = mountp;
449 /* get a vfstab entry matching mountp or special */
458 special = vref.vfs_special = mountp;
459 mountp = vref.vfs_mountp = NULL;
472 if (mountp
1573 check_fields(char *fstype, char *mountp) argument
[all...]
H A Ddf.c781 char *path, *mountp; local
794 mountp = entryp->mnt_mountp;
800 while ((p = *path++) == (m = *mountp++)) {
/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_dataset.c871 const char *mountp, const char *mntopts)
879 mtn->mtn_mt.mnt_mountp = zfs_strdup(hdl, mountp);
870 libzfs_mnttab_add(libzfs_handle_t *hdl, const char *special, const char *mountp, const char *mntopts) argument
/illumos-gate/usr/src/cmd/boot/bootadm/
H A Dbootadm.c7776 get_special(char *mountp) argument
7785 INJECT_ERROR1("GET_SPECIAL_MNTPT", mountp = NULL);
7786 if (mountp == NULL) {
7800 if (*mountp == '\0')
7803 mpref.mnt_mountp = mountp;
7810 "not in mnttab\n", fcn, mountp));

Completed in 132 milliseconds

12