/illumos-gate/usr/src/cmd/tip/aculib/ |
H A D | v3451.c | 32 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 D | validate.c | 552 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 D | notify.c | 94 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 D | files.c | 157 if (rp->slow) in rmfiles() 158 fdprintf(fd, "x %s\n", rp->slow); in rmfiles() 224 if (rp->slow) in rmfiles()
|
H A D | validate.h | 50 char * slow; member
|
H A D | pickfilter.c | 279 pc->slow = 0; in pickfilter() 472 pc->slow = pipes[0]; in pickfilter()
|
H A D | nodes.h | 163 char *slow; member
|
H A D | requeue.c | 252 && (prs->slow || prs->fast) in qchk_filter()
|
H A D | lpsched.h | 180 ((PRS)->slow && !((PRS)->request->outcome & RS_FILTERED))
|
/illumos-gate/usr/src/lib/libtsol/common/ |
H A D | misc.c | 47 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 D | btos.c | 49 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 D | os_rw.c | 42 goto slow; 48 goto slow; 55 slow:
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | ip_cksum.c | 124 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 D | rec_open.c | 133 slow: if ((t->bt_rfp = fdopen(rfd, "rb")) == NULL) 175 goto slow; 182 goto slow;
|
/illumos-gate/usr/src/cmd/lp/filter/ |
H A D | Makefile | 38 PROG = slow.filter
|
H A D | slow.filter | 27 ## 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 D | fcal_leds.conf | 58 slow-poll: 59
|
/illumos-gate/usr/src/cmd/lp/filter/postscript/filtdesc/ |
H A D | catv.fd | 32 Filter type: slow
|
H A D | postpages.fd | 32 Filter type: slow
|
H A D | postreverse.fd | 28 Filter type: slow
|
H A D | pr.fd | 32 Filter type: slow
|
H A D | dpost.fd | 28 Filter type: slow
|
H A D | postprint.fd | 32 Filter type: slow
|
/illumos-gate/usr/src/test/zfs-tests/tests/functional/grow_replicas/ |
H A D | grow_replicas.cfg | 55 # the size of the disk, and also slow down the test
|
/illumos-gate/usr/src/test/zfs-tests/tests/functional/grow_pool/ |
H A D | grow_pool.cfg | 54 # the size of the disk, and also slow down the test
|