Lines Matching defs:door_path
70 static const char door_path[] = SMBIOD_SVC_DOOR;
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);
340 unlink(door_path);