/illumos-gate/usr/src/lib/libc/port/gen/ |
H A D | fattach.c | 35 #pragma weak _fattach = fattach 50 fattach(int fildes, const char *path) in fattach() function
|
/illumos-gate/usr/src/cmd/svc/configd/ |
H A D | maindoor.c | 176 if (fattach(main_door_fd, doorpath) < 0) { in setup_main_door() 179 (fattach(main_door_fd, doorpath) < 0)) { in setup_main_door()
|
/illumos-gate/usr/src/cmd/picl/plugins/common/piclevent/ |
H A D | piclevent.c | 203 if (fattach(door_id, PICLEVENT_DOOR) < 0) { in setup_door() 205 (fattach(door_id, PICLEVENT_DOOR) < 0)) { in setup_door()
|
/illumos-gate/usr/src/head/ |
H A D | stropts.h | 62 extern int fattach(int, const char *);
|
H A D | unistd.h | 302 extern int fattach(int, const char *);
|
/illumos-gate/usr/src/cmd/lp/lib/msgs/ |
H A D | mcreate.c | 57 if (fattach(fds[1], path) != 0)
|
/illumos-gate/usr/src/test/util-tests/tests/cpmvln/ |
H A D | mkobj.c | 98 if (fattach(fd, door) != 0) { in main()
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/bridged/ |
H A D | door.c | 212 if (fattach(door_fd, doorname) == -1) { in init_door()
|
/illumos-gate/usr/src/cmd/vscan/vscand/ |
H A D | vs_stats.c | 76 if (fattach(vs_stats_door_fd, VS_STATS_DOOR_NAME) < 0) { in vs_stats_init()
|
/illumos-gate/usr/src/cmd/fs.d/nfs/nfsmapid/ |
H A D | nfsmapid.c | 286 if (fattach(doorfd, NFSMAPID_DOOR) == -1) { in start_svcs()
|
/illumos-gate/usr/src/test/os-tests/tests/ |
H A D | odirectory.c | 112 if (fattach(odir_did, odir_doorpath) != 0) { in odir_setup()
|
/illumos-gate/usr/src/cmd/fs.d/reparsed/ |
H A D | reparsed.c | 346 if (fattach(doorfd, REPARSED_DOOR) == -1) { in start_reparsed_svcs()
|
/illumos-gate/usr/src/cmd/fs.d/smbclnt/smbiod/ |
H A D | smbiod.c | 122 if (fattach(door_fd, door_path) < 0) { in main()
|
/illumos-gate/usr/src/cmd/ndmpd/ndmp/ |
H A D | ndmpd_door.c | 98 if (fattach(ndmp_door_fildes, NDMP_DOOR_SVC) < 0) { in ndmp_door_init()
|
/illumos-gate/usr/src/cmd/smbsrv/smbd/ |
H A D | smbd_share_doorsvc.c | 103 if (fattach(smb_share_dsrv_fd, door_name) < 0) { in smbd_share_start()
|
/illumos-gate/usr/src/cmd/drd/ |
H A D | drd.c | 248 if (fattach(door_fd, DRD_DOOR_FILE) == -1) { in drd_init_door_server()
|
/illumos-gate/usr/src/lib/libnsl/rpc/ |
H A D | svc_door.c | 378 if (fattach(did, rendezvous) < 0) { in svc_door_create() 380 fattach(did, rendezvous) < 0) { in svc_door_create()
|
/illumos-gate/usr/src/lib/librcm/ |
H A D | librcm_event.c | 355 if (fattach(service_door, door_name) != 0) { in create_event_service()
|
/illumos-gate/usr/src/cmd/cmd-inet/lib/ipmgmtd/ |
H A D | ipmgmt_main.c | 195 if (fattach(ipmgmt_door_fd, IPMGMT_DOOR) != 0) { in ipmgmt_door_init()
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/wpad/ |
H A D | wpa_supplicant.c | 615 if (fattach(door_id, doorname) < 0) { in wpa_supplicant_door_setup() 617 (fattach(door_id, doorname) < 0)) { in wpa_supplicant_door_setup()
|
/illumos-gate/usr/src/lib/libnwam/common/ |
H A D | libnwam_backend.c | 370 if (fattach(backend_door_fd, NWAM_BACKEND_DOOR_FILE) == -1) { in nwam_backend_init()
|
/illumos-gate/usr/src/cmd/dlmgmtd/ |
H A D | dlmgmt_main.c | 157 if (fattach(dlmgmt_door_fd, doorpath) != 0) { in dlmgmt_door_attach()
|
/illumos-gate/usr/src/cmd/fs.d/smbclnt/smbiod-svc/ |
H A D | smbiod-svc.c | 285 if (fattach(door_fd, door_path) < 0) { in main()
|
/illumos-gate/usr/src/cmd/nscd/ |
H A D | nscd_frontend.c | 1240 if (fattach(fd, NAME_SERVICE_DOOR) < 0) { in _nscd_setup_server() 1243 (fattach(fd, NAME_SERVICE_DOOR) < 0)) { in _nscd_setup_server()
|
/illumos-gate/usr/src/cmd/picl/picld/ |
H A D | picld.c | 1057 if (fattach(door_id, PICLD_DOOR) < 0) { in setup_door() 1060 (fattach(door_id, PICLD_DOOR) < 0)) in setup_door()
|