Lines Matching defs:obj

488 static int check_fdc(Object *obj, void *opaque)  in check_fdc()
1533 static void pc_machine_get_vmport(Object *obj, Visitor *v, const char *name, in pc_machine_get_vmport()
1542 static void pc_machine_set_vmport(Object *obj, Visitor *v, const char *name, in pc_machine_set_vmport()
1550 static bool pc_machine_get_fd_bootchk(Object *obj, Error **errp) in pc_machine_get_fd_bootchk()
1557 static void pc_machine_set_fd_bootchk(Object *obj, bool value, Error **errp) in pc_machine_set_fd_bootchk()
1564 static bool pc_machine_get_smbus(Object *obj, Error **errp) in pc_machine_get_smbus()
1571 static void pc_machine_set_smbus(Object *obj, bool value, Error **errp) in pc_machine_set_smbus()
1578 static bool pc_machine_get_sata(Object *obj, Error **errp) in pc_machine_get_sata()
1585 static void pc_machine_set_sata(Object *obj, bool value, Error **errp) in pc_machine_set_sata()
1592 static bool pc_machine_get_hpet(Object *obj, Error **errp) in pc_machine_get_hpet()
1599 static void pc_machine_set_hpet(Object *obj, bool value, Error **errp) in pc_machine_set_hpet()
1606 static bool pc_machine_get_i8042(Object *obj, Error **errp) in pc_machine_get_i8042()
1613 static void pc_machine_set_i8042(Object *obj, bool value, Error **errp) in pc_machine_set_i8042()
1620 static bool pc_machine_get_default_bus_bypass_iommu(Object *obj, Error **errp) in pc_machine_get_default_bus_bypass_iommu()
1627 static void pc_machine_set_default_bus_bypass_iommu(Object *obj, bool value, in pc_machine_set_default_bus_bypass_iommu()
1635 static void pc_machine_get_smbios_ep(Object *obj, Visitor *v, const char *name, in pc_machine_get_smbios_ep()
1644 static void pc_machine_set_smbios_ep(Object *obj, Visitor *v, const char *name, in pc_machine_set_smbios_ep()
1652 static void pc_machine_get_max_ram_below_4g(Object *obj, Visitor *v, in pc_machine_get_max_ram_below_4g()
1662 static void pc_machine_set_max_ram_below_4g(Object *obj, Visitor *v, in pc_machine_set_max_ram_below_4g()
1687 static void pc_machine_get_max_fw_size(Object *obj, Visitor *v, in pc_machine_get_max_fw_size()
1697 static void pc_machine_set_max_fw_size(Object *obj, Visitor *v, in pc_machine_set_max_fw_size()
1729 static void pc_machine_initfn(Object *obj) in pc_machine_initfn()