Home
last modified time | relevance | path

Searched refs:super (Results 1 – 25 of 269) sorted by relevance

1234567891011

/openbmc/u-boot/fs/cramfs/
H A Dcramfs.c40 struct cramfs_super super; variable
60 memcpy (&super, (void *) PART_OFFSET(info), sizeof (super)); in cramfs_read_super()
63 if (super.magic != CRAMFS_32 (CRAMFS_MAGIC)) { in cramfs_read_super()
65 memcpy (&super, (void *) PART_OFFSET(info) + 512, sizeof (super)); in cramfs_read_super()
66 if (super.magic != CRAMFS_32 (CRAMFS_MAGIC)) { in cramfs_read_super()
73 super.flags = CRAMFS_32 (super.flags); in cramfs_read_super()
74 super.size = CRAMFS_32 (super.size); in cramfs_read_super()
77 if (super.flags & ~CRAMFS_SUPPORTED_FLAGS) { in cramfs_read_super()
83 if (!S_ISDIR (CRAMFS_16 (super.root.mode))) { in cramfs_read_super()
87 root_offset = CRAMFS_GET_OFFSET (&(super.root)) << 2; in cramfs_read_super()
[all …]
/openbmc/phosphor-dbus-monitor/src/
H A Dpdmgen.py47 super(NotUniqueError, self).__init__(
148 super(Argument, self).__init__(**kw)
167 super(TrivialArgument, self).__init__(**kw)
186 super(Metadata, self).__init__(**kw)
210 super(OpArgument, self).__init__(**kw)
250 super(ConfigEntry, self).__init__(**kw)
270 super(Path, self).__init__(**kw)
293 super(Path, self).factory(objs)
301 super(Path, self).setup(objs)
308 super(Propert
[all...]
/openbmc/u-boot/fs/reiserfs/
H A Dreiserfs.c270 struct reiserfs_super_block super; in reiserfs_mount() local
274 if (part_length < superblock + (sizeof (super) >> SECTOR_BITS) in reiserfs_mount()
276 (char *) &super) in reiserfs_mount()
277 || (substring (REISER3FS_SUPER_MAGIC_STRING, super.s_magic) > 0 in reiserfs_mount()
278 && substring (REISER2FS_SUPER_MAGIC_STRING, super.s_magic) > 0 in reiserfs_mount()
279 && substring (REISERFS_SUPER_MAGIC_STRING, super.s_magic) > 0) in reiserfs_mount()
281 sb_journal_block(&super) * sb_blocksize(&super) in reiserfs_mount()
286 if (part_length < superblock + (sizeof (super) >> SECTOR_BITS) in reiserfs_mount()
288 (char *) &super)) in reiserfs_mount()
291 if (substring (REISER2FS_SUPER_MAGIC_STRING, super.s_magic) > 0 in reiserfs_mount()
[all …]
/openbmc/phosphor-fan-presence/presence/
H A Dpfpgen.py49 super(NotUniqueError, self).__init__(
108 super(ConfigEntry, self).__init__(**kw)
130 super(Sensor, self).__init__(**kw)
146 super(Gpio, self).__init__(**kw)
152 super(Gpio, self).setup(objs)
161 super(Tach, self).__init__(**kw)
167 super(Tach, self).setup(objs)
178 super(Rpolicy, self).__init__(**kw)
197 super(AnyOf, self).__init__(**kw)
200 super(AnyOf, self).setup(objs)
[all …]
/openbmc/qemu/python/qemu/utils/
H A Dqom.py71 super().configure_parser(parser)
81 super().__init__(args)
118 super().configure_parser(parser)
122 super().__init__(args)
166 super().configure_parser(parser)
175 super().__init__(args)
212 super().configure_parser(parser)
223 super().__init__(args)
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/
H A Dtables.py35 super(LayersTable, self).__init__(*args, **kwargs)
40 context = super(LayersTable, self).get_context_data(**kwargs)
190 super(MachinesTable, self).__init__(*args, **kwargs)
196 context = super(MachinesTable, self).get_context_data(**kwargs)
278 super(LayerMachinesTable, self).__init__(*args, **kwargs)
281 context = super(LayerMachinesTable, self).get_context_data(**kwargs)
317 super(RecipesTable, self).__init__(*args, **kwargs)
331 context = super(RecipesTable, self).get_context_data(**kwargs)
436 super(LayerRecipesTable, self).__init__(*args, **kwargs)
440 context = super(LayerRecipesTable, self).get_context_data(**kwargs)
[all …]
H A Dbuildtables.py30 super(BuiltPackagesTableBase, self).__init__(*args, **kwargs)
42 super(BuiltPackagesTableBase, self).setup_columns(*args, **kwargs)
135 super(BuiltPackagesTable, self).__init__(*args, **kwargs)
148 super(BuiltPackagesTable, self).setup_columns(*args, **kwargs)
165 super(InstalledPackagesTable, self).__init__(*args, **kwargs)
177 context = super(InstalledPackagesTable,
205 super(InstalledPackagesTable, self).setup_columns(**kwargs)
235 super(BuiltRecipesTable, self).__init__(*args, **kwargs)
377 super(BuildTasksTable, self).__init__(*args, **kwargs)
554 super(BuildTimeTable, self).__init__(*args, **kwargs)
[all …]
/openbmc/phosphor-inventory-manager/
H A Dpimgen.py59 super(Interface, self).__init__(iface.split("."))
92 super(Template, self).__init__(**kw)
162 super(Argument, self).__init__(**kw)
179 super(TrivialArgument, self).__init__(**kw)
194 super(InitializerList, self).__init__(**kw)
208 super(DbusSignature, self).__init__(**kw)
223 super(MethodCall, self).__init__(**kw)
241 super(Vector, self).__init__(**kw)
249 super(Filter, self).__init__(**kw)
257 super(Actio
[all...]
/openbmc/qemu/target/openrisc/
H A Dmmu.c39 target_ulong addr, int need, bool super) in get_phys_mmu() argument
69 right = itr & (super ? SXE : UXE) ? PAGE_EXEC : 0; in get_phys_mmu()
70 right |= dtr & (super ? SRE : URE) ? PAGE_READ : 0; in get_phys_mmu()
71 right |= dtr & (super ? SWE : UWE) ? PAGE_WRITE : 0; in get_phys_mmu()
122 bool super = mmu_idx == MMU_SUPERVISOR_IDX; in openrisc_cpu_tlb_fill() local
126 excp = get_phys_mmu(cpu, &phys_addr, &prot, addr, need, super); in openrisc_cpu_tlb_fill()
/openbmc/openbmc/poky/scripts/lib/
H A Dargparse_oe.py22 super(ArgumentParser, self).__init__(*args, **kwargs)
52 ret = super(ArgumentParser, self).add_subparsers(*args, **kwargs)
103 super(ArgumentSubParser, self).__init__(*args, **kwargs)
120 namespace, remaining_args = super(ArgumentSubParser, self).parse_known_args(args, namespace)
128 … namespace, extras = super(ArgumentSubParser, self).parse_known_args(remaining_args, namespace)
137 return super(ArgumentParser, self).format_help()
175 return super(OeHelpFormatter, self)._format_action(action)
/openbmc/openbmc/poky/meta/lib/oe/
H A Dspdx.py50 super().__init__(**kwargs)
74 super().__init__(**kwargs)
101 super().__init__(**kwargs)
128 super().__init__(_String(), **kwargs)
137 super().__init__(_Object(cls), **kwargs)
154 return super().__new__(mcls, name, bases, attrs)
174 super().__setattr__(name, value)
296 super().__init__(**d)
304 return super().default(o)
H A Dspdx30.py186 super().validate(value)
193 super().validate(value)
226 super().__init__(pattern=pattern)
251 super().__init__(context)
403 super().__init__()
410 super().validate(value)
473 super().__init__(values, pattern=pattern)
476 super().validate(value)
878 return super().__hash__()
881 return super().__eq__(other)
[all …]
/openbmc/qemu/tests/qemu-iotests/
H A Dqcow2_format.py149 super().__init__(fd=fd)
165 super().dump()
171 fields_dict = super().to_json()
189 super().__init__(fd=fd)
210 super(Qcow2BitmapDirEntry, self).dump()
217 **super().to_json(),
233 super().__init__(fd=fd)
325 super().__init__(fd=fd)
346 super().dump()
355 res = {'name': self.Magic(self.magic), **super().to_json()}
[all …]
/openbmc/qemu/scripts/qapi/
H A Dschema.py126 super().__init__(info)
143 super().check(schema)
149 super().connect_doc(doc)
319 super().__init__(info)
323 super().visit(visitor)
369 super().check(schema)
384 super().__init__(name, None, None)
408 super().visit(visitor)
425 super().__init__(name, info, doc, ifcond, features)
432 super().check(schema)
[all …]
/openbmc/qemu/python/qemu/machine/
H A Dqtest.py143 super().__init__(binary, args, wrapper=wrapper, name=name,
152 args = super()._base_args
165 super()._pre_launch()
170 super()._post_launch()
182 super()._post_shutdown()
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Dprogress.py90 super().__init__(d, outfile)
108 super().write(line)
116 super().__init__(d, outfile)
126 super().write(string)
131 super().__init__(d, outfile)
141 super().write(string)
271 super().__init__(d, stage_weights, debug)
295 super().__init__(None, [])
/openbmc/qemu/python/qemu/qmp/
H A Dmodels.py64 super().__init__(raw)
92 super().__init__(raw)
114 super().__init__(raw)
136 super().__init__(raw)
H A Dqmp_tui.py164 super().__init__()
279 await super().disconnect()
422 super().__init__(text, align='right')
443 super().__init__(caption='> ', multiline=True)
494 return cast(Optional[str], super().keypress(size, key))
508 super().__init__(Editor(parent), valign='top')
524 super().__init__(self.history)
543 super().keypress(size, 'up')
545 super().keypress(size, 'down')
562 super().__init__(self.body)
[all …]
H A Dqmp_client.py44 super().__init__(error_message)
79 super().__init__(error_response.error.desc)
114 super().__init__(error_message)
120 super().__str__(),
153 super().__init__(error_message, msg)
207 super().__init__(name)
256 await super()._establish_session()
323 await super()._bh_disconnect()
338 super()._cleanup()
H A Dmessage.py181 super().__init__(error_message)
187 super().__str__(),
200 super().__init__(error_message)
207 super().__str__(),
/openbmc/pyphosphor/obmc/dbuslib/
H A Dbindings.py35 super(DbusProperties, self).__init__(**kw)
41 inst = super(DbusProperties, self)
47 inst = super(DbusProperties, self)
165 super(DbusObjectManager, self).__init__(**kw)
171 inst = super(DbusObjectManager, self)
177 inst = super(DbusObjectManager, self)
/openbmc/openbmc-test-automation/lib/
H A Dredfish_plus.py151 super(redfish_plus, self).get, *args, **kwargs
159 super(redfish_plus, self).head, *args, **kwargs
167 super(redfish_plus, self).post, *args, **kwargs
175 super(redfish_plus, self).put, *args, **kwargs
183 super(redfish_plus, self).patch, *args, **kwargs
191 super(redfish_plus, self).delete, *args, **kwargs
/openbmc/qemu/python/tests/
H A Dprotocol.py37 super().__init__(name)
41 await super()._establish_session()
49 await super()._do_start_server(address, ssl)
55 await super()._do_accept()
62 await super()._do_connect(address, ssl)
95 super().__init__(name)
441 super().setUp()
445 await super()._asyncSetUp()
450 await super()._asyncTearDown()
572 super().setUp()
[all …]
/openbmc/qemu/hw/xtensa/
H A Dxtensa_memory.c36 MemoryRegion *super) in xtensa_create_memory_regions() argument
48 memory_region_add_subregion(super, memory->location[i].addr, m); in xtensa_create_memory_regions()
/openbmc/qemu/hw/usb/
H A Ddesc.c296 d->u.cap.u.super.bmAttributes = 0; in usb_desc_cap_super()
297 d->u.cap.u.super.wSpeedsSupported_lo = 0; in usb_desc_cap_super()
298 d->u.cap.u.super.wSpeedsSupported_hi = 0; in usb_desc_cap_super()
299 d->u.cap.u.super.bFunctionalitySupport = 0; in usb_desc_cap_super()
300 d->u.cap.u.super.bU1DevExitLat = 0x0a; in usb_desc_cap_super()
301 d->u.cap.u.super.wU2DevExitLat_lo = 0x20; in usb_desc_cap_super()
302 d->u.cap.u.super.wU2DevExitLat_hi = 0; in usb_desc_cap_super()
305 d->u.cap.u.super.wSpeedsSupported_lo |= (1 << 1); in usb_desc_cap_super()
306 d->u.cap.u.super.bFunctionalitySupport = 1; in usb_desc_cap_super()
309 d->u.cap.u.super.wSpeedsSupported_lo |= (1 << 2); in usb_desc_cap_super()
[all …]

1234567891011