Home
last modified time | relevance | path

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

/openbmc/skeleton/pyinventorymgr/
H A Dsync_inventory_items.py167 sync_type = opt.s variable
170 if sync_type == "mac":
182 elif sync_type == "uuid":
/openbmc/qemu/hw/intc/
H A Dapic.c97 static void apic_sync_vapic(APICCommonState *s, int sync_type) in apic_sync_vapic() argument
107 if (sync_type & SYNC_FROM_VAPIC) { in apic_sync_vapic()
112 if (sync_type & (SYNC_TO_VAPIC | SYNC_ISR_IRR_TO_VAPIC)) { in apic_sync_vapic()
116 if (sync_type & SYNC_TO_VAPIC) { in apic_sync_vapic()