Lines Matching refs:subObj
98 if (NULL == this || NULL == this->subObj) { in ctrlInitialize()
101 ctrl = (ctrl_subobj_t *) this->subObj; in ctrlInitialize()
140 register ctrl_subobj_t * ctrl = (ctrl_subobj_t *) this->subObj; in ctrlStep()
240 if (NULL == this || NULL == this->subObj) { in ctrlTerminate()
243 ctrl = (ctrl_subobj_t *) this->subObj; in ctrlTerminate()
267 if (NULL == this || NULL == this->subObj) { in ctrlSubObjDeallocate()
270 ctrl = (ctrl_subobj_t *) this->subObj; in ctrlSubObjDeallocate()
278 picoos_deallocate(this->common->mm, (void *) &this->subObj); in ctrlSubObjDeallocate()
307 ctrl = (ctrl_subobj_t *) this->subObj; in ctrlAddPU()
436 this->subObj = picoos_allocate(mm, sizeof(ctrl_subobj_t)); in picoctrl_newControl()
437 if (this->subObj == NULL) { in picoctrl_newControl()
442 ctrl = (ctrl_subobj_t *) this->subObj; in picoctrl_newControl()
807 if (NULL == this || NULL == this->control->subObj) { in picoctrl_getLastScheduledPU()
810 ctrl = (ctrl_subobj_t *) ((*this).control->subObj); in picoctrl_getLastScheduledPU()
828 if (NULL == this || NULL == this->control->subObj) { in picoctrl_getLastProducedItemType()
831 ctrl = (ctrl_subobj_t *) ((*this).control->subObj); in picoctrl_getLastProducedItemType()