Searched refs:mountpoints (Results 1 – 8 of 8) sorted by relevance
/titanic_50/usr/src/lib/libzfs/common/ |
H A D | libzfs_mount.c | 1159 char **mountpoints = NULL; in zpool_disable_datasets() local 1193 if ((mountpoints = zfs_alloc(hdl, in zpool_disable_datasets() 1205 if ((ptr = zfs_realloc(hdl, mountpoints, in zpool_disable_datasets() 1209 mountpoints = ptr; in zpool_disable_datasets() 1221 if ((mountpoints[used] = zfs_strdup(hdl, in zpool_disable_datasets() 1239 qsort(mountpoints, used, sizeof (char *), mountpoint_compare); in zpool_disable_datasets() 1248 if (is_shared(hdl, mountpoints[i], *curr_proto) && in zpool_disable_datasets() 1249 unshare_one(hdl, mountpoints[i], in zpool_disable_datasets() 1250 mountpoints[i], *curr_proto) != 0) in zpool_disable_datasets() 1260 if (unmount_one(hdl, mountpoints[i], flags) != 0) in zpool_disable_datasets() [all …]
|
/titanic_50/usr/src/cmd/hal/tools/ |
H A D | Makefile | 45 hal-storage-cleanup-all-mountpoints 122 hal-storage-cleanup-all-mountpoints: hal-storage-cleanup-all-mountpoints.c \ 124 $(LINK.c) hal-storage-cleanup-all-mountpoints.c \
|
/titanic_50/usr/src/pkg/manifests/ |
H A D | service-hal.mf | 125 file path=usr/lib/hal/hal-storage-cleanup-all-mountpoints mode=0555
|
/titanic_50/usr/src/uts/common/os/ |
H A D | priv_defs | 402 latter only for autofs mountpoints.
|
/titanic_50/usr/src/grub/grub-0.97/docs/ |
H A D | grub.info-1 | 592 anything about mountpoints at all. Thus, you need to run `grub-install'
|
H A D | grub.texi | 656 doesn't know anything about mountpoints at all. Thus, you need to run
|
H A D | grub.info | 593 anything about mountpoints at all. Thus, you need to run `grub-install'
|
/titanic_50/ |
H A D | .gitignore | 1389 usr/src/cmd/hal/tools/hal-storage-cleanup-all-mountpoints
|