Home
last modified time | relevance | path

Searched refs:is_zfs (Results 1 – 8 of 8) sorted by relevance

/titanic_44/usr/src/cmd/halt/
H A Dhalt.c735 get_zfs_bootfs_arg(const char *arg, const char ** fpth, int *is_zfs, in get_zfs_bootfs_arg() argument
752 *is_zfs = 0; in get_zfs_bootfs_arg()
765 *is_zfs = strcmp(MNTTYPE_ZFS, mnt.mnt_fstype) == 0; in get_zfs_bootfs_arg()
775 if (!*is_zfs) in get_zfs_bootfs_arg()
836 validate_unix(char *arg, int *mplen, int *is_zfs, char *bootfs_arg) in validate_unix() argument
867 if (get_zfs_bootfs_arg(arg, &location, is_zfs, bootfs_arg) != 0) in validate_unix()
878 *is_zfs = 0; in validate_unix()
1010 int is_zfs = 0; in parse_fastboot_args() local
1195 if (validate_unix(unixfile, &mplen, &is_zfs, in parse_fastboot_args()
1223 (void) get_zfs_bootfs_arg("/", &dp, &is_zfs, bootfs_arg); in parse_fastboot_args()
[all …]
/titanic_44/usr/src/cmd/boot/installboot/
H A Dinstallboot.c117 if (!is_zfs(device->type)) { in read_bootblock_from_file()
152 if (!is_zfs(device->type)) { in read_bootblock_from_file()
275 if (!is_zfs(device->type)) in is_update_necessary()
345 if (!is_zfs(device->type)) in prepare_bootblock()
436 if (!is_zfs(device->type)) { in write_bootblock()
629 if (do_version && !is_zfs(install_data.device.type)) { in handle_install()
699 if (!is_zfs(device->type)) { in handle_getinfo()
H A Dinstallboot.h64 #define is_zfs(type) (type == TARGET_IS_ZFS) macro
/titanic_44/usr/src/lib/smbsrv/libmlsvc/common/
H A Dsrvsvc_svc.c2970 boolean_t renamed = B_FALSE, is_zfs = B_FALSE; in srvsvc_sa_modify() local
2988 is_zfs = B_TRUE; in srvsvc_sa_modify()
2997 if (is_zfs) in srvsvc_sa_modify()
3008 if (is_zfs) in srvsvc_sa_modify()
3018 if (is_zfs) { in srvsvc_sa_modify()
/titanic_44/usr/src/cmd/boot/bootadm/
H A Dbootadm.c283 static int is_zfs(char *root);
1073 if (is_zfs(menu_root)) { in bam_menu()
1221 assert((is_zfs(menu_root)) ^ (pool == NULL)); in bam_menu()
2938 if (!is_zfs(root)) in is_be()
3532 is_zfs(char *root) in is_zfs() function
3647 if (bam_smf_check && !bam_root_readonly && !is_zfs(root)) in update_archive()
7379 if (is_zfs(menu_root)) {
7856 ret1 = is_zfs(osroot);
7857 ret2 = is_zfs(menu_root);
/titanic_44/usr/src/uts/common/os/
H A Ddumpsubr.c1281 boolean_t is_zfs = B_FALSE; in dumpfini() local
1292 is_zfs = (getmajor(vattr.va_rdev) == in dumpfini()
1300 if (is_zfs && in dumpfini()
/titanic_44/usr/src/cmd/zoneadm/
H A Dzoneadm.c3976 boolean_t is_zfs = B_FALSE; in move_func() local
4116 is_zfs = B_TRUE; in move_func()
4216 if (is_zfs) { in move_func()
4261 if (!is_zfs && !fast) { in move_func()
/titanic_44/usr/src/uts/common/io/comstar/lu/stmf_sbd/
H A Dsbd.c3519 int is_zfs = 0; in sbd_is_zvol() local
3522 is_zfs = 1; in sbd_is_zvol()
3524 return (is_zfs); in sbd_is_zvol()