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

/illumos-gate/usr/src/uts/sun4u/io/
H A Diommu.c298 int i, do_flush = 0; local
328 do_flush = 1;
333 if (do_flush)
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dclnt_vc.c166 static int do_flush(struct ct_data *, uint_t);
665 if (do_flush(ct, RPC_CL_BLOCKING_FLUSH) != 0) {
926 res = do_flush(ct, (info == NULL ||
1132 (void) do_flush(ct, RPC_CL_BLOCKING_FLUSH);
1596 (void) do_flush(ct, RPC_CL_BLOCKING_FLUSH);
1619 do_flush(struct ct_data *ct, uint_t flush_mode) function
1693 (void) do_flush(ct, RPC_CL_BESTEFFORT_FLUSH);
1792 (void) do_flush(node->ct, RPC_CL_BLOCKING_FLUSH);
/illumos-gate/usr/src/cmd/idmap/idmap/
H A Didmap.c245 static int do_flush(flag_t *f, int argc, char **argv, cmd_pos_t *pos);
295 do_flush
2753 do_flush(flag_t *f, int argc, char **argv, cmd_pos_t *pos) function
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/
H A Dikeadm.c3156 do_flush(int cmd) function
3372 do_flush(cmd);
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Droute.c280 static void save_route(int argc, char **argv, int do_flush);
1633 * If do_flush is set, the persistent route file is flushed of all routes
1637 save_route(int argc, char **argv, int do_flush) argument
1671 if (!do_flush) {
1675 if (do_flush || rt->ri_cmd == RTM_DELETE) {
1681 if (do_flush) {
/illumos-gate/usr/src/uts/sun4u/starfire/io/
H A Didn_proto.c11171 int do_flush = 0; local
11174 do_flush++;
11176 if (do_flush) {

Completed in 89 milliseconds