Home
last modified time | relevance | path

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

/netbsd-src/external/cddl/osnet/lib/libzfs/
H A Dzone.c38 getzoneid(void) in getzoneid() function
/netbsd-src/external/cddl/osnet/sys/sys/
H A Dzone.h66 extern int getzoneid(void);
/netbsd-src/external/cddl/osnet/dist/lib/libzfs/common/
H A Dlibzfs_changelist.c120 if (getzoneid() == GLOBAL_ZONEID && cn->cn_zoned) in changelist_prefix()
213 if (getzoneid() == GLOBAL_ZONEID && cn->cn_zoned) in changelist_postfix()
462 if (getzoneid() == GLOBAL_ZONEID && cn->cn_zoned) in change_one()
H A Dlibzfs_dataset.c1201 if (getzoneid() == GLOBAL_ZONEID) { in zfs_valid_proplist()
1218 } else if (getzoneid() != GLOBAL_ZONEID) { in zfs_valid_proplist()
1793 if (prop == ZFS_PROP_MOUNTPOINT && getzoneid() == GLOBAL_ZONEID && in zfs_prop_inherit()
2729 if (zoned && getzoneid() == GLOBAL_ZONEID) in userquota_propname_decode()
2787 if (zoned && getzoneid() == GLOBAL_ZONEID) in userquota_propname_decode()
3071 if (getzoneid() != GLOBAL_ZONEID && !is_zoned) { in check_parents()
4013 if (getzoneid() == GLOBAL_ZONEID && in zfs_rename()
H A Dlibzfs_mount.c258 getzoneid() == GLOBAL_ZONEID) in zfs_is_mountable()
/netbsd-src/external/cddl/osnet/dist/lib/libzpool/common/sys/
H A Dzfs_context.h674 extern zoneid_t getzoneid(void);
/netbsd-src/external/cddl/osnet/dist/cmd/zfs/
H A Dzfs_main.c5865 if (zoned && getzoneid() == GLOBAL_ZONEID) { in share_mount_one()
5874 } else if (!zoned && getzoneid() != GLOBAL_ZONEID) { in share_mount_one()
/netbsd-src/external/cddl/osnet/dist/uts/common/dtrace/
H A Ddtrace.c13288 cr != NULL && getzoneid() == crgetzoneid(cr))