Home
last modified time | relevance | path

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

/openbmc/linux/fs/ocfs2/
H A Dstack_o2cb.c102 static int status_map[] = { variable
149 BUG_ON(status < 0 || status >= ARRAY_SIZE(status_map)); in dlm_status_to_errno()
151 return status_map[status]; in dlm_status_to_errno()
/openbmc/qemu/hw/acpi/
H A Dcpu_hotplug.c193 Aml *status_map = aml_local(5); /* Local5 = active cpu bitmap */ in build_legacy_cpu_hotplug_aml() local
199 aml_append(method, aml_store(aml_name(CPU_STATUS_MAP), status_map)); in build_legacy_cpu_hotplug_aml()
218 aml_append(else_ctx, aml_store(aml_derefof(aml_index(status_map, in build_legacy_cpu_hotplug_aml()
/openbmc/qemu/hw/usb/
H A Dhost-libusb.c207 static const unsigned int status_map[] = { variable
431 r->p->status = status_map[xfer->status]; in usb_host_req_complete_ctrl()
481 r->p->status = status_map[xfer->status]; in usb_host_req_complete_data()