Home
last modified time | relevance | path

Searched refs:di_attributes (Results 1 – 20 of 20) sorted by relevance

/illumos-gate/usr/src/lib/libtsol/common/
H A Dcall_labeld.c176 real_door.di_attributes); in __call_labeld()
177 if (real_door.di_attributes & DOOR_UNREF) in __call_labeld()
179 if (real_door.di_attributes & DOOR_PRIVATE) in __call_labeld()
181 if (real_door.di_attributes & DOOR_LOCAL) in __call_labeld()
189 if (real_door.di_attributes & DOOR_DELAY) in __call_labeld()
228 if (my_door.di_attributes & DOOR_UNREF) in __call_labeld()
230 if (my_door.di_attributes & DOOR_PRIVATE) in __call_labeld()
232 if (my_door.di_attributes & DOOR_LOCAL) in __call_labeld()
234 if (my_door.di_attributes & DOOR_REVOKED) in __call_labeld()
238 if (my_door.di_attributes & DOOR_RELEASE) in __call_labeld()
[all …]
/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_cache_door.c139 (real_door.di_attributes & DOOR_REVOKED) || in __ns_ldap_trydoorcall_getfd()
161 if (my_door.di_attributes & DOOR_REVOKED) { in __ns_ldap_trydoorcall_getfd()
/illumos-gate/usr/src/lib/libc/port/threads/
H A Ddoor_calls.c771 if (dip->di_attributes & DOOR_NO_DEPLETION_CB) { in door_depletion_cb()
776 } else if (!(dip->di_attributes & DOOR_PRIVCREATE)) { in door_depletion_cb()
780 dip->di_attributes |= DOOR_DEPLETION_CB; in door_depletion_cb()
787 dip->di_attributes |= DOOR_DEPLETION_CB; in door_depletion_cb()
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dgetxby_door.c282 (dp->doori.di_attributes & DOOR_REVOKED) || in _nsc_initdoor_fp()
315 if (my_door.di_attributes & DOOR_REVOKED) { in _nsc_initdoor_fp()
549 (backd->doori.di_attributes & DOOR_REVOKED) || in _nsc_trydoorcall_ext()
/illumos-gate/usr/src/uts/common/sys/
H A Ddoor.h146 door_attr_t di_attributes; /* Attributes associated with door */ member
/illumos-gate/usr/src/uts/common/fs/dev/
H A Dsdev_comm.c396 if ((rv == 0) && info.di_attributes & DOOR_REVOKED) { in sdev_devfsadm_revoked()
/illumos-gate/usr/src/cmd/nscd/
H A Dnscd_door.c58 (doori.di_attributes & DOOR_REVOKED) || in initdoor()
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_cmd.c175 if (di.di_attributes & DOOR_REVOKED) { in nfscmd_send()
H A Dnfs_auth.c513 if (di.di_attributes & DOOR_REVOKED) { in nfsauth_retrieve()
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dclnt_door.c101 if (door_info(did, &info) < 0 || (info.di_attributes & DOOR_REVOKED)) { in clnt_door_create()
/illumos-gate/usr/src/cmd/ldapcachemgr/
H A Dcachemgr.c1435 (my_door.di_attributes & DOOR_REVOKED) ||
1460 if (my_door.di_attributes & DOOR_REVOKED) {
/illumos-gate/usr/src/uts/common/fs/doorfs/
H A Ddoor_sys.c1309 di.di_attributes = (dp->door_flags & DOOR_ATTR_MASK) | in door_server_dispatch()
1630 dip->di_attributes = dp->door_flags & DOOR_ATTR_MASK; in door_info_common()
1632 dip->di_attributes |= DOOR_LOCAL; in door_info_common()
1658 dip->di_attributes |= DOOR_IS_UNREF; in door_info_common()
1667 dip->di_attributes |= DOOR_IS_UNREF; in door_info_common()
/illumos-gate/usr/src/lib/libnwam/common/
H A Dlibnwam_util.c69 (dinfo.di_attributes & DOOR_REVOKED) != 0) { in open_door()
/illumos-gate/usr/src/cmd/picl/picld/
H A Dpicld.c923 if ((dinfo.di_attributes & DOOR_REVOKED) || in daemon_exists()
/illumos-gate/usr/src/cmd/zlogin/
H A Dzlogin.c1473 ((info.di_attributes & DOOR_REVOKED) == 0)) { in start_zoneadmd()
/illumos-gate/usr/src/uts/common/io/dls/
H A Ddls_mgmt.c293 return ((info.di_attributes & DOOR_REVOKED) != 0); in i_dls_mgmt_door_revoked()
/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_api.c1870 dip->di_attributes & DOOR_DEPLETION_CB ? in fmd_doorthr_create()
/illumos-gate/usr/src/cmd/smserverd/
H A Dsmediad.c2787 if (dinfo.di_attributes & DOOR_REVOKED) { in server_exists()
/illumos-gate/usr/src/lib/libzonecfg/common/
H A Dlibzonecfg.c7657 ((info.di_attributes & DOOR_REVOKED) == 0)) { in start_zoneadmd()
7738 ((info.di_attributes & DOOR_REVOKED) == 0)) { in zonecfg_ping_zoneadmd()
/illumos-gate/usr/src/cmd/truss/
H A Dexpound.c3585 attr = info.di_attributes; in show_doorinfo()