Searched refs:PICLD_DOOR (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/picl/picld/
H A Dpicld.c914 doorh = open(PICLD_DOOR, O_RDONLY);
1044 if (stat(PICLD_DOOR, &stbuf) < 0) {
1049 newfd = creat(PICLD_DOOR, 0444);
1057 if (fattach(door_id, PICLD_DOOR) < 0) {
1059 (fdetach(PICLD_DOOR) < 0) ||
1060 (fattach(door_id, PICLD_DOOR) < 0))
/illumos-gate/usr/src/lib/libpicl/
H A Dpicl2door.h37 #define PICLD_DOOR "/var/run/picld_door" macro
H A Dpicl.c198 if ((door_handle = open(PICLD_DOOR, O_RDONLY)) < 0) {
252 if ((door_handle = open(PICLD_DOOR, O_RDONLY)) < 0) {

Completed in 97 milliseconds