Searched defs:door_path (Results 1 - 5 of 5) sorted by relevance
| /illumos-gate/usr/src/lib/libsmbfs/smb/ |
| H A D | iod_cl.c | 65 static char door_path[64]; variable 74 if (door_path[0] == '\0') { 76 x = snprintf(door_path, sizeof (door_path), 78 assert(x <= sizeof (door_path)); 81 return (door_path);
|
| /illumos-gate/usr/src/cmd/fs.d/smbclnt/smbiod/ |
| H A D | smbiod.c | 76 char *env, *door_path = NULL; local 114 door_path = smb_iod_door_path(); 121 fdetach(door_path); 122 if (fattach(door_fd, door_path) < 0) { 124 door_path, strerror(errno)); 173 fdetach(door_path);
|
| /illumos-gate/usr/src/cmd/fs.d/smbclnt/smbiod-svc/ |
| H A D | smbiod-svc.c | 70 static const char door_path[] = SMBIOD_SVC_DOOR; variable 116 if ((fd = open(door_path, O_RDONLY)) < 0) 267 unlink(door_path); 268 tmp_fd = open(door_path, O_RDWR|O_CREAT|O_EXCL, 0644); 270 perror(door_path); 284 fdetach(door_path); 285 if (fattach(door_fd, door_path) < 0) { 287 door_path, strerror(errno)); 317 fdetach(door_path); 336 fdetach(door_path); [all...] |
| /illumos-gate/usr/src/cmd/syseventd/daemons/syseventconfd/ |
| H A D | syseventconfd.c | 721 char door_path[MAXPATHLEN]; local 725 if (snprintf(door_path, sizeof (door_path), "%s/%s", 726 root_dir, SYSEVENTCONFD_SERVICE_DOOR) >= sizeof (door_path)) { 737 handle = sysevent_open_channel_alt(door_path);
|
| /illumos-gate/usr/src/lib/libscf/common/ |
| H A D | lowlevel.c | 234 const char *door_path; local 248 (door_path = getenv(ENV_SCF_DOORPATH)) != NULL && 249 door_path[0] != 0) { 250 default_door_path = strdup(door_path); 252 default_door_path = door_path; 860 if (strcmp(name, "door_path") == 0) { 981 i.sdi_name = (const char *)"door_path";
|
Completed in 95 milliseconds