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

/osnet-11/usr/src/lib/libpicl/
H A Dpicl.c62 static int door_handle = -1; variable
104 * If door_handle is -1, it returns PICL_NOTINITIALIZED.
131 if (door_call(door_handle, dargp) < 0)
197 (void) close(door_handle);
198 if ((door_handle = open(PICLD_DOOR, O_RDONLY)) < 0) {
246 (void) close(door_handle); /* close bad door */
250 * Open picld door and initialize door_handle
252 if ((door_handle = open(PICLD_DOOR, O_RDONLY)) < 0) {
259 (void) close(door_handle);
268 * Decrement the reference count and close the door_handle i
[all...]

Completed in 15 milliseconds