/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/tests/ |
H A D | substring.sh | 248 if [[ ${var/+(\w)/Q} != 'Q.462abc %%' ]] 251 if [[ ${var//+(\w)/Q} != 'Q.Q %%' ]] 254 if [[ ${var//+(\S)/Q} != 'Q Q' ]] 370 [[ ${x/*%(()Q${Q})*/\1} == '(-")"-)' ]] || err_exit $M 374 [[ ${x/*%(()Q${Q})*/\1} == '(-\")\"-)' ]] || err_exit $M 376 [[ ${x/*%(()Q${S}Q${Q})*/\1} == $'(-\\\'")\\\'-)' ]] || err_exit $M 378 [[ ${x/*%(()Q${S}Q${Q})*/\1} == $'-(-\\\'")"-)-' ]] || err_exit $M 380 [[ ${x/*%(()Q${S}Q${Q})*/\1} == $'(-\\\'")"\'-)' ]] || err_exit $M 382 [[ ${x/*%(()Q${S}Q${Q})*/\1} == $'(-\\"\')\'\\"-)' ]] || err_exit $M 384 [[ ${x/*%(()Q${S}Q${Q})*/\1} == $'-(-\')\\\'\'-)-' ]] || err_exit $M [all …]
|
/illumos-gate/usr/src/uts/common/io/chxge/ |
H A D | sge.c | 90 static inline uint32_t t1_sge_rx(pesge *sge, freelQ_t *Q, 93 static void t1_sge_check_pause(pesge *sge, struct freelQ *Q); 95 static void alloc_freelQ_buffers(pesge *sge, struct freelQ *Q); 97 static void free_cmdQ_buffers(pesge *sge, cmdQ_t *Q, uint32_t credits_pend); 103 static void free_freelQ_buffers(pesge *sge, struct freelQ *Q); 305 struct cmdQ *Q = &sge->cmdQ[qid]; in sge_data_out() local 307 spinlock_t *qlock = &Q->cq_qlock; in sge_data_out() 309 cmdQ_e *q = Q->cq_entries; in sge_data_out() 313 uint32_t entries_n = Q->cq_entries_n; in sge_data_out() 315 cmdQ_ce_t *cq = Q->cq_centries; in sge_data_out() [all …]
|
/illumos-gate/usr/src/lib/libm/ |
H A D | Makefile.com | 642 ../common/Q/_TBL_atanl.c \ 643 ../common/Q/_TBL_expl.c \ 644 ../common/Q/_TBL_expm1l.c \ 645 ../common/Q/_TBL_logl.c \ 646 ../common/Q/finitel.c \ 647 ../common/Q/isnanl.c \ 648 ../common/Q/__cosl.c \ 649 ../common/Q/__lgammal.c \ 650 ../common/Q/__poly_libmq.c \ 651 ../common/Q/__rem_pio2l.c \ [all …]
|
/illumos-gate/usr/src/cmd/tip/ |
H A D | etc.remote | 5 :dv=/dev/term/b:br#9600:el=^C^S^Q^U^D:ie=%$:oe=^D: 12 :el=^D^U^C^S^Q^O@:du:at=hayes:ie=#$%:oe=^D:br#300:tc=dialers: 14 :el=^D^U^C^S^Q^O@:du:at=hayes:ie=#$%:oe=^D:br#1200:tc=dialers: 16 :el=^D^U^C^S^Q^O@:du:at=hayes:ie=#$%:oe=^D:br#2400:tc=dialers: 18 :el=^D^U^C^S^Q^O@:du:at=hayes:ie=#$%:oe=^D:br#9600:tc=dialers: 20 :el=^D^U^C^S^Q^O@:du:at=hayes:ie=#$%:oe=^D:br#19200:tc=dialers: 22 :el=^Z^U^C^S^Q^O:du:at=hayes:ie=$@:oe=^Z:br#300:tc=dialers: 24 :el=^Z^U^C^S^Q^O:du:at=hayes:ie=$@:oe=^Z:br#1200:tc=dialers:
|
/illumos-gate/usr/src/uts/common/sys/1394/adapters/ |
H A D | hci1394_descriptors.h | 465 #define HCI1394_GETTAG(Q) (((Q) & DESC_TAG_MASK) >> DESC_TAG_SHIFT) argument 471 #define HCI1394_GETCHAN(Q) (((Q) & PKT_CHAN_MASK) >> \ argument 478 #define HCI1394_GETSY(Q) (((Q) & DESC_PKT_SY_MASK) >> \ argument 484 #define HCI1394_GET_ILEN(Q) (((Q) & DESC_DATALEN_MASK) >> \ argument
|
/illumos-gate/usr/src/lib/libm/common/C/ |
H A D | erf.c | 284 double R, S, P, Q, s, y, z, r; in erf() local 314 Q = one + s * (qa1 + s * (qa2 + s * (qa3 + s * (qa4 + in erf() 317 return (erx + P / Q); in erf() 319 return (-erx - P / Q); in erf() 352 double R, S, P, Q, s, y, z, r; in erfc() local 385 Q = one + s * (qa1 + s * (qa2 + s * (qa3 + s * (qa4 + in erfc() 389 return (z - P / Q); in erfc() 391 z = erx + P / Q; in erfc()
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/uwin/ |
H A D | erf.c | 272 double R,S,P,Q,ax,s,y,z,r,fabs(),exp(); variable 294 Q = one+s*(qa1+s*(qa2+s*(qa3+s*(qa4+s*(qa5+s*qa6))))); 296 return (c + P/Q); 298 return (-c - P/Q); 330 double R,S,P,Q,s,ax,y,z,r,fabs(),__exp__D(); variable 358 Q = one+s*(qa1+s*(qa2+s*(qa3+s*(qa4+s*(qa5+s*qa6))))); 360 z = one-c; return z - P/Q; 362 z = c+P/Q; return one+z;
|
/illumos-gate/usr/src/cmd/lp/cmd/lpsched/ |
H A D | daisyforms.c | 150 if ((trigger = pf->alert.Q) <= 0) in check_form_alert() 178 || NALERT.Q != OALERT.Q in check_form_alert() 240 if ((trigger = ppw->alert.Q) <= 0) in check_pwheel_alert() 268 || NALERT.Q != OALERT.Q in check_pwheel_alert()
|
/illumos-gate/usr/src/cmd/lp/cmd/lpadmin/ |
H A D | do_pwheel.c | 159 ppw->alert.Q = 0; 174 ppw->alert.Q = Q;
|
H A D | options.c | 95 Q = -1, /* queue threshold for alert */ variable 431 if (Q != -1) 434 Q = 1; 436 Q = strtol(optarg, &rest, 10); 437 if (Q < 0) { 445 if (Q == 0) {
|
/illumos-gate/usr/src/test/util-tests/tests/awk/tests/ |
H A D | T.sub | 211 x[0-9]+y Q xy xy xy no change 212 x0y Q Q 213 x12y Q Q
|
/illumos-gate/usr/src/cmd/lp/cmd/ |
H A D | lpforms.c | 257 if (alert.Q != -1) in main() 260 alert.Q = 1; in main() 262 alert.Q = strtol(optarg, &rest, 10); in main() 263 if (alert.Q < 0) { in main() 271 if (alert.Q == 0) { in main() 382 && (alert.Q != -1 || alert.W != -1) in main() 606 alert.W = alert.Q = -1; 647 alert.W = alert.Q = -1; 728 && (p_new_alert->W != -1 || p_new_alert->Q != -1) 734 if (p_new_alert->Q != -1) [all …]
|
/illumos-gate/usr/src/cmd/fm/dicts/ |
H A D | DISK.po | 93 # code: DISK-8000-4Q 96 msgid "DISK-8000-4Q.type" 98 msgid "DISK-8000-4Q.severity" 100 msgid "DISK-8000-4Q.description" 102 msgid "DISK-8000-4Q.response" 104 msgid "DISK-8000-4Q.impact" 106 msgid "DISK-8000-4Q.action"
|
H A D | NIC.po | 16 # code: NIC-8000-0Q 19 msgid "NIC-8000-0Q.type" 21 msgid "NIC-8000-0Q.severity" 23 msgid "NIC-8000-0Q.description" 25 msgid "NIC-8000-0Q.response" 27 msgid "NIC-8000-0Q.impact" 29 msgid "NIC-8000-0Q.action"
|
/illumos-gate/usr/src/cmd/lp/lib/lp/ |
H A D | alerts.c | 255 fdprintf(fdout, "%d\n", alertp->Q > 0? alertp->Q : 1); in putalert() 362 alert.Q = atoi(buf); in getalert() 479 if (alertp->Q > 1) in printalert() 483 alertp->Q in printalert()
|
/illumos-gate/usr/src/cmd/sendmail/cf/mailer/ |
H A D | smtp.m4 | 23 define(`_SMTP_QGRP', `ifelse(defn(`SMTP_MAILER_QGRP'),`',`', ` Q=SMTP_MAILER_QGRP,')')dnl 24 define(`_ESMTP_QGRP', `ifelse(defn(`ESMTP_MAILER_QGRP'),`',`', ` Q=ESMTP_MAILER_QGRP,')')dnl 25 define(`_SMTP8_QGRP', `ifelse(defn(`SMTP8_MAILER_QGRP'),`',`', ` Q=SMTP8_MAILER_QGRP,')')dnl 26 define(`_DSMTP_QGRP', `ifelse(defn(`DSMTP_MAILER_QGRP'),`',`', ` Q=DSMTP_MAILER_QGRP,')')dnl 27 define(`_RELAY_QGRP', `ifelse(defn(`RELAY_MAILER_QGRP'),`',`', ` Q=RELAY_MAILER_QGRP,')')dnl
|
/illumos-gate/usr/src/cmd/getopt/ |
H A D | getoptcvt.sh | 82 Q 117 Q
|
/illumos-gate/usr/src/uts/sun4v/ml/ |
H A D | mach_interrupt.S | 460 ldxa [%g4]ASI_QUEUE, %g2 ! %g2 = Q head offset 462 ldxa [%g4]ASI_QUEUE, %g3 ! %g3 = Q tail offset 471 ldxa [%g4]ASI_QUEUE, %g2 ! %g2 = Q head offset 473 ldxa [%g4]ASI_QUEUE, %g3 ! %g3 = Q tail offset 480 add %g6, %g4, %g4 ! %g4 = PA of ER in Q
|
/illumos-gate/usr/src/data/bhyve/kbdlayout/ |
H A D | dk_macbook | 27 'Q',0x7d,0xe0; Q (0x51)
|
H A D | be_acc | 29 'Q',0x1c; Q (0x51)
|
H A D | be | 29 'Q',0x1c; Q (0x51)
|
H A D | fr | 28 'Q',0x1c; Q (0x51)
|
H A D | fr_acc | 28 'Q',0x1c; Q (0x51)
|
H A D | fr_macbook | 31 'Q',0x1c; Q (0x51)
|
/illumos-gate/usr/src/cmd/troff/troff.d/ |
H A D | draw.c | 281 Q, move, Xc, Yc; in conicarc() local 405 Q = 3; in conicarc() 407 Q = (4 + qt - qs) % 4 - 1; in conicarc() 415 while ((Q >= 0) in conicarc() 416 || ((Q > -2) in conicarc() 429 Q--; in conicarc()
|