/titanic_41/usr/src/cmd/tip/aculib/ |
H A D | v3451.c | 34 int slow = number(value(BAUDRATE)) < 1200; in v3451_dialer() local 43 vawrite("I\r", 1 + slow); in v3451_dialer() 44 vawrite("I\r", 1 + slow); in v3451_dialer() 45 vawrite("I\r", 1 + slow); in v3451_dialer() 46 vawrite("\005\r", 2 + slow); in v3451_dialer() 58 vawrite("D\r", 2 + slow); in v3451_dialer() 68 vawrite(phone, 1 + slow); in v3451_dialer() 82 vawrite("\r", 1 + slow); in v3451_dialer() 83 vawrite("\r", 1 + slow); in v3451_dialer()
|
/titanic_41/usr/src/cmd/lp/cmd/lpsched/ |
H A D | validate.c | 551 if (!pc->fast && !pc->slow) in _validate() 726 (best_pc->fast || best_pc->slow) in _validate() 741 if (best_pc->slow) { in _validate() 747 if (!SAME(best_pc->slow, prs->slow)) { in _validate() 770 load_str (&(prs->slow), best_pc->slow); in _validate() 777 unload_str (&(prs->slow)); in _validate() 781 if (prs->request->actions & ACT_FAST && prs->slow) { in _validate() 784 prs->slow, in _validate() 789 Free (prs->slow); in _validate() 791 prs->fast = prs->slow; in _validate() [all …]
|
H A D | notify.c | 97 notify(register RSTATUS *prs, char *errbuf, int k, int e, int slow) in notify() argument 148 if (slow) in notify() 155 fdprintf(fd, N_Msg[slow? 5 : 6], e); in notify() 157 fdprintf(fd, N_Msg[slow? 7 : 8], k); in notify()
|
H A D | validate.h | 53 char * slow; member
|
H A D | files.c | 159 if (rp->slow) in rmfiles() 160 fdprintf(fd, "x %s\n", rp->slow); in rmfiles() 226 if (rp->slow) in rmfiles()
|
H A D | pickfilter.c | 280 pc->slow = 0; in pickfilter() 473 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()
|
/titanic_41/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 | 51 static bslabel_t slow; /* static admin_low high sensitivity label */ variable 183 if (!BLTYPE(&slow, SUN_SL_ID)) { in bsltos() 186 BSLLOW(&slow); in bsltos() 190 if (BLEQUAL(label, &slow)) { in bsltos()
|
/titanic_41/usr/src/cmd/sendmail/db/os/ |
H A D | os_rw.c | 42 goto slow; 48 goto slow; 55 slow:
|
/titanic_41/usr/src/lib/libc/port/locale/ |
H A D | engine.c | 46 #define slow sslow macro 57 #define slow lslow macro 68 #define slow mslow macro 108 static const char *slow(struct match *, const char *, const char *, sopno, 274 endp = slow(m, m->coldp, stop, gf, gl); in matcher() 320 endp = slow(m, m->coldp, endp-1, gf, gl); in matcher() 433 rest = slow(m, sp, stp, ss, es); in dissect() 436 tail = slow(m, rest, stop, es, stopst); in dissect() 446 if (slow(m, sp, rest, ssub, esub) != NULL) { in dissect() 460 rest = slow(m, sp, stp, ss, es); in dissect() [all …]
|
/titanic_41/usr/src/uts/common/os/ |
H A D | ip_cksum.c | 125 goto slow; in ip_cksum() 157 goto slow; in ip_cksum() 165 goto slow; in ip_cksum() 174 goto slow; in ip_cksum() 182 slow: in ip_cksum()
|
/titanic_41/usr/src/lib/krb5/plugins/kdb/db2/libdb2/recno/ |
H A D | rec_open.c | 135 slow: if ((t->bt_rfp = fdopen(rfd, "rb")) == NULL) 177 goto slow; 184 goto slow;
|
/titanic_41/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
|
/titanic_41/usr/src/cmd/picl/plugins/sun4u/lw2plus/fcal_leds/ |
H A D | fcal_leds.conf | 60 slow-poll: 59
|
/titanic_41/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
|
/titanic_41/usr/src/cmd/ssh/doc/ |
H A D | WARNING.RNG | 46 1. It is slow. 57 the real slow-downs.
|
/titanic_41/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
|