Home
last modified time | relevance | path

Searched refs:this_type (Results 1 – 2 of 2) sorted by relevance

/openbmc/openbmc/poky/bitbake/lib/bb/ui/
H A Dtaskexp.py46 this_type = model[iter][COL_DEP_TYPE]
48 if this_type != self.dep_type: return False
/openbmc/libpldm/src/dsp/
H A Dpdr.c701 uint16_t this_type = start->entity.entity_type; in find_insertion_at() local
703 if (this_type == entity_type && in find_insertion_at()
704 (this_type != next->entity.entity_type)) { in find_insertion_at()