/titanic_41/usr/src/cmd/fs.d/ufs/roll_log/ |
H A D | roll_log.c | 81 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_41/usr/src/cmd/rmvolmgr/ |
H A D | rmvolmgr.c | 453 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_41/usr/src/lib/lvm/libmeta/common/ |
H A D | meta_trans.c | 616 bool_t is_mounted = FALSE; in mt_l_error_to_action() local 653 is_mounted = (meta_check_inuse(sp, in mt_l_error_to_action() 667 if (is_mounted) { in mt_l_error_to_action() 710 is_mounted = (meta_check_inuse(sp, in mt_l_error_to_action() 724 if (is_mounted) { in mt_l_error_to_action() 730 if (is_mounted) { in mt_l_error_to_action() 747 if (is_mounted) { in mt_l_error_to_action()
|
/titanic_41/usr/src/cmd/hal/addons/storage/ |
H A D | addon-storage.c | 239 is_mounted (const char *device_file) in is_mounted() function 374 if (is_mounted (device_file)) { in main()
|
/titanic_41/usr/src/lib/libzfs/common/ |
H A D | libzfs_mount.c | 205 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 D | libzfs.h | 692 extern boolean_t is_mounted(libzfs_handle_t *, const char *special, char **);
|
H A D | libzfs_diff.c | 672 mounted = is_mounted(di->zhp->zfs_hdl, dsnm, mntpt); in get_mountpoint()
|
H A D | libzfs_pool.c | 3731 mounted = is_mounted(zhp->zpool_hdl, dsname, &mntpnt); in zpool_obj_to_path()
|
/titanic_41/usr/src/cmd/hal/probing/storage/ |
H A D | probe-storage.c | 46 is_mounted (const char *device_file) in is_mounted() function
|
/titanic_41/usr/src/lib/hal/libhal-storage/common/ |
H A D | libhal-storage.c | 730 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_41/usr/src/cmd/svr4pkg/hdrs/ |
H A D | libinst.h | 257 extern int is_mounted __P((char *path, uint32_t *fsys_value));
|
/titanic_41/usr/src/cmd/boot/bootadm/ |
H A D | bootadm.c | 5347 char *is_mounted; local 5374 is_mounted = strtok(flist.head->line, " \t\n"); 5375 INJECT_ERROR1("Z_MOUNT_LEG_GET_MOUNTED_STRTOK_YES", is_mounted = "yes"); 5376 INJECT_ERROR1("Z_MOUNT_LEG_GET_MOUNTED_STRTOK_NO", is_mounted = "no"); 5377 if (strcmp(is_mounted, "no") != 0) { 5434 char *is_mounted; local 5488 is_mounted = strtok(flist.head->line, " \t\n"); 5489 INJECT_ERROR1("Z_MOUNT_TOP_NONLEG_GET_MOUNTED_YES", is_mounted = "yes"); 5490 INJECT_ERROR1("Z_MOUNT_TOP_NONLEG_GET_MOUNTED_NO", is_mounted = "no"); 5491 if (strcmp(is_mounted, "no") != 0) {
|
/titanic_41/usr/src/cmd/svr4pkg/libinst/ |
H A D | mntinfo.c | 1345 is_mounted(char *path, uint32_t *fsys_value) in is_mounted() function
|
/titanic_41/usr/src/cmd/svr4pkg/pkginstall/ |
H A D | instvol.c | 456 if (is_mounted(ept->path, &(ext->fsys_value))) { in instvol()
|