Lines Matching defs:done

1128  * Nothing can be NULL, and the done event must list at least one buffer
1159 * Single buffer I/O? Skip what we've done so far in this region.
1266 * Nothing can be NULL, and the done event must list at least one buffer
1319 * Single buffer I/O? Skip what we've done so far in this region.
1757 * Exactly what we wanted to write. We're done with this
2549 * Attach to a socket. Caller must explicitly detach when it is done.
2716 * Are there any done events left, or were they all canceled
2756 * in the done event to the one provided, and send it to the task it was
2814 * the done event we want to send. If the list is empty, this is a no-op,
2847 sock->references--; /* the internal event is done with this socket */
2978 * Pull off the done event.
3047 * Fill in the done event details and send it off.
3083 sock->references--; /* the internal event is done with this socket */
3151 sock->references--; /* the internal event is done with this socket */
3211 sock->references--; /* the internal event is done with this socket */
3251 sock->references--; /* the internal event is done with this socket */
3341 isc_boolean_t done = ISC_FALSE;
3373 done = process_ctlfd(manager);
3376 return (done);
3382 isc_boolean_t done = ISC_FALSE;
3420 done = process_ctlfd(manager);
3423 return (done);
3429 isc_boolean_t done = ISC_FALSE;
3456 done = process_ctlfd(manager);
3459 return (done);
3532 isc_boolean_t done;
3557 done = ISC_FALSE;
3558 while (!done) {
3629 done = process_fds(manager, manager->events, cc);
3638 done = process_ctlfd(manager);
3962 * select/poll loop when something internal needs to be done.
4850 * Unlike in read, we don't preallocate a done event here. Every time there
5061 * If connect completed, fire off the done event.
5302 * its done event with status of "ISC_R_CANCELED".