Lines Matching defs:door
34 #include <door.h>
103 /* nscd door id */
345 (me, "sending kill to door %d\n", fd);
354 (me, "kill request sent to door %d (rc = %d)\n", fd, ret);
405 (me, "start monitoring door %d\n", fd);
410 /* Close door because the other side exited. */
414 (me, "door (%d) monitor exited (rc = %d)\n", fd, ret);
534 * I'm main, or uid from door is not correct,
549 * I'm forker, or uid from door is not correct,
600 (me, "forking door is %d\n", forking_door);
680 (me, "child in slot %d has door %d\n",
845 /* set up the door and server thread pool */
905 /* if no door fd, do nothing */
912 (me, "sending fork request to door %d for slot %d "
923 (me, "fork request sent to door %d for slot %d (rc = %d)\n",
929 (me, "fork request sent to door %d for slot %d failed: "
941 int *door)
952 (me, "getting an alternate door ...\n");
954 /* make sure there is a door to talk to the forker */
957 (me, "no door to talk to the forker\n");
964 /* get door client's credential information */
975 /* get door client's effective uid and effective gid */
1017 (me, "waiting for door (slot = %d, uid = %d, gid = %d)\n",
1035 (me, "door wait timedout (slot = %d)\n",
1050 *door = ch->child_door;
1053 (me, "returning door %d for slot %d, uid %d, gid = %d\n",
1054 *door, ch->child_slot, set2uid, set2gid);
1264 /* get door client's credential information */
1275 /* get door client's effective uid */