/titanic_50/usr/src/uts/common/sys/ |
H A D | door.h | 73 typedef struct __door_handle *door_handle_t; /* opaque kernel door handle */ typedef 132 door_handle_t d_handle; 297 int door_ki_upcall(door_handle_t, door_arg_t *); 298 int door_ki_upcall_limited(door_handle_t, door_arg_t *, struct cred *, 302 door_handle_t *); 303 void door_ki_hold(door_handle_t); 304 void door_ki_rele(door_handle_t); 305 int door_ki_open(char *, door_handle_t *); 306 int door_ki_info(door_handle_t, door_info_t *); 307 int door_ki_getparam(door_handle_t, int, size_t *); [all …]
|
H A D | kidmap.h | 147 int idmap_reg_dh(zone_t *zone, door_handle_t dh); 148 int idmap_unreg_dh(zone_t *zone, door_handle_t dh); 154 door_handle_t idmap_get_door(zone_t *zone);
|
H A D | sysevent_impl.h | 367 door_handle_t sd_door; /* Door handle for user delivery */
|
/titanic_50/usr/src/uts/common/syscall/ |
H A D | sidsys.c | 47 door_handle_t dh; in allocids() 88 door_handle_t dh; in idmap_reg() 109 door_handle_t dh = door_ki_lookup(did); in idmap_unreg() 129 door_handle_t dh; in idmap_flush_kcache()
|
/titanic_50/usr/src/lib/smbsrv/libfksmbsrv/common/sys/ |
H A D | kidmap.h | 161 int idmap_reg_dh(zone_t *zone, door_handle_t dh); 162 int idmap_unreg_dh(zone_t *zone, door_handle_t dh); 168 door_handle_t idmap_get_door(zone_t *zone);
|
/titanic_50/usr/src/uts/common/nfs/ |
H A D | nfs4_idmap_impl.h | 79 door_handle_t *nfsidmap_daemon_dh; 101 door_handle_t nfsidmap_daemon_dh;
|
/titanic_50/usr/src/uts/sun4v/io/ |
H A D | drctl_impl.c | 36 static door_handle_t drctl_dh; /* Door for upcalls */ 72 door_handle_t dh = drctl_dh; in i_drctl_send()
|
/titanic_50/usr/src/uts/common/os/ |
H A D | klpd.c | 51 door_handle_t klpd_door; 80 static int klpd_unreg_dh(door_handle_t); 448 door_handle_t dh; in klpd_reg() 576 klpd_unreg_dh(door_handle_t dh) in klpd_unreg_dh() 602 door_handle_t dh; in klpd_unreg() 727 door_handle_t dh; in pfexec_reg() 758 door_handle_t dh; in pfexec_unreg()
|
H A D | evchannels.c | 1244 esp->sd_door = (door_handle_t)dinfo; in evch_chsubscribe() 1295 sdp->sd_door = (door_handle_t)dinfo; in evch_chsubscribe() 2253 door_handle_t dh = door_ki_lookup(d); in evch_usrsubscribe()
|
/titanic_50/usr/src/uts/common/io/scsi/adapters/iscsi/ |
H A D | iscsi_doorclt.c | 53 static door_handle_t iscsi_door_handle; 121 door_handle_t new_handle; in iscsi_door_bind()
|
/titanic_50/usr/src/uts/common/fs/ |
H A D | fs_subr.c | 73 static door_handle_t reparsed_door; 873 static door_handle_t 876 door_handle_t dh; in reparse_door_get_handle() 919 door_handle_t rp_door; in reparse_kderef()
|
/titanic_50/usr/src/uts/common/io/vscan/ |
H A D | vscan_door.c | 43 static door_handle_t vscan_door_handle = NULL;
|
/titanic_50/usr/src/uts/common/fs/nfs/ |
H A D | nfs_cmd.c | 49 door_handle_t nfscmd_dh; 86 door_handle_t dh; in nfscmd_send()
|
H A D | nfs4_idmap.c | 312 door_handle_t dh; in nfs_idmap_str_uid() 525 door_handle_t dh; in nfs_idmap_uid_str() 691 door_handle_t dh; in nfs_idmap_str_gid() 905 door_handle_t dh; in nfs_idmap_gid_str()
|
H A D | nfs_auth.c | 154 door_handle_t mountd_dh; 356 door_handle_t dh; in nfsauth_retrieve()
|
/titanic_50/usr/src/uts/common/inet/nca/ |
H A D | nca.h | 917 door_handle_t hand; /* Door handle (default: NULL) */ 926 #define NOHANDLE ((door_handle_t)-1) 1023 door_handle_t handle; /* The door handle */ 2068 extern door_handle_t nca_downcall_door_hand; 2070 extern door_handle_t nca_httpd_door_hand; 2114 door_handle_t doorhandle; /* door handle or NULL for ncafs */
|
/titanic_50/usr/src/uts/common/idmap/ |
H A D | idmap_kapi.c | 91 door_handle_t door_handle; 126 idmap_reg_dh(zone_t *zone, door_handle_t dh) in idmap_reg_dh() 154 idmap_unreg_dh(zone_t *zone, door_handle_t dh) in idmap_unreg_dh() 199 door_handle_t dh; in kidmap_call_door() 374 door_handle_t 377 door_handle_t dh = NULL; in idmap_get_door()
|
/titanic_50/usr/src/uts/common/fs/doorfs/ |
H A D | door_sys.c | 102 #define FTODH(fp) ((door_handle_t)(fp)) 3401 door_ki_upcall(door_handle_t dh, door_arg_t *param) 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() 3438 door_handle_t *dhp) in door_ki_create() 3464 door_ki_hold(door_handle_t dh) in door_ki_hold() 3474 door_ki_rele(door_handle_t dh) in door_ki_rele() 3482 door_ki_open(char *pathname, door_handle_t *dhp) in door_ki_open() 3509 door_ki_info(door_handle_t dh, struct door_info *dip) in door_ki_info() 3522 door_handle_t 3526 door_handle_t dh; in door_ki_lookup() [all …]
|
/titanic_50/usr/src/uts/common/sys/fs/ |
H A D | autofs.h | 237 door_handle_t fng_autofs_daemon_dh;
|
/titanic_50/usr/src/uts/common/io/comstar/port/pppt/ |
H A D | pppt.h | 227 door_handle_t global_door;
|
/titanic_50/usr/src/uts/common/fs/smbsrv/ |
H A D | smb_kshare.c | 73 door_handle_t 84 smb_kshare_door_fini(door_handle_t dhdl) in smb_kshare_door_fini() 99 smb_kshare_upcall(door_handle_t dhdl, void *arg, boolean_t add_share) in smb_kshare_upcall()
|
/titanic_50/usr/src/uts/common/fs/dev/ |
H A D | sdev_comm.c | 83 static door_handle_t sdev_upcall_door = NULL; /* Door for upcalls */
|
/titanic_50/usr/src/uts/common/io/dls/ |
H A D | dls_mgmt.c | 80 static door_handle_t dls_mgmt_dh = NULL; 260 i_dls_mgmt_door_revoked(door_handle_t dh) in i_dls_mgmt_door_revoked() 285 door_handle_t dh; in i_dls_mgmt_upcall()
|
/titanic_50/usr/src/uts/common/io/net80211/ |
H A D | net80211.c | 148 door_handle_t event_door = NULL; /* Door for upcalls */ in ieee80211_event_thread()
|
/titanic_50/usr/src/uts/common/io/ |
H A D | vcons.c | 443 door_handle_t door; in vt_send_hotkeys()
|