Searched refs:is_zfs (Results 1 - 10 of 10) sorted by relevance
/illumos-gate/usr/src/cmd/boot/installboot/sparc/ |
H A D | installboot.h | 64 #define is_zfs(type) (type == TARGET_IS_ZFS) macro
|
H A D | installboot.c | 117 if (!is_zfs(device->type)) { 152 if (!is_zfs(device->type)) { 275 if (!is_zfs(device->type)) 345 if (!is_zfs(device->type)) 436 if (!is_zfs(device->type)) { 629 if (do_version && !is_zfs(install_data.device.type)) { 699 if (!is_zfs(device->type)) {
|
/illumos-gate/usr/src/cmd/halt/ |
H A D | halt.c | 723 get_zfs_bootfs_arg(const char *arg, const char ** fpth, int *is_zfs, argument 740 *is_zfs = 0; 753 *is_zfs = strcmp(MNTTYPE_ZFS, mnt.mnt_fstype) == 0; 763 if (!*is_zfs) 824 validate_unix(char *arg, int *mplen, int *is_zfs, char *bootfs_arg) argument 855 if (get_zfs_bootfs_arg(arg, &location, is_zfs, bootfs_arg) != 0) 863 * Clear bootfs_arg and is_zfs flag. 866 *is_zfs = 0; 998 int is_zfs = 0; local 1181 if (validate_unix(unixfile, &mplen, &is_zfs, [all...] |
/illumos-gate/usr/src/cmd/boot/bootadm/ |
H A D | bootadm.h | 228 extern int is_zfs(char *);
|
H A D | bootadm_loader.c | 387 if (!is_zfs(menu_root)) { 540 assert((is_zfs(menu_root)) ^ (pool == NULL));
|
H A D | bootadm.c | 1372 if (is_zfs(menu_root)) { 1526 assert((is_zfs(menu_root)) ^ (pool == NULL)); 3309 if (!is_zfs(root)) 3981 is_zfs(char *root) function 3985 const char *fcn = "is_zfs()"; 4125 if (bam_smf_check && !bam_root_readonly && !is_zfs(root)) 8238 if (is_zfs(menu_root)) { 8735 ret1 = is_zfs(osroot); 8736 ret2 = is_zfs(menu_root);
|
/illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/ |
H A D | srvsvc_svc.c | 2970 boolean_t renamed = B_FALSE, is_zfs = B_FALSE; local 2988 is_zfs = B_TRUE; 2997 if (is_zfs) 3008 if (is_zfs) 3018 if (is_zfs) {
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | dumpsubr.c | 1256 boolean_t is_zfs = B_FALSE; local 1267 is_zfs = (getmajor(vattr.va_rdev) == 1275 if (is_zfs &&
|
/illumos-gate/usr/src/cmd/zoneadm/ |
H A D | zoneadm.c | 3978 boolean_t is_zfs = B_FALSE; local 4118 is_zfs = B_TRUE; 4218 if (is_zfs) { 4263 if (!is_zfs && !fast) {
|
/illumos-gate/usr/src/uts/common/io/comstar/lu/stmf_sbd/ |
H A D | sbd.c | 3519 int is_zfs = 0; local 3522 is_zfs = 1; 3524 return (is_zfs);
|
Completed in 128 milliseconds