Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/chxge/
H A Dsge.c306 struct cmdQ *Q = &sge->cmdQ[qid]; in sge_data_out() local
589 struct respQ *Q = &sge->respQ; in sge_data_in() local
803 t1_sge_rx(pesge *sge, struct freelQ *Q, unsigned int len, unsigned int offload) in t1_sge_rx()
1017 t1_sge_check_pause(pesge *sge, struct freelQ *Q) in t1_sge_check_pause()
1060 alloc_freelQ_buffers(pesge *sge, struct freelQ *Q) in alloc_freelQ_buffers()
1165 free_cmdQ_buffers(pesge *sge, struct cmdQ *Q, unsigned int credits_pend) in free_cmdQ_buffers()
1293 struct freelQ *Q = &sge->freelQ[i]; in alloc_rx_resources() local
1376 struct cmdQ *Q = &sge->cmdQ[i]; in alloc_tx_resources() local
1529 struct freelQ *Q = &sge->freelQ[i]; in free_rx_resources() local
1553 free_freelQ_buffers(pesge *sge, struct freelQ *Q) in free_freelQ_buffers()
[all …]
/titanic_50/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
/titanic_50/usr/src/lib/libast/common/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
/titanic_50/usr/src/uts/common/sys/1394/adapters/
H A Dhci1394_descriptors.h467 #define HCI1394_GETTAG(Q) (((Q) & DESC_TAG_MASK) >> DESC_TAG_SHIFT) argument
473 #define HCI1394_GETCHAN(Q) (((Q) & PKT_CHAN_MASK) >> \ argument
480 #define HCI1394_GETSY(Q) (((Q) & DESC_PKT_SY_MASK) >> \ argument
486 #define HCI1394_GET_ILEN(Q) (((Q) & DESC_DATALEN_MASK) >> \ argument
/titanic_50/usr/src/lib/libshell/common/data/
H A Dbuiltins.c43 #define Q(f) #f /* libpp cpp workaround -- fixed 2005-04-11 */ macro
/titanic_50/usr/src/cmd/lp/cmd/lpadmin/
H A Doptions.c95 Q = -1, /* queue threshold for alert */ variable
/titanic_50/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DDNSCommon.h161 #define RRTypeAnswersQuestionType(R,Q) ((R)->rrtype == kDNSType_CNAME || (R)->rrtype == (Q) || (Q) … argument
H A DmDNSEmbeddedAPI.h1612 #define Question_uDNS(Q) ((Q)->InterfaceID == mDNSInterface_Unicast || (Q)->ProxyQuestion || \ argument
1622 #define QuerySuppressed(Q) (((Q)->SuppressUnusable && (Q)->SuppressQuery) || ((Q)->DisallowPID)) argument
1624 #define PrivateQuery(Q) ((Q)->AuthInfo && (Q)->AuthInfo->AutoTunnel) argument
1857 #define NextQSendTime(Q) ((Q)->LastQTime + (Q)->ThisQInterval) argument
1858 #define ActiveQuestion(Q) ((Q)->ThisQInterval > 0 && !(Q)->DuplicateOf) argument
1859 #define TimeToSendThisQuestion(Q,time) (ActiveQuestion(Q) && (time) - NextQSendTime(Q) >= 0) argument
H A DmDNS.c10363 #define IsLLQ(Q) ((Q)->LongLived && !mDNSOpaque16IsZero((Q)->TargetQID)) argument
10364 #define IsAWDLIncluded(Q) (((Q)->flags & kDNSServiceFlagsIncludeAWDL) != 0) argument
10903 #define ValidQuestionTarget(Q) (((Q)->Target.type == mDNSAddrType_IPv4 || (Q)->Target.type == mDNSA… argument
H A Duds_daemon.c3083 …#define VALID_MSAD_SRV(Q) ((Q)->qtype == kDNSType_SRV && VALID_MSAD_SRV_TRANSPORT(SecondLabel(&(Q)… in SendAdditionalQuery() argument
/titanic_50/usr/src/cmd/troff/troff.d/
H A Ddraw.c284 Q, move, Xc, Yc; in conicarc() local
/titanic_50/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
/titanic_50/usr/src/cmd/lp/include/
H A Dlp.h56 int Q; /* # requests queued to activate alert */ member
/titanic_50/usr/src/lib/libkmf/ber_der/common/
H A Dclasn1.c2485 BerValue *P, *Q, *G, *Mod, *Exp, *PubKey; in ExtractSPKIData() local
/titanic_50/usr/src/lib/libkmf/plugins/kmf_openssl/common/
H A Dopenssl_spi.c118 static uchar_t Q[] = { 0x00, 0xc7, 0x73, 0x21, 0x8c, 0x73, 0x7e, 0xc8, variable
809 BIGNUM *D = NULL, *P = NULL, *Q = NULL, *COEF = NULL; in readAltFormatPrivateKey() local
/titanic_50/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fc.h265 typedef emlxs_queue_t Q; typedef