/titanic_41/usr/src/uts/sun4v/io/ |
H A D | drctl_impl.c | 99 up_err = door_ki_upcall_limited(dh, &door_args, NULL, SIZE_MAX, 0); in i_drctl_send()
|
/titanic_41/usr/src/uts/common/io/vscan/ |
H A D | vscan_door.c | 153 if ((err = door_ki_upcall_limited(vscan_door_handle, &arg, in vscan_door_scan_file()
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | door.h | 298 int door_ki_upcall_limited(door_handle_t, door_arg_t *, struct cred *,
|
/titanic_41/usr/src/uts/common/fs/nfs/ |
H A D | nfs4_idmap.c | 381 error = door_ki_upcall_limited(dh, &door_args, NULL, SIZE_MAX, 0); in nfs_idmap_str_uid() 577 error = door_ki_upcall_limited(dh, &door_args, NULL, SIZE_MAX, 0); in nfs_idmap_uid_str() 760 error = door_ki_upcall_limited(dh, &door_args, NULL, SIZE_MAX, 0); in nfs_idmap_str_gid() 957 error = door_ki_upcall_limited(dh, &door_args, NULL, SIZE_MAX, 0); in nfs_idmap_gid_str()
|
H A D | nfs_auth.c | 453 switch (door_ki_upcall_limited(dh, &da, NULL, SIZE_MAX, 0)) { in nfsauth_retrieve()
|
/titanic_41/usr/src/uts/common/fs/dev/ |
H A D | sdev_comm.c | 312 if ((error = door_ki_upcall_limited(sdev_upcall_door, &darg, in sdev_ki_call_devfsadmd()
|
/titanic_41/usr/src/uts/common/fs/smbsrv/ |
H A D | smb_kdoor.c | 247 if ((rc = door_ki_upcall_limited(sv->sv_kdoor_hd, &door_arg, in smb_kdoor_upcall_private()
|
H A D | smb_kshare.c | 155 error = door_ki_upcall_limited(dhdl, &doorarg, NULL, SIZE_MAX, 0); in smb_kshare_upcall()
|
/titanic_41/usr/src/uts/common/io/net80211/ |
H A D | net80211.c | 176 if (door_ki_upcall_limited(event_door, &darg, NULL, SIZE_MAX, 0) != 0) { in ieee80211_event_thread()
|
/titanic_41/usr/src/uts/common/fs/ |
H A D | fs_subr.c | 926 while ((err = door_ki_upcall_limited(rp_door, &door_args, in reparse_kderef()
|
/titanic_41/usr/src/uts/common/os/ |
H A D | klpd.c | 307 while ((dres = door_ki_upcall_limited(p->klpd_door, &da, NULL, in klpd_do_call()
|
H A D | log_sysevent.c | 224 if ((error = door_ki_upcall_limited(event_door, &darg, NULL, in log_event_upcall()
|
H A D | evchannels.c | 901 if ((error = door_ki_upcall_limited(sdp->sd_door, &darg, in evch_door_deliver()
|
H A D | zone.c | 6415 if ((error = door_ki_upcall_limited(door, &darg, NULL, in zone_ki_call_zoneadmd()
|
/titanic_41/usr/src/uts/common/io/dls/ |
H A D | dls_mgmt.c | 312 if ((err = door_ki_upcall_limited(dh, &darg, zone_kcred(), in i_dls_mgmt_upcall()
|
/titanic_41/usr/src/uts/common/idmap/ |
H A D | idmap_kapi.c | 243 status = door_ki_upcall_limited(dh, arg, NULL, SIZE_MAX, 0); in kidmap_call_door()
|
/titanic_41/usr/src/uts/common/fs/doorfs/ |
H A D | door_sys.c | 3403 return (door_ki_upcall_limited(dh, param, NULL, SIZE_MAX, UINT_MAX)); in door_ki_upcall() 3416 door_ki_upcall_limited(door_handle_t dh, door_arg_t *param, struct cred *cred, in door_ki_upcall_limited() function
|
/titanic_41/usr/src/uts/sparc/ml/ |
H A D | modstubs.s | 827 WSTUB(doorfs, door_ki_upcall_limited, nomod_einval);
|
/titanic_41/usr/src/uts/intel/ia32/ml/ |
H A D | modstubs.s | 908 WSTUB(doorfs, door_ki_upcall_limited, nomod_einval);
|
/titanic_41/usr/src/uts/common/fs/autofs/ |
H A D | auto_subr.c | 454 door_ki_upcall_limited(dh, &door_args, NULL, SIZE_MAX, 0); in auto_calldaemon()
|
/titanic_41/usr/src/uts/common/io/lvm/md/ |
H A D | md_subr.c | 4017 while ((rval = door_ki_upcall_limited(mdmn_door_handle, &da, in mdmn_ksend_message()
|