/openbmc/u-boot/tools/binman/etype/ |
H A D | blob_named_by_arg.py | 7 # <blob_fname> is provided by the subclass using this entry type. 16 """A blob entry which gets its filename property from its subclass
|
H A D | blob.py | 26 default filename is often specified specified by the subclass. See for
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/ |
H A D | python3-hexbytes_1.3.1.bb | 1 SUMMARY = "Python bytes subclass that decodes hex, with a readable console output."
|
/openbmc/qemu/docs/system/ |
H A D | pr-manager.rst | 24 A persistent reservation manager is an instance of a subclass of the 27 Right now only one subclass is defined, ``pr-manager-helper``, which
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libusbgx/libusbgx/ |
H A D | 0001-fix-stack-buffer-overflow-in-usbg_f_foo_attr_val-pro.patch | 33 unsigned int subclass; 100 unsigned int subclass) 103 - USBG_F_HID_UINT_TO_ATTR_VAL(subclass)); 104 + union usbg_f_hid_attr_val val = {.subclass = subclass}; 366 @@ -274,8 +268,8 @@ static inline int usbg_f_net_get_subclass(usbg_f_net *nf, int *subclass) 368 static inline int usbg_f_net_set_subclass(usbg_f_net *nf, unsigned int subclass) 371 - USBG_F_NET_INT_TO_ATTR_VAL(subclass)); 372 + union usbg_f_net_attr_val val = {.subclass = subclass};
|
/openbmc/phosphor-power/phosphor-regulators/test/ |
H A D | test_sdbus_error.hpp | 26 * Concrete subclass of sdbusplus::exception_t abstract base class.
|
/openbmc/openbmc/poky/bitbake/lib/bb/ |
H A D | namedtuple_with_abc.py | 15 newly created named tuple as a subclass of namedtuple.abc. 74 '''Named tuple factory with namedtuple.abc subclass registration.''' 138 # You can also subclass non-abstract ones...
|
/openbmc/u-boot/drivers/bios_emulator/ |
H A D | bios.c | 150 u8 interface, subclass, baseclass; local 192 &subclass); 199 &subclass); 203 if (M.x86.R_CL == interface && M.x86.R_CH == subclass 207 M.x86.R_CH == _BE_env.vgaInfo.pciInfo->SubClass &&
|
/openbmc/u-boot/cmd/ |
H A D | pci.c | 320 ulong class, subclass; in pci_header_show_brief() local 325 dm_pci_read_config(dev, PCI_CLASS_SUB_CODE, &subclass, PCI_SIZE_8); in pci_header_show_brief() 329 pci_class_str(class), subclass); in pci_header_show_brief() 368 u8 class, subclass; in pci_header_show_brief() local 373 pci_read_config_byte(dev, PCI_CLASS_SUB_CODE, &subclass); in pci_header_show_brief() 377 pci_class_str(class), subclass); in pci_header_show_brief()
|
H A D | usb.c | 58 static void usb_display_class_sub(unsigned char dclass, unsigned char subclass, in usb_display_class_sub() argument 66 printf("Human Interface, Subclass: "); in usb_display_class_sub() 67 switch (subclass) { in usb_display_class_sub() 95 switch (subclass) { in usb_display_class_sub()
|
/openbmc/qemu/tests/qtest/libqos/ |
H A D | virtio-pci.h | 63 * function. All virtio-xxx-pci subclass that override must
|
/openbmc/qemu/include/crypto/ |
H A D | tlscreds.h | 43 * QCryptoTLSCredsX509 subclass will be used to provide x509
|
/openbmc/qemu/authz/ |
H A D | base.c | 58 error_setg(errp, "Object '%s' is not a QAuthZ subclass", in qauthz_is_allowed_by_id()
|
/openbmc/openbmc/poky/bitbake/lib/bs4/builder/ |
H A D | __init__.py | 54 :param treebuilder_class: A subclass of Treebuilder. its .features 62 """Look up a TreeBuilder subclass with the desired features. 65 provided, the most recently registered TreeBuilder subclass 67 :return: A TreeBuilder subclass, or None if there's no 68 registered subclass with all the requested features.
|
/openbmc/openbmc/meta-hpe/meta-common/recipes-phosphor/recipes-graphics/obmc-ikvm/ |
H A D | create_usbhid.sh | 29 echo 1 > functions/hid.0/subclass 71 echo 1 > functions/hid.1/subclass
|
/openbmc/qemu/include/io/ |
H A D | channel-util.h | 38 * descriptor @fd. The particular subclass of QIOChannel
|
/openbmc/obmc-ikvm/ |
H A D | create_usbhid.sh | 29 echo 1 > functions/hid.0/subclass 71 echo 1 > functions/hid.1/subclass
|
/openbmc/openbmc/poky/meta/lib/oeqa/controllers/ |
H A D | testtargetloader.py | 71 bb.warn("Target {0} found, but subclass is not BaseTarget".format(target))
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Item/ |
H A D | PCIeFunction.interface.yaml | 45 The SubClass for this function.
|
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/ |
H A D | widgets.py | 122 """ function to implement in the subclass which sets up 127 """ function to implement in the subclass which sets up the 132 """ function to implement in the subclass which sets up the
|
/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-numpy/ |
H A D | 0001-Don-t-search-usr-and-so-on-for-libraries-by-default-.patch | 52 - # subclass) if an old setuptools bug is triggered (see gh-3160).
|
/openbmc/phosphor-dbus-monitor/src/ |
H A D | pdmgen.py | 238 """Pop the configfile/class/subclass keywords.""" 242 self.subclass = kw.pop(self.cls) 403 factory = Everything.classmap(self.subclass, "element") 406 "class": self.subclass, 407 self.subclass: "element", 684 # *Note: 'class', 'subclass', 'name' are required for 1112 """Map render item class and subclass entries to the appropriate
|
/openbmc/openbmc/poky/scripts/lib/wic/ |
H A D | pluginbase.py | 85 Any methods not implemented in a subclass inherit these.
|
/openbmc/u-boot/include/ |
H A D | usbdescriptors.h | 71 * c.f. WMCD USB CDC Subclass Specification for Wireless Mobile Communications Devices 109 #define DATA_INTERFACE_SUBCLASS_NONE 0x00 /* No subclass pertinent */
|
H A D | usb_ether.h | 32 unsigned char subclass; /* as in overview */ member
|