/illumos-gate/usr/src/lib/libc/port/gen/ |
H A D | fattach.c | 37 #pragma weak _fattach = fattach 52 fattach(int fildes, const char *path) function
|
/illumos-gate/usr/src/head/ |
H A D | stropts.h | 62 extern int fattach(int, const char *);
|
H A D | unistd.h | 290 * The following fattach prototype is duplicated in <stropts.h>. The 295 extern int fattach(int, const char *);
|
/illumos-gate/usr/src/cmd/lp/lib/msgs/ |
H A D | mcreate.c | 60 if (fattach(fds[1], path) != 0)
|
/illumos-gate/usr/src/cmd/svc/configd/ |
H A D | maindoor.c | 169 * fattach(3C) will catch any real problems. 178 if (fattach(main_door_fd, doorpath) < 0) { 181 (fattach(main_door_fd, doorpath) < 0)) { 182 perror("fattach");
|
/illumos-gate/usr/src/cmd/picl/plugins/common/piclevent/ |
H A D | piclevent.c | 205 if (fattach(door_id, PICLEVENT_DOOR) < 0) { 207 (fattach(door_id, PICLEVENT_DOOR) < 0)) {
|
/illumos-gate/usr/src/cmd/vscan/vscand/ |
H A D | vs_stats.c | 78 if (fattach(vs_stats_door_fd, VS_STATS_DOOR_NAME) < 0) {
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/bridged/ |
H A D | door.c | 212 if (fattach(door_fd, doorname) == -1) {
|
/illumos-gate/usr/src/cmd/ndmpd/ndmp/ |
H A D | ndmpd_door.c | 98 if (fattach(ndmp_door_fildes, NDMP_DOOR_SVC) < 0) { 99 NDMP_LOG(LOG_DEBUG, "ndmp_door_init: fattach failed %m");
|
/illumos-gate/usr/src/cmd/fs.d/nfs/nfsmapid/ |
H A D | nfsmapid.c | 288 if (fattach(doorfd, NFSMAPID_DOOR) == -1) { 289 syslog(LOG_ERR, "Unable to fattach door: %m\n");
|
/illumos-gate/usr/src/lib/librcm/ |
H A D | librcm_event.c | 357 if (fattach(service_door, door_name) != 0) { 361 * file while we are fattach'ing. Since librcm, in the 364 * door_call etc.) while we are still fattach'ing,
|
/illumos-gate/usr/src/cmd/drd/ |
H A D | drd.c | 248 if (fattach(door_fd, DRD_DOOR_FILE) == -1) { 249 drd_err("failed to fattach door file '%s': %s",
|
/illumos-gate/usr/src/cmd/fs.d/reparsed/ |
H A D | reparsed.c | 341 if (fattach(doorfd, REPARSED_DOOR) == -1) { 342 syslog(LOG_ERR, "Unable to fattach door %s", REPARSED_DOOR);
|
/illumos-gate/usr/src/cmd/fs.d/smbclnt/smbiod/ |
H A D | smbiod.c | 122 if (fattach(door_fd, door_path) < 0) { 123 fprintf(stderr, "%s: fattach failed, %s\n",
|
/illumos-gate/usr/src/cmd/smbsrv/smbd/ |
H A D | smbd_share_doorsvc.c | 100 if (fattach(smb_share_dsrv_fd, door_name) < 0) { 101 syslog(LOG_ERR, "smbd_share_start: fattach: %s",
|
/illumos-gate/usr/src/lib/libnsl/rpc/ |
H A D | svc_door.c | 378 if (fattach(did, rendezvous) < 0) { 380 fattach(did, rendezvous) < 0) { 382 "svc_door_create: fattach failed: %m");
|
/illumos-gate/usr/src/lib/libnwam/common/ |
H A D | libnwam_backend.c | 370 if (fattach(backend_door_fd, NWAM_BACKEND_DOOR_FILE) == -1) {
|
/illumos-gate/usr/src/cmd/dlmgmtd/ |
H A D | dlmgmt_main.c | 156 if (fattach(dlmgmt_door_fd, doorpath) != 0) { 158 dlmgmt_log(LOG_ERR, "fattach(%s) failed: %s", doorpath,
|
/illumos-gate/usr/src/cmd/cmd-inet/lib/ipmgmtd/ |
H A D | ipmgmt_main.c | 194 if (fattach(ipmgmt_door_fd, IPMGMT_DOOR) != 0) {
|
/illumos-gate/usr/src/cmd/fs.d/smbclnt/smbiod-svc/ |
H A D | smbiod-svc.c | 285 if (fattach(door_fd, door_path) < 0) { 286 fprintf(stderr, "%s: fattach failed, %s\n",
|
/illumos-gate/usr/src/cmd/hotplugd/ |
H A D | hotplugd_door.c | 118 if (fattach(door_fd, HOTPLUGD_DOOR) != 0) {
|
/illumos-gate/usr/src/cmd/nscd/ |
H A D | nscd_frontend.c | 1233 if (fattach(fd, NAME_SERVICE_DOOR) < 0) { 1236 (fattach(fd, NAME_SERVICE_DOOR) < 0)) { 1239 (me, "fattach: %s\n", strerror(errnum));
|
/illumos-gate/usr/src/cmd/picl/picld/ |
H A D | picld.c | 1057 if (fattach(door_id, PICLD_DOOR) < 0) { 1060 (fattach(door_id, PICLD_DOOR) < 0))
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/wpad/ |
H A D | wpa_supplicant.c | 615 if (fattach(door_id, doorname) < 0) { 617 (fattach(door_id, doorname) < 0)) {
|
/illumos-gate/usr/src/cmd/ldapcachemgr/ |
H A D | cachemgr.c | 531 if (fattach(did, LDAP_CACHE_DOOR) < 0) { 534 (fattach(did, LDAP_CACHE_DOOR) < 0)) { 535 logit("fattach() call failed\n"); 537 "ldap_cachemgr: fattach() call failed")); 538 perror("fattach");
|