Lines Matching defs:input
30 * input() is a door server that receives binary audit records and
37 * the process threads. The input thread moves buffers from the pool
95 static thr_data_t in_thr; /* input thread locks and data */
104 static void input(void *, void *, int, door_desc_t *, int);
448 doorfd = door_create((void(*)())input, 0,
457 /* input door server */
895 * policy set, else 1. 0 is also returned if the input is a control
1004 * Link the record buffer to the input queues.
1094 "adjust_priority: input taking a short break\n"));
1097 "adjust_priority: input back from my break\n"));
1102 * input() is a door server; it blocks if any plugins have full queues
1105 * input() is called synchronously from c2audit and is NOT
1110 * timedwait is used when input() gets too far ahead of process();
1116 input(void *cookie, void *argp, int arg_size, door_desc_t *dp,
1130 DPRINT((dbfp, "%d input new buffer: length=%u, "
1146 DPRINT((dbfp, "%d input is calling queue_buffer\n",
1156 "%d input blocked (loop=%d)\n",
1161 DPRINT((dbfp, "%d input unblocked (loop=%d)\n",