| /openbmc/qemu/hw/scsi/ |
| H A D | mpi.h | 217 uint8_t Function; member 227 uint8_t Function; member 384 uint8_t Function; /* 03h */ member 452 uint8_t Function; /* 03h */ member 518 uint8_t Function; /* 03h */ member 557 uint8_t Function; /* 03h */ member 588 uint8_t Function; /* 03h */ member 639 uint8_t Function; /* 03h */ member 659 uint8_t Function; /* 02h */ member 669 uint8_t Function; /* 03h */ member [all …]
|
| H A D | mptsas.c | 369 reply.Function = scsi_io->Function; in mptsas_process_scsi_io_request() 423 reply.Function = req->Function; in mptsas_process_scsi_task_mgmt() 584 reply.Function = req->Function; in mptsas_process_ioc_init() 607 reply.Function = req->Function; in mptsas_process_ioc_facts() 646 reply.Function = req->Function; in mptsas_process_port_facts() 675 reply.Function = req->Function; in mptsas_process_port_enable() 700 reply.Function = req->Function; in mptsas_process_event_notification() 715 trace_mptsas_process_message(s, req->Function, req->MsgContext); in mptsas_process_message() 716 switch (req->Function) { in mptsas_process_message() 746 trace_mptsas_unhandled_cmd(s, req->Function, 0); in mptsas_process_message() [all …]
|
| /openbmc/qemu/scripts/codeconverter/codeconverter/ |
| H A D | test_patching.py | 49 class Function(FileMatch): class 74 assert len(f.matches_of_type(Function)) == 2 78 f1 = f.find_match(Function, 'function1') 79 f2 = f.find_match(Function, 'function2')
|
| /openbmc/qemu/scripts/qemugdb/ |
| H A D | coroutine.py | 184 class CoroutineSPFunction(gdb.Function): 186 gdb.Function.__init__(self, 'qemu_coroutine_sp') 191 class CoroutinePCFunction(gdb.Function): 193 gdb.Function.__init__(self, 'qemu_coroutine_pc')
|
| /openbmc/u-boot/doc/device-tree-bindings/pinctrl/ |
| H A D | st,stm32-pinctrl.txt | 87 * 1 : Alternate Function 0 88 * 2 : Alternate Function 1 89 * 3 : Alternate Function 2 91 * 16 : Alternate Function 15
|
| H A D | marvell,armada-apn806-pinctrl.txt | 2 Function 0x0 for any MPP ID activates GPIO pin mode
|
| H A D | marvell,armada-cp110-pinctrl.txt | 2 Function 0x0 for any MPP ID activates GPIO pin mode 3 Function 0xc for any MPP ID activates DEBUG_BUS pin mode
|
| /openbmc/ipmitool/src/plugins/imb/ |
| H A D | imbapi.h | 198 #define CTL_CODE(DeviceType, Function, Method, Access)\ argument 199 _IO(DeviceType & 0x00FF, Function & 0x00FF) 201 #define CTL_CODE( DeviceType, Function, Method, Access ) ((ULONG)( \ argument 202 …((ULONG)(DeviceType) << 16) | ((ULONG)(Access) << 14) | ((ULONG)(Function) << 2) | ((ULONG)Method)…
|
| /openbmc/qemu/docs/specs/ |
| H A D | acpi_nvdimm.rst | 53 An Integer containing the Function Index (4 Bytes) 56 UUID, Revision ID, and Function Index 60 If Function Index = 0, a Buffer containing a function index bitfield. 114 4 bytes. Function Index, that is the Arg2 of _DSM method. 191 Function Index, 0x1
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/wvdial/wvstreams/ |
| H A D | 0005-check-for-libexecinfo-during-configure.patch | 27 # Function checks
|
| H A D | argp.patch | 37 # Function checks
|
| /openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libdevel/ |
| H A D | libdevel-globaldestruction-perl_0.14.bb | 1 SUMMARY = "Function returning \"${^GLOBAL_PHASE} eq \'DESTRUCT\'\""
|
| /openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth3/ |
| H A D | 0001-build-Fix-build-for-newer-versions-of-meson.patch | 6 sendto/meson.build:24:5: ERROR: Function does not take positional arguments.
|
| /openbmc/u-boot/doc/ |
| H A D | README.440-DDR-performance | 33 Function Rate (MB/s) RMS time Min time Max time 74 Function Rate (MB/s) RMS time Min time Max time
|
| /openbmc/openbmc/poky/meta/recipes-core/base-passwd/base-passwd/ |
| H A D | 0001-base-passwd-Add-the-sgx-group.patch | 9 Function not implemented` as shadow's login doesn't implement the
|
| /openbmc/openbmc/poky/meta/recipes-graphics/xorg-proto/ |
| H A D | xcb-proto_1.17.0.bb | 2 DESCRIPTION = "Function prototypes for the X protocol C-language Binding \
|
| /openbmc/openbmc/poky/meta/recipes-devtools/python/ |
| H A D | python3-cffi_1.17.1.bb | 1 SUMMARY = "Foreign Function Interface for Python calling C code"
|
| /openbmc/openbmc/meta-phosphor/classes/ |
| H A D | image_types_phosphor_nuvoton_npcm8xx.bbclass | 18 # with different build flags. Function do_generate_image_uboot_file use
|
| /openbmc/sdbusplus/test/message/ |
| H A D | call.cpp | 36 TEST(CallAsync, Function) in TEST() argument
|
| /openbmc/u-boot/drivers/bios_emulator/ |
| H A D | besys.c | 475 pciInfo.slot.p.Function = (_BE_env.configAddress >> 8) & 0x7; in BE_accessReg() 481 if ((pciInfo.slot.p.Function == in BE_accessReg() 482 _BE_env.vgaInfo.pciInfo->slot.p.Function) in BE_accessReg()
|
| /openbmc/qemu/docs/devel/ |
| H A D | loads-stores.rst | 25 Function names follow the pattern: 106 Function names follow the pattern: 135 Function names follow the pattern: 173 Function names follow the pattern: 212 Function names follow the pattern: 253 Function names follow the pattern: 282 Function names follow the pattern:
|
| /openbmc/openbmc/poky/meta/recipes-support/libffi/ |
| H A D | libffi_3.4.8.bb | 5 time. FFI stands for Foreign Function Interface. A foreign function interface is the popular name …
|
| /openbmc/openbmc/poky/meta/recipes-devtools/qemu/qemu/ |
| H A D | qemu-guest-agent.init | 26 # Function that checks whenever system has necessary environment
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/sblim-sfcb/sblim-sfcb/ |
| H A D | 0001-configure-Check-for-function-from-respective-library.patch | 52 …[AC_MSG_ERROR([Function invalid_uint not found. Is the required version of sfcCommon installed?])])
|
| /openbmc/openbmc/poky/meta/recipes-connectivity/bind/bind/ |
| H A D | bind-ensure-searching-for-json-headers-searches-sysr.patch | 11 ERROR: Function failed: do_qa_configure
|