/titanic_50/usr/src/head/ |
H A D | door.h | 47 int door_create(door_server_procedure_t *, void *, uint_t);
|
/titanic_50/usr/src/cmd/vscan/vscand/ |
H A D | vs_door.c | 71 if ((vs_door_fd = door_create(vs_door_scan_req, in vs_door_init()
|
H A D | vs_stats.c | 73 if ((vs_stats_door_fd = door_create(vs_stats_door_call, in vs_stats_init()
|
/titanic_50/usr/src/cmd/svc/configd/ |
H A D | maindoor.c | 151 if ((main_door_fd = door_create(main_switcher, REPOSITORY_DOOR_COOKIE, in setup_main_door()
|
/titanic_50/usr/src/lib/libdoor/common/ |
H A D | llib-ldoor | 32 int door_create(void (*)(void *, char *, size_t, door_desc_t *, uint_t),
|
H A D | mapfile-vers | 44 door_create { TYPE = FUNCTION };
|
/titanic_50/usr/src/cmd/picl/plugins/common/piclevent/ |
H A D | piclevent.c | 189 door_id = door_create(event_handler, PICLEVENT_DOOR_COOKIE, in setup_door()
|
/titanic_50/usr/src/cmd/iscsid/ |
H A D | iscsid.c | 150 iscsi_child_door_handle = door_create(iscsi_child_door, NULL, 0); in main() 202 iscsi_kernel_door_handle = door_create(iscsi_kernel_door, NULL, 0); in main()
|
/titanic_50/usr/src/cmd/fs.d/autofs/ |
H A D | autod_main.c | 203 if ((did_fork_exec = door_create(automountd_do_fork_exec, 208 if ((did_exec_map = door_create(automountd_do_exec_map, 918 if ((doorfd = door_create(autofs_doorfunc, NULL, in start_autofs_svcs()
|
/titanic_50/usr/src/cmd/cmd-inet/usr.lib/bridged/ |
H A D | door.c | 203 door_fd = door_create(bridge_door_server, NULL, in init_door()
|
/titanic_50/usr/src/lib/libc/port/gen/ |
H A D | klpdlib.c | 116 p->kd_doorfd = door_create(klpd_door_callback, p, in klpd_create()
|
/titanic_50/usr/src/cmd/smbsrv/smbd/ |
H A D | smbd_share_doorsvc.c | 74 if ((smb_share_dsrv_fd = door_create(smbd_share_dispatch, in smbd_share_start()
|
/titanic_50/usr/src/cmd/fs.d/reparsed/ |
H A D | reparsed.c | 317 if ((doorfd = door_create(reparsed_doorfunc, NULL, in start_reparsed_svcs()
|
/titanic_50/usr/src/cmd/fs.d/smbclnt/smbiod/ |
H A D | smbiod.c | 115 door_fd = door_create(iod_dispatch, NULL, in main()
|
/titanic_50/usr/src/cmd/fs.d/nfs/nfsmapid/ |
H A D | nfsmapid.c | 263 if ((doorfd = door_create(nfsmapid_func, NULL, in start_svcs()
|
/titanic_50/usr/src/cmd/ndmpd/ndmp/ |
H A D | ndmpd_door.c | 77 if ((ndmp_door_fildes = door_create(ndmp_door_server, in ndmp_door_init()
|
/titanic_50/usr/src/cmd/drd/ |
H A D | drd.c | 205 if ((door_fd = door_create(drd_door_server, NULL, 0)) == -1) { in drd_init_door_server()
|
/titanic_50/usr/src/lib/librcm/ |
H A D | librcm_event.c | 348 if ((service_door = door_create(door_service, (void *)cookie, in create_event_service()
|
/titanic_50/usr/src/cmd/stmfproxy/stmfproxy/ |
H A D | stmfproxy.c | 355 if ((drv_door_fd = door_create(doorHandler, NULL, 0)) < 0) { in open_proxy_driver()
|
/titanic_50/usr/src/cmd/cmd-inet/lib/ipmgmtd/ |
H A D | ipmgmt_main.c | 183 if ((ipmgmt_door_fd = door_create(ipmgmt_handler, NULL, in ipmgmt_door_init()
|
/titanic_50/usr/src/cmd/dlmgmtd/ |
H A D | dlmgmt_main.c | 104 if ((dlmgmt_door_fd = door_create(dlmgmt_handler, NULL, in dlmgmt_door_init()
|
/titanic_50/usr/src/lib/libnwam/common/ |
H A D | libnwam_backend.c | 363 backend_door_fd = door_create(nwam_backend_door_server, NULL, in nwam_backend_init()
|
/titanic_50/usr/src/cmd/fs.d/smbclnt/smbiod-svc/ |
H A D | smbiod-svc.c | 278 door_fd = door_create(svc_dispatch, NULL, in main()
|
/titanic_50/usr/src/cmd/nscd/ |
H A D | nscd_frontend.c | 1169 if ((fd = door_create(switcher, NAME_SERVICE_DOOR_COOKIE, in _nscd_setup_server() 1303 if ((fd = door_create(switcher, NAME_SERVICE_DOOR_COOKIE, in _nscd_setup_child_server()
|
/titanic_50/usr/src/cmd/pfexecd/ |
H A D | pfexecd.c | 532 doorfd = door_create(callback, NULL, DOOR_REFUSE_DESC); in main()
|