Searched refs:PICLD_DOOR (Results 1 – 3 of 3) sorted by relevance
914 doorh = open(PICLD_DOOR, O_RDONLY); in daemon_exists()1044 if (stat(PICLD_DOOR, &stbuf) < 0) { in setup_door()1049 newfd = creat(PICLD_DOOR, 0444); in setup_door()1057 if (fattach(door_id, PICLD_DOOR) < 0) { in setup_door()1059 (fdetach(PICLD_DOOR) < 0) || in setup_door()1060 (fattach(door_id, PICLD_DOOR) < 0)) in setup_door()
37 #define PICLD_DOOR "/var/run/picld_door" macro
198 if ((door_handle = open(PICLD_DOOR, O_RDONLY)) < 0) { in trysend_req()252 if ((door_handle = open(PICLD_DOOR, O_RDONLY)) < 0) { in picl_initialize()