HomeSort by relevance Sort by last modified time
    Searched full:find_prop (Results 1 - 1 of 1) sorted by null

  /external/qemu/hw/
qdev.c 298 static DeviceProperty *find_prop(DeviceState *dev, const char *name, function
316 prop = find_prop(dev, name, PROP_TYPE_INT);
328 prop = find_prop(dev, name, PROP_TYPE_PTR);
337 prop = find_prop(dev, name, PROP_TYPE_DEV);

Completed in 1416 milliseconds