Searched defs:do_reset (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/auditd_plugins/remote/
H A Dtransport.c103 static void do_reset(int *, struct pollfd *, boolean_t);
1035 do_reset(&fds_cnt, recv_fd,
1262 * more detailed information see do_reset(). The reset_transport() also allows
1303 * do_reset() - the own reseting routine called from the recv thread. If the
1307 do_reset(int *fds_cnt, struct pollfd *recv_fd, boolean_t do_signal) function
/illumos-gate/usr/src/uts/common/io/pcn/
H A Dpcn.c830 boolean_t do_reset = B_FALSE; local
854 do_reset = B_TRUE;
865 do_reset = B_TRUE;
871 if (do_reset) {
/illumos-gate/usr/src/uts/common/disp/
H A Dsysdc.c445 uint_t do_reset; local
464 do_reset = initial;
468 do_reset = 1;
470 if (do_reset) {

Completed in 61 milliseconds