Searched refs:doall (Results 1 – 12 of 12) sorted by relevance
/illumos-gate/usr/src/lib/libcurses/screen/ |
H A D | wnoutref.c | 56 bool doall; in wnoutrefresh() local 61 doall = win->_clear; in wnoutrefresh() 125 if (!doall && *bch == _INFINITY) in wnoutrefresh() 128 lo = (doall || *bch == _REDRAW || *bch < minx) ? minx : *bch; in wnoutrefresh() 129 hi = (doall || *bch == _REDRAW || *ech > maxx) ? maxx : *ech; in wnoutrefresh()
|
/illumos-gate/usr/src/cmd/rpcsvc/ |
H A D | rwall.c | 59 static void doall(void); 139 doall(); in main() 172 doall(void) in doall() function
|
/illumos-gate/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()
|
/illumos-gate/usr/src/cmd/logins/ |
H A D | logins.c | 1273 int doall; /* Are all logins to be reported */ in main() local 1688 doall = !(s_seen || u_seen || p_seen || d_seen || l_seen || g_seen); in main() 1690 if (doall || s_seen || u_seen || p_seen || l_seen || g_seen) { in main() 1699 if (doall) { in main()
|
/illumos-gate/usr/src/cmd/od/ |
H A D | od.c | 551 boolean_t doall = B_FALSE; in main() local 661 doall = B_TRUE; in main() 872 if ((!first) && (buffer.navail >= blocksize) && (!doall)) { in main()
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ |
H A D | finger.c | 182 void doall(void); 256 doall(); in main() 269 doall(void) in doall() function
|
/illumos-gate/usr/src/lib/libzfs/common/ |
H A D | libzfs_sendrecv.c | 1016 boolean_t seenfrom, seento, replicate, doall, fromorigin; member 1335 if (!sdd->doall && !isfromsnap && !istosnap) { in dump_snapshot() 1910 if (flags->replicate || flags->doall || flags->props || in zfs_send() 2018 sdd.doall = flags->doall; in zfs_send() 2049 (flags->doall || flags->replicate)) { in zfs_send() 2131 if (!flags->dryrun && (flags->replicate || flags->doall || in zfs_send()
|
H A D | libzfs.h | 639 boolean_t doall; member
|
/illumos-gate/usr/src/uts/common/vm/ |
H A D | vm_pagelist.c | 2450 int doall = interleaved_mnodes || mnode < 0; in page_freelist_coalesce_all() local 2451 int mlo = doall ? 0 : mnode; in page_freelist_coalesce_all() 2452 int mhi = doall ? max_mem_nodes : (mnode + 1); in page_freelist_coalesce_all()
|
/illumos-gate/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) ||
|
/illumos-gate/usr/src/cmd/ndmpd/ndmp/ |
H A D | ndmpd_zfs.c | 638 flags.doall = B_TRUE; in ndmpd_zfs_backup_send_read()
|
/illumos-gate/usr/src/cmd/zfs/ |
H A D | zfs_main.c | 4043 flags.doall = B_TRUE; in zfs_do_send() 4179 if (flags.replicate || flags.doall || flags.props || in zfs_do_send() 4259 flags.doall = B_TRUE; in zfs_do_send()
|