Searched refs:REPARSED_DOOR (Results 1 – 3 of 3) sorted by relevance
326 if ((dfd = open(REPARSED_DOOR, O_RDWR|O_CREAT|O_TRUNC, in start_reparsed_svcs()328 syslog(LOG_ERR, "unable to open %s", REPARSED_DOOR); in start_reparsed_svcs()336 (void) fdetach(REPARSED_DOOR); in start_reparsed_svcs()341 if (fattach(doorfd, REPARSED_DOOR) == -1) { in start_reparsed_svcs()342 syslog(LOG_ERR, "Unable to fattach door %s", REPARSED_DOOR); in start_reparsed_svcs()
52 #define REPARSED_DOOR "/var/run/reparsed_door" macro
852 if (door_ki_open(REPARSED_DOOR, &reparsed_door) != 0) { in reparse_door_get_handle()