Home
last modified time | relevance | path

Searched refs:has_feature (Results 1 – 3 of 3) sorted by relevance

/openbmc/openbmc/poky/meta/lib/oeqa/core/decorator/
H A Ddata.py11 def has_feature(td, feature): function
123 if not has_feature(self.case.td, self.value):
141 if has_feature(self.case.td, self.value):
/openbmc/qemu/subprojects/libvduse/
H A Dlibvduse.c165 static inline bool has_feature(uint64_t features, unsigned int fbit) in has_feature() function
173 return has_feature(dev->features, fbit); in vduse_dev_has_feature()
1285 !has_feature(features, VIRTIO_F_VERSION_1) || !config || in vduse_dev_create()
/openbmc/qemu/subprojects/libvhost-user/
H A Dlibvhost-user.c107 bool has_feature(uint64_t features, unsigned int fbit) in has_feature() function
117 return has_feature(dev->features, fbit); in vu_has_feature()
122 return has_feature(dev->protocol_features, fbit); in vu_has_protocol_feature()