Searched defs:zptr (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/lib/libresolv2/common/resolv/
H A Dres_update.c98 struct zonegrp *zptr, tgrp; local
126 for (zptr = HEAD(zgrps); zptr != NULL; zptr = NEXT(zptr, z_link))
127 if (ns_samename(tgrp.z_origin, zptr->z_origin) == 1 &&
128 tgrp.z_class == zptr->z_class)
131 if (zptr == NULL) {
132 zptr = malloc(sizeof *zptr);
[all...]
/illumos-gate/usr/src/uts/common/syscall/
H A Dprocessor_bind.c137 cpu_bind_zone(zone_t *zptr, processorid_t bind, processorid_t *obind, argument
149 if (p->p_zone == zptr && !(p->p_flag & SSYS)) {
198 zone_t *zptr; local
309 if ((zptr = zone_find_by_id(id)) == NULL) {
313 ret = cpu_bind_zone(zptr, bind, &obind, &err);
315 zone_rele(zptr);
H A Dpset.c381 pset_bind_zone(zone_t *zptr, psetid_t pset, psetid_t *oldpset, void *projbuf, argument
390 if (pp->p_zone == zptr && !(pp->p_flag & SSYS)) {
540 zone_t *zptr; local
644 if ((zptr = zone_find_by_id(id)) == NULL) {
649 error = pset_bind_zone(zptr, pset, &oldpset, projbuf, zonebuf);
651 zone_rele(zptr);
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_misc.c429 zone_t *zptr; local
460 zptr = zone_find_by_id(zoneid);
461 if (zptr != NULL) {
462 zone_rele(zptr);
/illumos-gate/usr/src/uts/common/os/
H A Dlogsubr.c267 zone_t *zptr = curproc->p_zone; local
286 lzp = zone_getspecific(log_zone_key, zptr);
388 zone_t *zptr = NULL; local
407 } else if ((zptr = zone_find_by_id(zoneid)) == NULL) {
411 lzp = zone_getspecific(log_zone_key, zptr);
422 if (zptr)
423 zone_rele(zptr);
558 zone_t *zptr = NULL; local
569 } else if ((zptr = zone_find_by_id(zoneid)) == NULL) {
574 lzp = zone_getspecific(log_zone_key, zptr);
[all...]
H A Dcred.c1090 crsetzone(cred_t *cr, zone_t *zptr) argument
1096 cr->cr_zone = zptr;
1097 zone_cred_hold(zptr);
/illumos-gate/usr/src/uts/common/fs/proc/
H A Dprcontrol.c2272 zone_t *zptr; local
2279 if ((zptr = zone_find_by_id(zoneid)) == NULL)
2290 crsetzone(newcred, zptr);
2291 zone_rele(zptr);
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_if.c16061 zone_t *zptr; local
16086 if ((zptr = zone_find_by_id(zoneid)) == NULL)
16088 status = zone_status_get(zptr);
16089 zone_rele(zptr);
16165 zone_t *zptr; local
16192 if ((zptr = zone_find_by_id(zoneid)) != NULL) {
16193 status = zone_status_get(zptr);
16194 zone_rele(zptr);

Completed in 105 milliseconds