Home
last modified time | relevance | path

Searched refs:door_create (Results 1 – 25 of 53) sorted by relevance

123

/titanic_50/usr/src/head/
H A Ddoor.h47 int door_create(door_server_procedure_t *, void *, uint_t);
/titanic_50/usr/src/cmd/vscan/vscand/
H A Dvs_door.c71 if ((vs_door_fd = door_create(vs_door_scan_req, in vs_door_init()
H A Dvs_stats.c73 if ((vs_stats_door_fd = door_create(vs_stats_door_call, in vs_stats_init()
/titanic_50/usr/src/cmd/svc/configd/
H A Dmaindoor.c151 if ((main_door_fd = door_create(main_switcher, REPOSITORY_DOOR_COOKIE, in setup_main_door()
/titanic_50/usr/src/lib/libdoor/common/
H A Dllib-ldoor32 int door_create(void (*)(void *, char *, size_t, door_desc_t *, uint_t),
H A Dmapfile-vers44 door_create { TYPE = FUNCTION };
/titanic_50/usr/src/cmd/picl/plugins/common/piclevent/
H A Dpiclevent.c189 door_id = door_create(event_handler, PICLEVENT_DOOR_COOKIE, in setup_door()
/titanic_50/usr/src/cmd/iscsid/
H A Discsid.c150 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 Dautod_main.c203 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 Ddoor.c203 door_fd = door_create(bridge_door_server, NULL, in init_door()
/titanic_50/usr/src/lib/libc/port/gen/
H A Dklpdlib.c116 p->kd_doorfd = door_create(klpd_door_callback, p, in klpd_create()
/titanic_50/usr/src/cmd/smbsrv/smbd/
H A Dsmbd_share_doorsvc.c74 if ((smb_share_dsrv_fd = door_create(smbd_share_dispatch, in smbd_share_start()
/titanic_50/usr/src/cmd/fs.d/reparsed/
H A Dreparsed.c317 if ((doorfd = door_create(reparsed_doorfunc, NULL, in start_reparsed_svcs()
/titanic_50/usr/src/cmd/fs.d/smbclnt/smbiod/
H A Dsmbiod.c115 door_fd = door_create(iod_dispatch, NULL, in main()
/titanic_50/usr/src/cmd/fs.d/nfs/nfsmapid/
H A Dnfsmapid.c263 if ((doorfd = door_create(nfsmapid_func, NULL, in start_svcs()
/titanic_50/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd_door.c77 if ((ndmp_door_fildes = door_create(ndmp_door_server, in ndmp_door_init()
/titanic_50/usr/src/cmd/drd/
H A Ddrd.c205 if ((door_fd = door_create(drd_door_server, NULL, 0)) == -1) { in drd_init_door_server()
/titanic_50/usr/src/lib/librcm/
H A Dlibrcm_event.c348 if ((service_door = door_create(door_service, (void *)cookie, in create_event_service()
/titanic_50/usr/src/cmd/stmfproxy/stmfproxy/
H A Dstmfproxy.c355 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 Dipmgmt_main.c183 if ((ipmgmt_door_fd = door_create(ipmgmt_handler, NULL, in ipmgmt_door_init()
/titanic_50/usr/src/cmd/dlmgmtd/
H A Ddlmgmt_main.c104 if ((dlmgmt_door_fd = door_create(dlmgmt_handler, NULL, in dlmgmt_door_init()
/titanic_50/usr/src/lib/libnwam/common/
H A Dlibnwam_backend.c363 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 Dsmbiod-svc.c278 door_fd = door_create(svc_dispatch, NULL, in main()
/titanic_50/usr/src/cmd/nscd/
H A Dnscd_frontend.c1169 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 Dpfexecd.c532 doorfd = door_create(callback, NULL, DOOR_REFUSE_DESC); in main()

123