/openbmc/openbmc/poky/meta/recipes-devtools/valgrind/valgrind/ |
H A D | valgrind-make-ld-XXX.so-strlen-intercept-optional.patch | 9 intercept it, don't make it mandatory to do so. 27 - spec->mandatory = mandatory; 32 + mandatory to do so. We over-ride "mandatory" here to avoid the need to 36 + spec->mandatory = NULL; 38 + spec->mandatory = mandatory;
|
/openbmc/u-boot/include/ |
H A D | scsi.h | 112 #define SCSI_INQUIRY 0x12 /* Inquiry (MANDATORY) */ 120 #define SCSI_REQ_SENSE 0x03 /* Request Sense (MANDATORY) */ 122 #define SCSI_TST_U_RDY 0x00 /* Test Unit Ready (MANDATORY) */ 128 #define SCSI_FORMAT 0x04 /* Format Unit (MANDATORY) */ 132 #define SCSI_READ6 0x08 /* Read 6-byte (MANDATORY) */ 133 #define SCSI_READ10 0x28 /* Read 10-byte (MANDATORY) */ 135 #define SCSI_RD_CAPAC 0x25 /* Read Capacity (MANDATORY) */ 142 #define SCSI_RELEASE 0x17 /* Release Unit (MANDATORY) */ 149 #define SCSI_SEND_DIAG 0x1D /* Send Diagnostics (MANDATORY) */ 154 #define SCSI_WRITE6 0x0A /* Write 6-Byte (MANDATORY) */ [all …]
|
/openbmc/u-boot/doc/uImage.FIT/ |
H A D | source_file_format.txt | 120 Mandatory property: 124 Conditionally mandatory property: 129 Mandatory node: 159 Mandatory properties: 171 Conditionally mandatory property: 172 - os : OS name, mandatory for types "kernel" and "ramdisk". Valid OS names 176 - arch : Architecture name, mandatory for types: "standalone", "kernel", 182 '#address-cells' property of the root node. Mandatory for for types: 185 property of the root node. Mandatory for types: "standalone" and "kernel". 199 Mandatory properties: [all …]
|
/openbmc/u-boot/drivers/usb/gadget/ |
H A D | rndis.c | 102 /* mandatory 802.3 */ 125 /* PM and wakeup are mandatory for USB: */ 182 /* mandatory */ in gen_ndis_query_resp() 192 /* mandatory */ in gen_ndis_query_resp() 206 /* mandatory */ in gen_ndis_query_resp() 213 /* mandatory */ in gen_ndis_query_resp() 221 /* mandatory */ in gen_ndis_query_resp() 230 /* mandatory */ in gen_ndis_query_resp() 242 /* mandatory */ in gen_ndis_query_resp() 251 /* mandatory */ in gen_ndis_query_resp() [all …]
|
/openbmc/qemu/tests/qtest/libqos/ |
H A D | virtio-9p-client.h | 88 /* 9P client being used (mandatory) */ 122 /* 9P client being used (mandatory) */ 144 /* 9P client being used (mandatory) */ 171 /* 9P client being used (mandatory) */ 197 /* 9P client being used (mandatory) */ 219 /* 9P client being used (mandatory) */ 249 /* 9P client being used (mandatory) */ 276 /* 9P client being used (mandatory) */ 304 /* 9P client being used (mandatory) */ 324 /* 9P client being used (mandatory) */ [all …]
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/tayga/files/ |
H A D | tayga.conf | 15 # Mandatory. 27 # Mandatory. 40 # Optional if the NAT64 prefix is specified, otherwise mandatory. It is also 41 # mandatory if the NAT64 prefix is 64:ff9b::/96 and ipv4-addr is a private
|
/openbmc/qemu/hw/usb/ |
H A D | dev-network.c | 671 /* mandatory */ in ndis_query() 678 /* mandatory */ in ndis_query() 683 /* mandatory */ in ndis_query() 688 /* mandatory */ in ndis_query() 693 /* mandatory */ in ndis_query() 698 /* mandatory */ in ndis_query() 703 /* mandatory */ in ndis_query() 708 /* mandatory */ in ndis_query() 713 /* mandatory */ in ndis_query() 718 /* mandatory */ in ndis_query() [all …]
|
/openbmc/u-boot/board/synopsys/hsdk/ |
H A D | env-lib.c | 76 /* Check if environment is mandatory */ in env_validate_common() 77 if (map[index].mandatory && !set) { in env_validate_common() 78 pr_err("Variable \'%s\' is mandatory, but it is not defined\n", in env_validate_common() 104 bool mandatory = map[index].mandatory; in env_validate_core() local 111 /* Check if environment is mandatory */ in env_validate_core() 112 if (cpu_used(i) && mandatory && !set) { in env_validate_core()
|
H A D | env-lib.h | 27 bool mandatory; member 36 bool mandatory; member
|
/openbmc/u-boot/api/ |
H A D | README | 43 - core API, integral part of U-Boot, mandatory 47 - entry point at the consumer side, allows to make syscall, mandatory
|
/openbmc/openbmc-test-automation/ipmi/dcmi/ |
H A D | test_dcmi_get_capabilities.robot | 22 ... Mandatory platform capabilities 27 # Mandatory platform attributes:
|
/openbmc/u-boot/drivers/remoteproc/ |
H A D | rproc-uclass.c | 171 debug("%s driver has missing mandatory ops?\n", dev->name); in rproc_pre_probe() 321 debug("%s: data corruption?? mandatory function is missing!\n", in rproc_load() 357 bool mandatory = false; in _rproc_ops_wrapper() local 378 mandatory = true; in _rproc_ops_wrapper() 406 if (mandatory) in _rproc_ops_wrapper() 407 debug("%s: data corruption?? mandatory function is missing!\n", in _rproc_ops_wrapper()
|
/openbmc/openpower-vpd-parser/wait-vpd-parser/src/ |
H A D | prime_inventory.cpp | 27 // check for mandatory fields at this point itself. in PrimeInventory() 31 "Mandatory tag(s) missing from JSON file [" + in PrimeInventory()
|
/openbmc/qemu/linux-user/x86_64/ |
H A D | target_signal.h | 8 /* For x86_64, use of SA_RESTORER is mandatory. */
|
/openbmc/u-boot/doc/ |
H A D | README.distro | 209 Mandatory for any system that provides the DTB in HW (e.g. ROM) and wishes 218 Mandatory. The location in RAM where the DTB will be loaded or copied to when 222 This is mandatory even when fdt_addr is provided, since extlinux.conf must 229 Mandatory. The location in RAM where the initial ramdisk will be loaded to 238 Mandatory. The location in RAM where the kernel will be loaded to when 251 Mandatory. The location in RAM where extlinux.conf will be loaded to prior 258 Mandatory, if the boot script is boot.scr rather than extlinux.conf. The 372 mandatory for storage devices, even if only support for a single instance
|
/openbmc/qemu/include/accel/ |
H A D | accel-cpu-ops.h | 40 void (*create_vcpu_thread)(CPUState *cpu); /* MANDATORY NON-NULL */ 65 /* handle_interrupt is mandatory. */
|
/openbmc/openpower-vpd-parser/vpd-manager/src/ |
H A D | vpd_parser_main.cpp | 17 * It recieves path of the VPD file(mandatory) and path to a config 52 // VPD file path is a mandatory parameter to execute any parser. in main()
|
/openbmc/qemu/include/system/ |
H A D | iommufd.h | 96 * Mandatory callback. 112 * Mandatory callback.
|
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-support/libmediaart/ |
H A D | libmediaart-2.0_1.9.6.bb | 18 # gobject-introspection is mandatory and cannot be configured
|
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/tepl/ |
H A D | tepl_6.8.0.bb | 27 # gobject-introspection is mandatory and cannot be configured
|
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-support/colord-gtk/ |
H A D | colord-gtk_0.3.1.bb | 21 # gobject-introspection is mandatory and cannot be configured
|
/openbmc/qemu/include/qemu/ |
H A D | hw-version.h | 13 * is no longer mandatory.
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/openhpi/files/ |
H A D | c++11.patch | 19 +AX_CXX_COMPILE_STDCXX_11([noext],[mandatory])
|
/openbmc/openbmc/poky/scripts/ |
H A D | cve-json-to-text.py | 91 exit_error(1, "Mandatory 'package' key not found") 101 "Missing a mandatory key in package: %s"
|
/openbmc/u-boot/doc/device-tree-bindings/pmic/ |
H A D | sandbox.txt | 31 /* Mandatory for I/O */
|