Searched refs:is_zfs (Results 1 – 8 of 8) sorted by relevance
/titanic_41/usr/src/cmd/halt/ |
H A D | halt.c | 722 get_zfs_bootfs_arg(const char *arg, const char ** fpth, int *is_zfs, in get_zfs_bootfs_arg() argument 739 *is_zfs = 0; in get_zfs_bootfs_arg() 752 *is_zfs = strcmp(MNTTYPE_ZFS, mnt.mnt_fstype) == 0; in get_zfs_bootfs_arg() 762 if (!*is_zfs) in get_zfs_bootfs_arg() 823 validate_unix(char *arg, int *mplen, int *is_zfs, char *bootfs_arg) in validate_unix() argument 854 if (get_zfs_bootfs_arg(arg, &location, is_zfs, bootfs_arg) != 0) in validate_unix() 865 *is_zfs = 0; in validate_unix() 997 int is_zfs = 0; in parse_fastboot_args() local 1182 if (validate_unix(unixfile, &mplen, &is_zfs, in parse_fastboot_args() 1210 (void) get_zfs_bootfs_arg("/", &dp, &is_zfs, bootfs_arg); in parse_fastboot_args() [all …]
|
/titanic_41/usr/src/cmd/boot/installboot/ |
H A D | installboot.c | 117 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 D | installboot.h | 64 #define is_zfs(type) (type == TARGET_IS_ZFS) macro
|
/titanic_41/usr/src/lib/smbsrv/libmlsvc/common/ |
H A D | srvsvc_svc.c | 2970 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_41/usr/src/cmd/boot/bootadm/ |
H A D | bootadm.c | 285 static int is_zfs(char *root); 1076 if (is_zfs(menu_root)) { in bam_menu() 1224 assert((is_zfs(menu_root)) ^ (pool == NULL)); in bam_menu() 2943 if (!is_zfs(root)) in is_be() 3537 is_zfs(char *root) in is_zfs() function 3675 if (bam_smf_check && !bam_root_readonly && !is_zfs(root)) in update_archive() 7623 if (is_zfs(menu_root)) { 8102 ret1 = is_zfs(osroot); 8103 ret2 = is_zfs(menu_root);
|
/titanic_41/usr/src/uts/common/os/ |
H A D | dumpsubr.c | 1281 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_41/usr/src/cmd/zoneadm/ |
H A D | zoneadm.c | 3976 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_41/usr/src/uts/common/io/comstar/lu/stmf_sbd/ |
H A D | sbd.c | 3519 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()
|