Home
last modified time | relevance | path

Searched defs:Q (Results 1 – 17 of 17) sorted by relevance

/illumos-gate/usr/src/uts/common/io/chxge/
H A Dsge.c305 struct cmdQ *Q = &sge->cmdQ[qid]; in sge_data_out() local
588 struct respQ *Q = &sge->respQ; in sge_data_in() local
802 t1_sge_rx(pesge *sge, struct freelQ *Q, unsigned int len, unsigned int offload) in t1_sge_rx()
1015 t1_sge_check_pause(pesge *sge, struct freelQ *Q) in t1_sge_check_pause()
1058 alloc_freelQ_buffers(pesge *sge, struct freelQ *Q) in alloc_freelQ_buffers()
1163 free_cmdQ_buffers(pesge *sge, struct cmdQ *Q, unsigned int credits_pend) in free_cmdQ_buffers()
1291 struct freelQ *Q = &sge->freelQ[i]; in alloc_rx_resources() local
1374 struct cmdQ *Q = &sge->cmdQ[i]; in alloc_tx_resources() local
1527 struct freelQ *Q = &sge->freelQ[i]; in free_rx_resources() local
1551 free_freelQ_buffers(pesge *sge, struct freelQ *Q) in free_freelQ_buffers()
[all …]
/illumos-gate/usr/src/lib/libm/common/C/
H A Derf.c284 double R, S, P, Q, s, y, z, r; in erf() local
352 double R, S, P, Q, s, y, z, r; in erfc() local
/illumos-gate/usr/src/contrib/ast/src/lib/libast/uwin/
H A Derf.c272 double R,S,P,Q,ax,s,y,z,r,fabs(),exp(); variable
330 double R,S,P,Q,s,ax,y,z,r,fabs(),__exp__D(); variable
/illumos-gate/usr/src/uts/common/sys/1394/adapters/
H A Dhci1394_descriptors.h465 #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/contrib/ast/src/cmd/ksh93/data/
H A Dbuiltins.c48 #define Q(f) #f /* libpp cpp workaround -- fixed 2005-04-11 */ macro
/illumos-gate/usr/src/cmd/lp/cmd/lpadmin/
H A Doptions.c95 Q = -1, /* queue threshold for alert */ variable
/illumos-gate/usr/src/tools/smatch/src/
H A DMakefile196 Q := $(V:1=) macro
/illumos-gate/usr/src/contrib/mDNSResponder/mDNSCore/
H A DDNSCommon.h176 #define RRTypeAnswersQuestionType(R,Q) ((R)->rrtype == kDNSType_CNAME || (R)->rrtype == (Q) || (Q) … argument
H A DmDNSEmbeddedAPI.h1518 #define Question_uDNS(Q) ((Q)->IsUnicastDotLocal || (Q)->ProxyQuestion || \ argument
1769 #define NextQSendTime(Q) ((Q)->LastQTime + (Q)->ThisQInterval) argument
1770 #define ActiveQuestion(Q) ((Q)->ThisQInterval > 0 && !(Q)->DuplicateOf) argument
1771 #define TimeToSendThisQuestion(Q,time) (ActiveQuestion(Q) && (time) - NextQSendTime(Q) >= 0) argument
1774 #define FollowCNAMEOptionDNSSEC(Q) !(Q)->DNSSECStatus.enable_dnssec argument
1776 #define FollowCNAMEOptionDNSSEC(Q) mDNStrue argument
H A DmDNS.c10725 #define IsLLQ(Q) ((Q)->LongLived && !mDNSOpaque16IsZero((Q)->TargetQID)) argument
10726 #define AWDLIsIncluded(Q) (((Q)->flags & kDNSServiceFlagsIncludeAWDL) != 0) argument
/illumos-gate/usr/src/cmd/troff/troff.d/
H A Ddraw.c281 Q, move, Xc, Yc; in conicarc() local
/illumos-gate/usr/src/contrib/mDNSResponder/mDNSShared/
H A DClientRequests.c510 #define VALID_MSAD_SRV(Q) ((Q)->qtype == kDNSType_SRV && VALID_MSAD_SRV_TRANSPORT(SecondLabel(&(Q)-… argument
/illumos-gate/usr/src/uts/sun4v/io/
H A Dvdc.c2104 #define Q(_s) case _s : ms = #_s; break; in vdc_decode_tag() macro
2113 #define Q(_s) case _s : ss = #_s; break; in vdc_decode_tag() macro
2122 #define Q(_s) case _s : ses = #_s; break; in vdc_decode_tag() macro
4442 #define Q(_s) (vdcp->state == _s) ? #_s : in vdc_process_msg_thread() macro
/illumos-gate/usr/src/cmd/lp/include/
H A Dlp.h54 int Q; /* # requests queued to activate alert */ member
/illumos-gate/usr/src/lib/libkmf/ber_der/common/
H A Dclasn1.c2485 BerValue *P, *Q, *G, *Mod, *Exp, *PubKey; in ExtractSPKIData() local
/illumos-gate/usr/src/lib/libkmf/plugins/kmf_openssl/common/
H A Dopenssl_spi.c120 static uchar_t Q[] = { 0x00, 0xc7, 0x73, 0x21, 0x8c, 0x73, 0x7e, 0xc8, variable
792 BIGNUM *D = NULL, *P = NULL, *Q = NULL, *COEF = NULL; in readAltFormatPrivateKey() local
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fc.h267 typedef emlxs_queue_t Q; typedef