Home | History | Annotate | Download | only in src

Lines Matching refs:VoidPtr_t

61 Ret_t buildDevInfDevInfContent(XltDecoderPtr_t pDecoder, VoidPtr_t *ppElem);
62 Ret_t buildDevInfCtcap(XltDecoderPtr_t pDecoder, VoidPtr_t *ppElem);
65 Ret_t buildDevInfDevInfCmd(XltDecoderPtr_t pDecoder, VoidPtr_t *ppElem) {
87 rc = buildDevInfDevInfContent(pDecoder, (VoidPtr_t)&pElem);
101 Ret_t buildDevInfDevInfContent(XltDecoderPtr_t pDecoder, VoidPtr_t *ppElem) {
131 rc = buildPCData(pDecoder, (VoidPtr_t)&pElem->verdtd);
134 rc = buildPCData(pDecoder, (VoidPtr_t)&pElem->man);
137 rc = buildPCData(pDecoder, (VoidPtr_t)&pElem->mod);
140 rc = buildPCData(pDecoder, (VoidPtr_t)&pElem->oem);
143 rc = buildPCData(pDecoder, (VoidPtr_t)&pElem->fwv);
146 rc = buildPCData(pDecoder, (VoidPtr_t)&pElem->swv);
149 rc = buildPCData(pDecoder, (VoidPtr_t)&pElem->hwv);
152 rc = buildPCData(pDecoder, (VoidPtr_t)&pElem->devid);
155 rc = buildPCData(pDecoder, (VoidPtr_t)&pElem->devtyp);
158 rc = buildDevInfDataStoreList(pDecoder, (VoidPtr_t)&pElem->datastore);
161 rc = buildDevInfCtcap(pDecoder, (VoidPtr_t)&pElem->ctcap);
164 rc = buildDevInfExtList(pDecoder, (VoidPtr_t)&pElem->ext);
171 rc = buildPCData(pDecoder, (VoidPtr_t)&tmp_ptr);
179 rc = buildPCData(pDecoder, (VoidPtr_t)&tmp_ptr);
187 rc = buildPCData(pDecoder, (VoidPtr_t)&tmp_ptr);
208 Ret_t buildDevInfDataStoreCmd(XltDecoderPtr_t pDecoder, VoidPtr_t *ppElem) {
236 rc = buildPCData(pDecoder, (VoidPtr_t)&pElem->sourceref);
239 rc = buildPCData(pDecoder, (VoidPtr_t)&pElem->displayname);
242 rc = buildPCData(pDecoder, (VoidPtr_t)&pElem->maxguidsize);
245 rc = buildDevInfXmitCmd(pDecoder, (VoidPtr_t)&pElem->rxpref);
248 rc = buildDevInfXmitCmd(pDecoder, (VoidPtr_t)&pElem->txpref);
251 rc = buildDevInfXmitList(pDecoder, (VoidPtr_t)&pElem->rx);
254 rc = buildDevInfXmitList(pDecoder, (VoidPtr_t)&pElem->tx);
257 rc = buildDevInfDSMemCmd(pDecoder, (VoidPtr_t)&pElem->dsmem);
260 rc = buildDevInfSyncCapCmd(pDecoder, (VoidPtr_t)&pElem->synccap);
279 Ret_t buildDevInfXmitCmd(XltDecoderPtr_t pDecoder, VoidPtr_t *ppElem) {
307 rc = buildPCData(pDecoder, (VoidPtr_t)&pXmit->cttype);
310 rc = buildPCData(pDecoder, (VoidPtr_t)&pXmit->verct);
329 Ret_t buildDevInfXmitList(XltDecoderPtr_t pDecoder, VoidPtr_t *ppElem) {
348 return buildDevInfXmitCmd(pDecoder, (VoidPtr_t)&pElem->data);
351 Ret_t buildDevInfDataStoreList(XltDecoderPtr_t pDecoder, VoidPtr_t *ppElem) {
370 return buildDevInfDataStoreCmd(pDecoder, (VoidPtr_t)&pElem->data);
373 Ret_t buildDevInfExtList(XltDecoderPtr_t pDecoder, VoidPtr_t *ppElem) {
392 return buildDevInfExtCmd(pDecoder, (VoidPtr_t)&pElem->data);
396 Ret_t buildDevInfCtcap(XltDecoderPtr_t pDecoder, VoidPtr_t *ppElem) {
436 rc = buildPCData(pDecoder, (VoidPtr_t)&pCtcap->data->cttype);
466 rc = buildPCData(pDecoder, (VoidPtr_t)&pProp->data->prop->name);
499 rc = buildPCData(pDecoder, (VoidPtr_t)&pParam->data->name);
527 rc = buildPCData(pDecoder, (VoidPtr_t)&pProp->data->prop->dname);
530 rc = buildPCDataList(pDecoder, (VoidPtr_t)&pProp->data->prop->valenum);
533 rc = buildPCData(pDecoder, (VoidPtr_t)&pProp->data->prop->datatype);
536 rc = buildPCData(pDecoder, (VoidPtr_t)&pProp->data->prop->size);
549 rc = buildPCData(pDecoder, (VoidPtr_t)&pParam->data->dname);
552 rc = buildPCDataList(pDecoder, (VoidPtr_t)&pParam->data->valenum);
555 rc = buildPCData(pDecoder, (VoidPtr_t)&pParam->data->datatype);
558 rc = buildPCData(pDecoder, (VoidPtr_t)&pParam->data->size);
581 Ret_t buildDevInfDSMemCmd(XltDecoderPtr_t pDecoder, VoidPtr_t *ppElem) {
611 // rc = buildPCData(pDecoder, (VoidPtr_t)&pElem->shared);
614 rc = buildPCData(pDecoder, (VoidPtr_t)&pElem->maxmem);
617 rc = buildPCData(pDecoder, (VoidPtr_t)&pElem->maxid);
636 Ret_t buildDevInfCTCapCmd(XltDecoderPtr_t pDecoder, VoidPtr_t *ppElem) {
663 rc = buildPCData(pDecoder, (VoidPtr_t)&pElem->cttype);
682 Ret_t buildDevInfSyncCapCmd(XltDecoderPtr_t pDecoder, VoidPtr_t *ppElem) {
709 rc = buildPCDataList(pDecoder, (VoidPtr_t)&pElem->synctype);
728 Ret_t buildDevInfExtCmd(XltDecoderPtr_t pDecoder, VoidPtr_t *ppElem) {
755 rc = buildPCData(pDecoder, (VoidPtr_t)&pElem->xnam);
758 rc = buildPCDataList(pDecoder, (VoidPtr_t)&pElem->xval);
779 Ret_t devinfEncBlock(XltTagID_t tagId, XltRO_t reqOptFlag, const VoidPtr_t pContent, SmlEncoding_t enc, BufferMgmtPtr_t pBufMgr, SmlPcdataExtension_t attFlag) {