Lines Matching refs:subObj
437 if (NULL == this || NULL == this->subObj) { in kdtPosPInitialize()
441 dtposp = (kdtposp_subobj_t *)this->subObj; in kdtPosPInitialize()
470 if (NULL == this || NULL == this->subObj) { in kdtPosDInitialize()
474 dtposd = (kdtposd_subobj_t *)this->subObj; in kdtPosDInitialize()
503 if (NULL == this || NULL == this->subObj) { in kdtG2PInitialize()
507 dtg2p = (kdtg2p_subobj_t *)this->subObj; in kdtG2PInitialize()
537 if (NULL == this || NULL == this->subObj) { in kdtPhrInitialize()
541 dtphr = (kdtphr_subobj_t *)this->subObj; in kdtPhrInitialize()
571 if (NULL == this || NULL == this->subObj) { in kdtAccInitialize()
575 dtacc = (kdtacc_subobj_t *)this->subObj; in kdtAccInitialize()
605 if (NULL == this || NULL == this->subObj) { in kdtPamInitialize()
609 dtpam = (kdtpam_subobj_t *)this->subObj; in kdtPamInitialize()
635 picoos_deallocate(mm, (void *) &this->subObj); in kdtSubObjDeallocate()
657 this->subObj = picoos_allocate(common->mm,sizeof(kdtposp_subobj_t)); in picokdt_specializeDtKnowledgeBase()
658 if (NULL == this->subObj) { in picokdt_specializeDtKnowledgeBase()
665 this->subObj = picoos_allocate(common->mm,sizeof(kdtposd_subobj_t)); in picokdt_specializeDtKnowledgeBase()
666 if (NULL == this->subObj) { in picokdt_specializeDtKnowledgeBase()
673 this->subObj = picoos_allocate(common->mm,sizeof(kdtg2p_subobj_t)); in picokdt_specializeDtKnowledgeBase()
674 if (NULL == this->subObj) { in picokdt_specializeDtKnowledgeBase()
681 this->subObj = picoos_allocate(common->mm,sizeof(kdtphr_subobj_t)); in picokdt_specializeDtKnowledgeBase()
682 if (NULL == this->subObj) { in picokdt_specializeDtKnowledgeBase()
689 this->subObj = picoos_allocate(common->mm,sizeof(kdtacc_subobj_t)); in picokdt_specializeDtKnowledgeBase()
690 if (NULL == this->subObj) { in picokdt_specializeDtKnowledgeBase()
697 this->subObj = picoos_allocate(common->mm,sizeof(kdtpam_subobj_t)); in picokdt_specializeDtKnowledgeBase()
698 if (NULL == this->subObj) { in picokdt_specializeDtKnowledgeBase()
710 picoos_deallocate(common->mm, (void *) &this->subObj); in picokdt_specializeDtKnowledgeBase()
722 return ((NULL == this) ? NULL : ((picokdt_DtPosP) this->subObj)); in picokdt_getDtPosP()
726 return ((NULL == this) ? NULL : ((picokdt_DtPosD) this->subObj)); in picokdt_getDtPosD()
730 return ((NULL == this) ? NULL : ((picokdt_DtG2P) this->subObj)); in picokdt_getDtG2P()
734 return ((NULL == this) ? NULL : ((picokdt_DtPHR) this->subObj)); in picokdt_getDtPHR()
738 return ((NULL == this) ? NULL : ((picokdt_DtACC) this->subObj)); in picokdt_getDtACC()
742 return ((NULL == this) ? NULL : ((picokdt_DtPAM) this->subObj)); in picokdt_getDtPAM()