Home
last modified time | relevance | path

Searched refs:MANAGE_ZFS (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/oamuser/user/
H A Duseradd.dfl34 # The MANAGE_ZFS indicates if ZFS create/destroy operations
37 MANAGE_ZFS=NO
38 #MANAGE_ZFS=YES
H A Dhomedir.c96 (flags & MANAGE_ZFS)) { in create_home()
229 (flags & MANAGE_ZFS)) { in rm_homedir()
298 flags |= MANAGE_ZFS; in get_default_zfs_flags()
H A Dfuncs.h54 #define MANAGE_ZFS 1 macro
H A Dusermod.c513 zfs_flags |= MANAGE_ZFS;
515 zfs_flags &= ~MANAGE_ZFS;
H A Duseradd.c715 zfs_flags |= MANAGE_ZFS;
717 zfs_flags &= ~MANAGE_ZFS;