Home
last modified time | relevance | path

Searched refs:is_mounted (Results 1 – 13 of 13) sorted by relevance

/titanic_44/usr/src/cmd/fs.d/ufs/roll_log/
H A Droll_log.c81 static rl_result_t is_mounted(log_info_t *lip, char *dev);
106 if (is_mounted(&li, bdev) == RL_TRUE) { in rl_roll_log()
196 is_mounted(log_info_t *lip, char *dev) in is_mounted() function
469 if ((alreadymounted = is_mounted(&li, bdev)) != RL_TRUE) { in rl_log_control()
/titanic_44/usr/src/cmd/rmvolmgr/
H A Drmvolmgr.c453 boolean_t is_mounted; in rmm_property_modified() local
458 is_mounted = libhal_device_get_property_bool(hal_ctx, udi, key, NULL); in rmm_property_modified()
463 if (is_mounted) { in rmm_property_modified()
/titanic_44/usr/src/cmd/hal/addons/storage/
H A Daddon-storage.c239 is_mounted (const char *device_file) in is_mounted() function
374 if (is_mounted (device_file)) { in main()
/titanic_44/usr/src/lib/libzfs/common/
H A Dlibzfs_mount.c205 is_mounted(libzfs_handle_t *zfs_hdl, const char *special, char **where) in is_mounted() function
221 return (is_mounted(zhp->zfs_hdl, zfs_get_name(zhp), where)); in zfs_is_mounted()
H A Dlibzfs.h692 extern boolean_t is_mounted(libzfs_handle_t *, const char *special, char **);
H A Dlibzfs_diff.c672 mounted = is_mounted(di->zhp->zfs_hdl, dsnm, mntpt); in get_mountpoint()
H A Dlibzfs_pool.c3724 mounted = is_mounted(zhp->zpool_hdl, dsname, &mntpnt); in zpool_obj_to_path()
/titanic_44/usr/src/cmd/hal/probing/storage/
H A Dprobe-storage.c46 is_mounted (const char *device_file) in is_mounted() function
/titanic_44/usr/src/lib/hal/libhal-storage/common/
H A Dlibhal-storage.c730 dbus_bool_t is_mounted; member
1159 LIBHAL_PROP_EXTRACT_BOOL ("volume.is_mounted", vol->is_mounted); in libhal_volume_from_udi()
1575 return volume->is_mounted; in libhal_volume_is_mounted()
/titanic_44/usr/src/cmd/svr4pkg/hdrs/
H A Dlibinst.h257 extern int is_mounted __P((char *path, uint32_t *fsys_value));
/titanic_44/usr/src/cmd/boot/bootadm/
H A Dbootadm.c5319 char *is_mounted; local
5346 is_mounted = strtok(flist.head->line, " \t\n");
5347 INJECT_ERROR1("Z_MOUNT_LEG_GET_MOUNTED_STRTOK_YES", is_mounted = "yes");
5348 INJECT_ERROR1("Z_MOUNT_LEG_GET_MOUNTED_STRTOK_NO", is_mounted = "no");
5349 if (strcmp(is_mounted, "no") != 0) {
5406 char *is_mounted; local
5460 is_mounted = strtok(flist.head->line, " \t\n");
5461 INJECT_ERROR1("Z_MOUNT_TOP_NONLEG_GET_MOUNTED_YES", is_mounted = "yes");
5462 INJECT_ERROR1("Z_MOUNT_TOP_NONLEG_GET_MOUNTED_NO", is_mounted = "no");
5463 if (strcmp(is_mounted, "no") != 0) {
/titanic_44/usr/src/cmd/svr4pkg/libinst/
H A Dmntinfo.c1345 is_mounted(char *path, uint32_t *fsys_value) in is_mounted() function
/titanic_44/usr/src/cmd/svr4pkg/pkginstall/
H A Dinstvol.c456 if (is_mounted(ept->path, &(ext->fsys_value))) { in instvol()