Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/os/
H A Dklpd.c731 zone_t *myzone = crgetzone(CRED()); in pfexec_reg() local
746 mutex_enter(&myzone->zone_lock); in pfexec_reg()
747 pfx = klpd_link(pfx, &myzone->zone_pfexecd, B_TRUE); in pfexec_reg()
748 mutex_exit(&myzone->zone_lock); in pfexec_reg()
760 zone_t *myzone = crgetzone(CRED()); in pfexec_unreg() local
767 mutex_enter(&myzone->zone_lock); in pfexec_unreg()
768 pfd = myzone->zone_pfexecd; in pfexec_unreg()
775 mutex_exit(&myzone->zone_lock); in pfexec_unreg()
854 zone_t *myzone = crgetzone(CRED()); in pfexec_call() local
858 mutex_enter(&myzone->zone_lock); in pfexec_call()
[all …]
H A Dzone.c6093 zone_t *zone, *myzone; in zone_list() local
6101 myzone = curproc->p_zone; in zone_list()
6102 if (myzone != global_zone) { in zone_list()
6109 zoneids[0] = myzone->zone_id; in zone_list()
6118 mybslab = label2bslabel(myzone->zone_slabel); in zone_list()
6124 if (zone != myzone && in zone_list()
/titanic_41/usr/src/lib/libnsl/rpc/
H A Dti_opts.c127 static zoneid_t myzone = MIN_ZONEID - 1; /* invalid */ in find_ucred_opt() local
186 if (myzone == MIN_ZONEID - 1) in find_ucred_opt()
187 myzone = getzoneid(); in find_ucred_opt()
190 return (ucred_getzoneid(uc) == myzone ? 0 : -1); in find_ucred_opt()
/titanic_41/usr/src/cmd/rpcbind/
H A Drpcbind.h141 extern zoneid_t myzone;
H A Drpcb_svc_com.c99 zoneid_t myzone; variable
1570 (ucred_getzoneid(uc)) != myzone) { in rpcb_caller_uid()
H A Drpcbind.c258 myzone = getzoneid(); in main()
/titanic_41/usr/src/cmd/tsol/misc/
H A Dtxzonemgr.sh1824 myzone=$(/sbin/zonename)
1825 if [ $myzone != "global" ] ; then
/titanic_41/usr/src/lib/libzonecfg/common/
H A Dlibzonecfg.c5485 char myzone[MAXNAMELEN]; in zone_get_brand() local
5498 if (zone_getattr(myzoneid, ZONE_ATTR_NAME, myzone, in zone_get_brand()
5499 sizeof (myzone)) < 0) in zone_get_brand()
5501 if (!zonecfg_is_scratch(myzone)) { in zone_get_brand()
5502 if (strncmp(zone_name, myzone, MAXNAMELEN) != 0) in zone_get_brand()