Searched refs:slow (Results 1 - 25 of 32) sorted by relevance

12

/illumos-gate/usr/src/cmd/tip/aculib/
H A Dv3451.c34 int slow = number(value(BAUDRATE)) < 1200; local
43 vawrite("I\r", 1 + slow);
44 vawrite("I\r", 1 + slow);
45 vawrite("I\r", 1 + slow);
46 vawrite("\005\r", 2 + slow);
58 vawrite("D\r", 2 + slow);
68 vawrite(phone, 1 + slow);
82 vawrite("\r", 1 + slow);
83 vawrite("\r", 1 + slow);
/illumos-gate/usr/src/cmd/lp/cmd/lpsched/
H A Dvalidate.h53 char * slow; member in struct:candidate
H A Dnotify.c97 notify(register RSTATUS *prs, char *errbuf, int k, int e, int slow) argument
148 if (slow)
155 fdprintf(fd, N_Msg[slow? 5 : 6], e);
157 fdprintf(fd, N_Msg[slow? 7 : 8], k);
H A Dvalidate.c551 if (!pc->fast && !pc->slow)
726 (best_pc->fast || best_pc->slow)
741 if (best_pc->slow) {
747 if (!SAME(best_pc->slow, prs->slow)) {
770 load_str (&(prs->slow), best_pc->slow);
771 /* Assumption: if there is a slow filter,
777 unload_str (&(prs->slow));
781 if (prs->request->actions & ACT_FAST && prs->slow) {
[all...]
H A Dpickfilter.c280 pc->slow = 0;
473 pc->slow = pipes[0];
H A Dfiles.c159 if (rp->slow)
160 fdprintf(fd, "x %s\n", rp->slow);
222 * filtering. On the other hand, just checking "rp->slow"
226 if (rp->slow)
H A Dnodes.h74 #define EX_SLOWF 2 /* exec slow filter for ex.request */
163 char *slow; member in struct:rstat_node
H A Drequeue.c252 && (prs->slow || prs->fast)
H A Dlpsched.h177 * Request is ready to be slow-filtered:
180 ((PRS)->slow && !((PRS)->request->outcome & RS_FILTERED))
377 extern EXEC **Exec_Slow, /* First slow filter exec */
H A Dexec.c985 if (request->slow)
986 addenv(&envp, "FILTER", request->slow);
1006 * pass the file's pathname to the slow-filters in an
H A Dfncs.c403 if (rsp->slow)
404 Free (rsp->slow);
/illumos-gate/usr/src/cmd/lp/filter/
H A DMakefile38 PROG = slow.filter
/illumos-gate/usr/src/cmd/sendmail/db/os/
H A Dos_rw.c42 goto slow;
48 goto slow;
55 slow:
/illumos-gate/usr/src/lib/libtsol/common/
H A Dmisc.c47 static bslabel_t slow, shigh; /* static Admin Low and High SLs */ variable
69 * Uses slow, shigh.
76 if (!BLTYPE(&slow, SUN_SL_ID)) {
79 BSLLOW(&slow);
84 (BLEQUAL(label, &slow) || BLEQUAL(label, &shigh)))
131 * Uses slow, shigh.
143 if (!BLTYPE(&slow, SUN_SL_ID)) {
146 BSLLOW(&slow);
151 (BLEQUAL(label, &slow) || BLEQUAL(label, &shigh))) {
H A Dbtos.c51 static bslabel_t slow; /* static admin_low high sensitivity label */ variable
141 * Uses ADMIN_HIGH, ADMIN_LOW, shigh, slow.
183 if (!BLTYPE(&slow, SUN_SL_ID)) {
186 BSLLOW(&slow);
190 if (BLEQUAL(label, &slow)) {
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/lw2plus/fcal_leds/
H A Dfcal_leds.conf60 slow-poll: 59
62 # time before reverting to slow poll
/illumos-gate/usr/src/uts/common/os/
H A Dip_cksum.c125 goto slow;
157 goto slow;
165 goto slow;
174 goto slow;
182 slow:
/illumos-gate/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,
188 /* prescreening; this does wonders for this rather slow code */
274 endp = slow(m, m->coldp, stop, gf, gl);
320 endp = slow(m, m->coldp, endp-1, gf, gl);
433 rest = slow(m, sp, stp, ss, es);
436 tail = slow(m, rest, stop, es, stopst);
446 if (slow(
858 slow(struct match *m, const char *start, const char *stop, sopno startst, function
1133 #undef slow macro
[all...]
/illumos-gate/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;
/illumos-gate/usr/src/lib/libc/sparc/gen/
H A Dstrcpy.s163 ! DO NOT remove these NOPs. It will slow down the halfword loop by 15%
/illumos-gate/usr/src/lib/libbc/libc/crt/sparc/
H A Dmisalign.s58 ldub [%o0+3],%o3 ! slow case: load 4 bytes in <o0,o1,o2,o3>
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_acl.c2285 goto slow;
2297 goto slow;
2307 goto slow;
2317 goto slow;
2329 slow:
/illumos-gate/usr/src/lib/libc/sparcv9/gen/
H A Dstrncpy.s337 ! do not remove these pads, loop above may slow down otherwise
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.mpathd/
H A Dmpd_tables.c2083 * Bubble up the slow target to unused
2093 * Bubble up the dead target to slow
2122 struct target *slow = NULL; local
2145 slow = tg;
2153 * Promote the dead_recovered to slow
2169 else if (slow != NULL)
2170 return (slow);
/illumos-gate/usr/src/uts/sparc/v9/ml/
H A Dsparcv9_subr.s1496 brlez,a,pn %g2, 3f ! Use slow path if count <= 0 --

Completed in 94 milliseconds

12