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

/osnet-11/usr/src/lib/libnsl/rpc/
H A Dclnt_vc.c159 static int do_flush(struct ct_data *, uint_t);
656 if (do_flush(ct, RPC_CL_BLOCKING_FLUSH) != 0) {
917 res = do_flush(ct, (info == NULL ||
1122 (void) do_flush(ct, RPC_CL_BLOCKING_FLUSH);
1585 (void) do_flush(ct, RPC_CL_BLOCKING_FLUSH);
1608 do_flush(struct ct_data *ct, uint_t flush_mode) function
1682 (void) do_flush(ct, RPC_CL_BESTEFFORT_FLUSH);
1781 (void) do_flush(node->ct, RPC_CL_BLOCKING_FLUSH);

Completed in 37 milliseconds