Home
last modified time | relevance | path

Searched refs:slow (Results 1 – 25 of 70) sorted by relevance

123

/illumos-gate/usr/src/cmd/tip/aculib/
H A Dv3451.c32 int slow = number(value(BAUDRATE)) < 1200; in v3451_dialer() local
41 vawrite("I\r", 1 + slow); in v3451_dialer()
42 vawrite("I\r", 1 + slow); in v3451_dialer()
43 vawrite("I\r", 1 + slow); in v3451_dialer()
44 vawrite("\005\r", 2 + slow); in v3451_dialer()
56 vawrite("D\r", 2 + slow); in v3451_dialer()
66 vawrite(phone, 1 + slow); in v3451_dialer()
80 vawrite("\r", 1 + slow); in v3451_dialer()
81 vawrite("\r", 1 + slow); in v3451_dialer()
/illumos-gate/usr/src/cmd/lp/cmd/lpsched/
H A Dvalidate.c552 if (!pc->fast && !pc->slow) in _validate()
727 (best_pc->fast || best_pc->slow) in _validate()
742 if (best_pc->slow) { in _validate()
748 if (!SAME(best_pc->slow, prs->slow)) { in _validate()
771 load_str (&(prs->slow), best_pc->slow); in _validate()
778 unload_str (&(prs->slow)); in _validate()
782 if (prs->request->actions & ACT_FAST && prs->slow) { in _validate()
785 prs->slow, in _validate()
790 Free (prs->slow); in _validate()
792 prs->fast = prs->slow; in _validate()
[all …]
H A Dnotify.c94 notify(register RSTATUS *prs, char *errbuf, int k, int e, int slow) in notify() argument
145 if (slow) in notify()
152 fdprintf(fd, N_Msg[slow? 5 : 6], e); in notify()
154 fdprintf(fd, N_Msg[slow? 7 : 8], k); in notify()
H A Dfiles.c157 if (rp->slow) in rmfiles()
158 fdprintf(fd, "x %s\n", rp->slow); in rmfiles()
224 if (rp->slow) in rmfiles()
H A Dvalidate.h50 char * slow; member
H A Dpickfilter.c279 pc->slow = 0; in pickfilter()
472 pc->slow = pipes[0]; in pickfilter()
H A Dnodes.h163 char *slow; member
H A Drequeue.c252 && (prs->slow || prs->fast) in qchk_filter()
H A Dlpsched.h180 ((PRS)->slow && !((PRS)->request->outcome & RS_FILTERED))
/illumos-gate/usr/src/lib/libtsol/common/
H A Dmisc.c47 static bslabel_t slow, shigh; /* static Admin Low and High SLs */ variable
76 if (!BLTYPE(&slow, SUN_SL_ID)) { in blinset()
79 BSLLOW(&slow); in blinset()
84 (BLEQUAL(label, &slow) || BLEQUAL(label, &shigh))) in blinset()
143 if (!BLTYPE(&slow, SUN_SL_ID)) { in bslvalid()
146 BSLLOW(&slow); in bslvalid()
151 (BLEQUAL(label, &slow) || BLEQUAL(label, &shigh))) { in bslvalid()
H A Dbtos.c49 static bslabel_t slow; /* static admin_low high sensitivity label */ variable
181 if (!BLTYPE(&slow, SUN_SL_ID)) { in bsltos()
184 BSLLOW(&slow); in bsltos()
188 if (BLEQUAL(label, &slow)) { in bsltos()
/illumos-gate/usr/src/cmd/sendmail/db/os/
H A Dos_rw.c42 goto slow;
48 goto slow;
55 slow:
/illumos-gate/usr/src/uts/common/os/
H A Dip_cksum.c124 goto slow; in ip_cksum()
156 goto slow; in ip_cksum()
164 goto slow; in ip_cksum()
173 goto slow; in ip_cksum()
181 slow: in ip_cksum()
/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/recno/
H A Drec_open.c133 slow: if ((t->bt_rfp = fdopen(rfd, "rb")) == NULL)
175 goto slow;
182 goto slow;
/illumos-gate/usr/src/cmd/lp/filter/
H A DMakefile38 PROG = slow.filter
H A Dslow.filter27 ## This routine invokes a slow filter on each of the files in a
35 ## slow.filter prefix file1 file2 ... fileN
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/lw2plus/fcal_leds/
H A Dfcal_leds.conf58 slow-poll: 59
/illumos-gate/usr/src/cmd/lp/filter/postscript/filtdesc/
H A Dcatv.fd32 Filter type: slow
H A Dpostpages.fd32 Filter type: slow
H A Dpostreverse.fd28 Filter type: slow
H A Dpr.fd32 Filter type: slow
H A Ddpost.fd28 Filter type: slow
H A Dpostprint.fd32 Filter type: slow
/illumos-gate/usr/src/test/zfs-tests/tests/functional/grow_replicas/
H A Dgrow_replicas.cfg55 # the size of the disk, and also slow down the test
/illumos-gate/usr/src/test/zfs-tests/tests/functional/grow_pool/
H A Dgrow_pool.cfg54 # the size of the disk, and also slow down the test

123