Home
last modified time | relevance | path

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

/openbmc/qemu/docs/sphinx/
H A Ddbusdomain.py27 from sphinx.domains import Domain, Index, IndexEntry, ObjType
332 object_types: Dict[str, ObjType] = {
333 "interface": ObjType(_("interface"), "iface", "obj"),
334 "method": ObjType(_("method"), "meth", "obj"),
335 "signal": ObjType(_("signal"), "sig", "obj"),
336 "property": ObjType(_("property"), "attr", "_prop", "obj"),
/openbmc/linux/drivers/scsi/aacraid/
H A Daacraid.h1453 __le32 ObjType; /* FT_DRIVE */ member
1461 __le32 ObjType; member
H A Daachba.c2123 command->ObjType = cpu_to_le32(FT_DRIVE); in aac_get_adapter_info()