Searched refs:getzoneid (Results 1 - 10 of 10) sorted by relevance

/freebsd-13-stable/sys/contrib/openzfs/lib/libspl/os/linux/
H A Dzone.c29 getzoneid() function
/freebsd-13-stable/sys/contrib/openzfs/lib/libspl/include/
H A Dzone.h38 extern zoneid_t getzoneid(void);
/freebsd-13-stable/sys/contrib/openzfs/lib/libspl/os/freebsd/
H A Dzone.c36 getzoneid(void) function
/freebsd-13-stable/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_changelist.c122 if (getzoneid() == GLOBAL_ZONEID && cn->cn_zoned)
213 if (getzoneid() == GLOBAL_ZONEID && cn->cn_zoned)
464 if (getzoneid() == GLOBAL_ZONEID && cn->cn_zoned)
539 if (getzoneid() == GLOBAL_ZONEID && cn->cn_zoned)
H A Dlibzfs_dataset.c1389 if (getzoneid() == GLOBAL_ZONEID) {
1406 } else if (getzoneid() != GLOBAL_ZONEID) {
1982 if (prop == ZFS_PROP_MOUNTPOINT && getzoneid() == GLOBAL_ZONEID &&
3106 if (zoned && getzoneid() == GLOBAL_ZONEID)
3110 if (zoned && getzoneid() == GLOBAL_ZONEID)
3123 if (zoned && getzoneid() == GLOBAL_ZONEID)
3447 if (getzoneid() != GLOBAL_ZONEID && !is_zoned) {
4467 if (getzoneid() == GLOBAL_ZONEID &&
H A Dlibzfs_mount.c254 getzoneid() == GLOBAL_ZONEID)
1398 zoneid_t zoneid = getzoneid();
/freebsd-13-stable/sys/contrib/openzfs/include/sys/
H A Dzfs_context.h726 extern zoneid_t getzoneid(void);
/freebsd-13-stable/contrib/libpcap/
H A Dpcap-bpf.c1710 if ((ifr.lifr_zoneid = getzoneid()) == -1) {
1712 errno, "getzoneid()");
/freebsd-13-stable/sys/contrib/openzfs/cmd/zfs/
H A Dzfs_main.c6726 if (zoned && getzoneid() == GLOBAL_ZONEID) {
6735 } else if (!zoned && getzoneid() != GLOBAL_ZONEID) {
/freebsd-13-stable/sys/cddl/contrib/opensolaris/uts/common/dtrace/
H A Ddtrace.c13000 cr != NULL && getzoneid() == crgetzoneid(cr))

Completed in 227 milliseconds