| /titanic_41/usr/src/lib/libcurses/screen/ |
| H A D | wnoutref.c | 58 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_41/usr/src/cmd/rpcsvc/ |
| H A D | rwall.c | 61 static void doall(void); 141 doall(); in main() 174 doall(void) in doall() function
|
| /titanic_41/usr/src/lib/gss_mechs/mech_krb5/krb5/os/ |
| H A D | an_to_ln.c | 285 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_41/usr/src/cmd/logins/ |
| H A D | logins.c | 1276 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_41/usr/src/cmd/od/ |
| H A D | od.c | 548 boolean_t doall = B_FALSE; in main() local 658 doall = B_TRUE; in main() 869 if ((!first) && (buffer.navail >= blocksize) && (!doall)) { in main()
|
| /titanic_41/usr/src/cmd/cmd-inet/usr.bin/ |
| H A D | finger.c | 178 void doall(void); 252 doall(); in main() 265 doall(void) in doall() function
|
| /titanic_41/usr/src/lib/libzfs/common/ |
| H A D | libzfs_sendrecv.c | 868 boolean_t seenfrom, seento, replicate, doall, fromorigin; member 1165 if (!sdd->doall && !isfromsnap && !istosnap) { in dump_snapshot() 1723 if (flags->replicate || flags->doall || flags->props) { in zfs_send() 1798 sdd.doall = flags->doall; in zfs_send() 1826 (flags->doall || flags->replicate)) { in zfs_send() 1907 if (!flags->dryrun && (flags->replicate || flags->doall || in zfs_send()
|
| H A D | libzfs.h | 573 boolean_t doall; member
|
| /titanic_41/usr/src/lib/lvm/libmeta/common/ |
| H A D | meta_stripe.c | 1925 int doall = ((options & MDCMD_ALLOPTION) ? 1 : 0); in meta_create_stripe() local 2092 (force || doall)) { in meta_create_stripe()
|
| /titanic_41/usr/src/uts/common/vm/ |
| H A D | vm_pagelist.c | 2496 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_41/usr/src/cmd/sendmail/src/ |
| H A D | queue.c | 2476 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_41/usr/src/cmd/ndmpd/ndmp/ |
| H A D | ndmpd_zfs.c | 637 flags.doall = B_TRUE; in ndmpd_zfs_backup_send_read()
|
| /titanic_41/usr/src/cmd/zfs/ |
| H A D | zfs_main.c | 3714 flags.doall = B_TRUE; in zfs_do_send() 3806 if (flags.replicate || flags.doall || flags.props || in zfs_do_send() 3882 flags.doall = B_TRUE; in zfs_do_send()
|