Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsockcommon_subr.c408 proc = prfind_zone(so->so_pgrp, so->so_zoneid); in socket_sendsig()
430 proc = pgfind_zone(pgrp, so->so_zoneid); in socket_sendsig()
2238 VERIFY(cur->so_zoneid == orig->so_zoneid); in so_integrity_check()
H A Dsocksubr.c1803 if (so->so_count != 0 && so->so_zoneid == myzoneid) { in sockfs_update()
1841 if (so->so_count == 0 || so->so_zoneid != myzoneid) { in sockfs_snapshot()
1865 psi->si_szoneid = so->so_zoneid; in sockfs_snapshot()
H A Dsockcommon.c592 so->so_zoneid = getzoneid(); in sonode_init()
/illumos-gate/usr/src/uts/common/sys/
H A Dsocketvar.h201 zoneid_t so_zoneid; /* opener's zoneid */ member
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dnet.c842 mdb_printf("%4i\n", so->so_zoneid); in netstat_unix_cb()