/titanic_44/usr/src/lib/libc/port/gen/ |
H A D | fdetach.c | 37 #pragma weak _fdetach = fdetach 43 fdetach(const char *path) in fdetach() function
|
/titanic_44/usr/src/cmd/fdetach/ |
H A D | fdetach.c | 50 if (fdetach(argv[1]) < 0) { in main()
|
H A D | Makefile | 28 PROG= fdetach
|
/titanic_44/usr/src/cmd/vscan/vscand/ |
H A D | vs_stats.c | 77 (void) fdetach(VS_STATS_DOOR_NAME); in vs_stats_init() 105 (void) fdetach(VS_STATS_DOOR_NAME); in vs_stats_fini()
|
/titanic_44/usr/src/head/ |
H A D | stropts.h | 63 extern int fdetach(const char *);
|
/titanic_44/usr/src/cmd/smbsrv/smbd/ |
H A D | smbd_share_doorsvc.c | 98 (void) fdetach(door_name); in smbd_share_start() 129 (void) fdetach(door_name); in smbd_share_stop()
|
/titanic_44/usr/src/cmd/fs.d/smbclnt/smbiod/ |
H A D | smbiod.c | 121 fdetach(door_path); in main() 173 fdetach(door_path); in main()
|
/titanic_44/usr/src/cmd/ndmpd/ndmp/ |
H A D | ndmpd_door.c | 96 (void) fdetach(NDMP_DOOR_SVC); in ndmp_door_init() 117 (void) fdetach(NDMP_DOOR_SVC); in ndmp_door_fini()
|
/titanic_44/usr/src/cmd/lp/lib/msgs/ |
H A D | mdestroy.c | 51 if (fdetach(md->file) != 0) in mdestroy()
|
/titanic_44/usr/src/cmd/fs.d/smbclnt/smbiod-svc/ |
H A D | smbiod-svc.c | 284 fdetach(door_path); in main() 317 fdetach(door_path); in main() 336 fdetach(door_path); in main()
|
/titanic_44/usr/src/cmd/hotplugd/ |
H A D | hotplugd_door.c | 115 (void) fdetach(HOTPLUGD_DOOR); in door_server_init() 122 (void) fdetach(HOTPLUGD_DOOR); in door_server_init() 140 (void) fdetach(HOTPLUGD_DOOR); in door_server_fini()
|
/titanic_44/usr/src/cmd/cmd-inet/lib/ipmgmtd/ |
H A D | ipmgmt_main.c | 193 (void) fdetach(IPMGMT_DOOR); in ipmgmt_door_init() 213 (void) fdetach(IPMGMT_DOOR); in ipmgmt_door_fini()
|
/titanic_44/usr/src/cmd/svc/configd/ |
H A D | maindoor.c | 180 (fdetach(doorpath) < 0) || in setup_main_door()
|
/titanic_44/usr/src/cmd/picl/plugins/common/piclevent/ |
H A D | piclevent.c | 206 if ((errno != EBUSY) || (fdetach(PICLEVENT_DOOR) < 0) || in setup_door()
|
/titanic_44/usr/src/lib/libnsl/rpc/ |
H A D | svc_door.c | 379 if (errno != EBUSY || fdetach(rendezvous) < 0 || in svc_door_create() 429 (void) fdetach(rendezvous); in svc_door_create() 644 (void) fdetach(xprt->xp_tp); in svc_door_destroy_pvt()
|
/titanic_44/usr/src/cmd/cmd-inet/usr.lib/bridged/ |
H A D | door.c | 211 (void) fdetach(doorname); in init_door()
|
/titanic_44/usr/src/cmd/fs.d/nfs/nfsmapid/ |
H A D | nfsmapid.c | 283 (void) fdetach(NFSMAPID_DOOR); in start_svcs()
|
/titanic_44/usr/src/cmd/fs.d/reparsed/ |
H A D | reparsed.c | 336 (void) fdetach(REPARSED_DOOR); in start_reparsed_svcs()
|
/titanic_44/usr/src/cmd/vt/ |
H A D | vtdaemon.c | 1083 (void) fdetach(vt_door_path); in setup_door() 1089 (void) fdetach(vt_door_path); in setup_door() 1167 (void) fdetach(vt_door_path); in make_daemon_exclusive()
|
/titanic_44/usr/src/cmd/zoneadmd/ |
H A D | zoneadmd.c | 1645 (void) fdetach(zone_door_path); in setup_door() 1650 (void) fdetach(zone_door_path); in setup_door() 1769 (void) fdetach(zone_door_path); in make_daemon_exclusive() 2259 if ((fdetach(zone_door_path) == 0) || (errno != EBUSY)) in main() 2284 (void) fdetach(zone_door_path); in main()
|
/titanic_44/usr/src/lib/libsys/i386/ |
H A D | libsys.list | 26 f 1 fdetach
|
/titanic_44/usr/src/cmd/isns/isnsd/ |
H A D | main.c | 455 (void) fdetach(ISNS_DOOR_NAME); in main()
|
/titanic_44/usr/src/lib/libsysevent/ |
H A D | libsysevent.c | 1997 (void) fdetach(SH_DOOR_NAME(shp)); in sysevent_bind_publisher() 2034 (void) fdetach(SH_DOOR_NAME(shp)); in sysevent_bind_publisher() 2201 (void) fdetach(SH_DOOR_NAME(shp)); in sysevent_bind_subscriber_cmn() 2258 (void) fdetach(SH_DOOR_NAME(shp)); in sysevent_bind_subscriber_cmn() 2500 (void) fdetach(SH_DOOR_NAME(shp)); in sysevent_unbind_subscriber() 2539 (void) fdetach(SH_DOOR_NAME(shp)); in sysevent_unbind_publisher()
|
/titanic_44/usr/src/lib/libsys/sparc/ |
H A D | libsys.list | 26 f 1 fdetach
|
/titanic_44/usr/src/lib/librcm/ |
H A D | librcm_event.c | 356 (void) fdetach(door_name); in create_event_service()
|