Home
last modified time | relevance | path

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

123

/titanic_50/usr/src/cmd/tip/aculib/
H A Dv3451.c34 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_50/usr/src/cmd/lp/cmd/lpsched/
H A Dvalidate.c551 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 Dnotify.c97 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 Dvalidate.h53 char * slow; member
H A Dfiles.c159 if (rp->slow) in rmfiles()
160 fdprintf(fd, "x %s\n", rp->slow); in rmfiles()
226 if (rp->slow) in rmfiles()
H A Dpickfilter.c280 pc->slow = 0; in pickfilter()
473 pc->slow = pipes[0]; in pickfilter()
H A Dnodes.h163 char *slow; member
H A Drequeue.c252 && (prs->slow || prs->fast) in qchk_filter()
/titanic_50/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.c51 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_50/usr/src/cmd/sendmail/db/os/
H A Dos_rw.c42 goto slow;
48 goto slow;
55 slow:
/titanic_50/usr/src/lib/libc/port/locale/
H A Dengine.c46 #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_50/usr/src/uts/common/os/
H A Dip_cksum.c125 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_50/usr/src/lib/krb5/plugins/kdb/db2/libdb2/recno/
H A Drec_open.c135 slow: if ((t->bt_rfp = fdopen(rfd, "rb")) == NULL)
177 goto slow;
184 goto slow;
/titanic_50/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
/titanic_50/usr/src/cmd/picl/plugins/sun4u/lw2plus/fcal_leds/
H A Dfcal_leds.conf60 slow-poll: 59
/titanic_50/usr/src/cmd/lp/filter/postscript/filtdesc/
H A Dpostpages.fd32 Filter type: slow
H A Dpostreverse.fd28 Filter type: slow
H A Dcatv.fd32 Filter type: slow
H A Dpr.fd32 Filter type: slow
H A Ddpost.fd28 Filter type: slow
H A Dpostprint.fd32 Filter type: slow
/titanic_50/usr/src/cmd/ssh/doc/
H A DWARNING.RNG46 1. It is slow.
57 the real slow-downs.
/titanic_50/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