Searched defs:slow (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/cmd/lp/cmd/lpsched/
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.h53 char * slow; member in struct:candidate
H A Dnodes.h74 #define EX_SLOWF 2 /* exec slow filter for ex.request */
163 char *slow; member in struct:rstat_node
/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/lib/libtsol/common/
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)) {
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))) {
/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/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);

Completed in 114 milliseconds