Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libcurses/screen/
H A Dwnoutref.c56 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 Drwall.c59 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 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()
/illumos-gate/usr/src/cmd/logins/
H A Dlogins.c1273 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 Dod.c551 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 Dfinger.c182 void doall(void);
256 doall(); in main()
269 doall(void) in doall() function
/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_sendrecv.c1016 boolean_t seenfrom, seento, replicate, doall, fromorigin; member
1334 if (!sdd->doall && !isfromsnap && !istosnap) { in dump_snapshot()
1909 if (flags->replicate || flags->doall || flags->props || in zfs_send()
2017 sdd.doall = flags->doall; in zfs_send()
2048 (flags->doall || flags->replicate)) { in zfs_send()
2130 if (!flags->dryrun && (flags->replicate || flags->doall || in zfs_send()
H A Dlibzfs.h639 boolean_t doall; member
/illumos-gate/usr/src/uts/common/vm/
H A Dvm_pagelist.c2450 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 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) ||
/illumos-gate/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd_zfs.c638 flags.doall = B_TRUE; in ndmpd_zfs_backup_send_read()
/illumos-gate/usr/src/cmd/zfs/
H A Dzfs_main.c4017 flags.doall = B_TRUE; in zfs_do_send()
4153 if (flags.replicate || flags.doall || flags.props || in zfs_do_send()
4233 flags.doall = B_TRUE; in zfs_do_send()