Searched defs:is_mounted (Results 1 - 9 of 9) sorted by relevance
/illumos-gate/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) { 181 * is_mounted 184 * is_mounted(log_infop, dev) 196 is_mounted(log_info_t *lip, char *dev) function 469 if ((alreadymounted = is_mounted(&li, bdev)) != RL_TRUE) {
|
/illumos-gate/usr/src/cmd/hal/addons/storage/ |
H A D | addon-storage.c | 220 if (libhal_device_get_property_bool (ctx, vol_udi, "volume.is_mounted", &error)) { 239 is_mounted (const char *device_file) function 374 if (is_mounted (device_file)) {
|
/illumos-gate/usr/src/cmd/rmvolmgr/ |
H A D | rmvolmgr.c | 453 boolean_t is_mounted; local 455 if (strcmp(key, "volume.is_mounted") != 0) { 458 is_mounted = libhal_device_get_property_bool(hal_ctx, udi, key, NULL); 463 if (is_mounted) { 548 "volume.is_mounted", NULL)) { 586 "volume.is_mounted", NULL)) {
|
/illumos-gate/usr/src/cmd/hal/probing/storage/ |
H A D | probe-storage.c | 46 is_mounted (const char *device_file) function
|
/illumos-gate/usr/src/lib/lvm/libmeta/common/ |
H A D | meta_trans.c | 616 bool_t is_mounted = FALSE; local 653 is_mounted = (meta_check_inuse(sp, 667 if (is_mounted) { 710 is_mounted = (meta_check_inuse(sp, 724 if (is_mounted) { 730 if (is_mounted) { 747 if (is_mounted) {
|
/illumos-gate/usr/src/cmd/svr4pkg/libinst/ |
H A D | mntinfo.c | 1338 is_mounted(char *path, uint32_t *fsys_value) function
|
/illumos-gate/usr/src/lib/libzfs/common/ |
H A D | libzfs_mount.c | 271 is_mounted(libzfs_handle_t *zfs_hdl, const char *special, char **where) function 287 return (is_mounted(zhp->zfs_hdl, zfs_get_name(zhp), where));
|
/illumos-gate/usr/src/lib/hal/libhal-storage/common/ |
H A D | libhal-storage.c | 730 dbus_bool_t is_mounted; member in struct:LibHalVolume_s 731 dbus_bool_t is_mounted_read_only; /* TRUE iff is_mounted and r/o fs */ 732 char *mount_point; /* NULL iff !is_mounted */ 733 char *fstype; /* NULL iff !is_mounted or unknown */ 1159 LIBHAL_PROP_EXTRACT_BOOL ("volume.is_mounted", vol->is_mounted); 1575 return volume->is_mounted;
|
/illumos-gate/usr/src/cmd/boot/bootadm/ |
H A D | bootadm.c | 5849 char *is_mounted; local 5877 is_mounted = strtok(flist.head->line, " \t\n"); 5878 INJECT_ERROR1("Z_MOUNT_LEG_GET_MOUNTED_STRTOK_YES", is_mounted = "yes"); 5879 INJECT_ERROR1("Z_MOUNT_LEG_GET_MOUNTED_STRTOK_NO", is_mounted = "no"); 5880 if (strcmp(is_mounted, "no") != 0) { 5942 char *is_mounted; local 5998 is_mounted = strtok(flist.head->line, " \t\n"); 5999 INJECT_ERROR1("Z_MOUNT_TOP_NONLEG_GET_MOUNTED_YES", is_mounted = "yes"); 6000 INJECT_ERROR1("Z_MOUNT_TOP_NONLEG_GET_MOUNTED_NO", is_mounted = "no"); 6001 if (strcmp(is_mounted, "n [all...] |
Completed in 516 milliseconds