Home
last modified time | relevance | path

Searched refs:doall (Results 1 – 12 of 12) sorted by relevance

/titanic_53/usr/src/lib/libcurses/screen/
H A Dwnoutref.c58 bool doall; in wnoutrefresh() local
63 doall = win->_clear; in wnoutrefresh()
127 if (!doall && *bch == _INFINITY) in wnoutrefresh()
130 lo = (doall || *bch == _REDRAW || *bch < minx) ? minx : *bch; in wnoutrefresh()
131 hi = (doall || *bch == _REDRAW || *ech > maxx) ? maxx : *ech; in wnoutrefresh()
/titanic_53/usr/src/cmd/rpcsvc/
H A Drwall.c61 static void doall(void);
141 doall(); in main()
174 doall(void) in doall() function
/titanic_53/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Dan_to_ln.c285 do_replacement(char *regexp, char *repl, int doall, char *in, char *out) in do_replacement() argument
310 if (!doall) { in do_replacement()
321 } while (doall && matched); in do_replacement()
350 if (!doall) { in do_replacement()
361 } while (doall && matched); in do_replacement()
/titanic_53/usr/src/cmd/logins/
H A Dlogins.c1276 int doall; /* Are all logins to be reported */ in main() local
1691 doall = !(s_seen || u_seen || p_seen || d_seen || l_seen || g_seen); in main()
1693 if (doall || s_seen || u_seen || p_seen || l_seen || g_seen) { in main()
1702 if (doall) { in main()
/titanic_53/usr/src/cmd/od/
H A Dod.c548 boolean_t doall = B_FALSE; in main() local
658 doall = B_TRUE; in main()
869 if ((!first) && (buffer.navail >= blocksize) && (!doall)) { in main()
/titanic_53/usr/src/cmd/cmd-inet/usr.bin/
H A Dfinger.c178 void doall(void);
252 doall(); in main()
265 doall(void) in doall() function
/titanic_53/usr/src/lib/libzfs/common/
H A Dlibzfs_sendrecv.c870 boolean_t seenfrom, seento, replicate, doall, fromorigin; member
1167 if (!sdd->doall && !isfromsnap && !istosnap) { in dump_snapshot()
1725 if (flags->replicate || flags->doall || flags->props) { in zfs_send()
1800 sdd.doall = flags->doall; in zfs_send()
1828 (flags->doall || flags->replicate)) { in zfs_send()
1909 if (!flags->dryrun && (flags->replicate || flags->doall || in zfs_send()
H A Dlibzfs.h576 boolean_t doall; member
/titanic_53/usr/src/uts/common/vm/
H A Dvm_pagelist.c2496 int doall = interleaved_mnodes || mnode < 0; in page_freelist_coalesce_all() local
2497 int mlo = doall ? 0 : mnode; in page_freelist_coalesce_all()
2498 int mhi = doall ? max_mem_nodes : (mnode + 1); in page_freelist_coalesce_all()
/titanic_53/usr/src/cmd/sendmail/src/
H A Dqueue.c2476 gatherq(qgrp, qdir, doall, full, more, pnentries) in gatherq() argument
2479 bool doall;
2626 if (doall)
2891 if ((!doall && (shouldqueue(w->w_pri, w->w_ctime) ||
/titanic_53/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd_zfs.c637 flags.doall = B_TRUE; in ndmpd_zfs_backup_send_read()
/titanic_53/usr/src/cmd/zfs/
H A Dzfs_main.c3740 flags.doall = B_TRUE; in zfs_do_send()
3832 if (flags.replicate || flags.doall || flags.props || in zfs_do_send()
3908 flags.doall = B_TRUE; in zfs_do_send()