Home
last modified time | relevance | path

Searched full:segments (Results 1 – 25 of 405) sorted by relevance

12345678910>>...17

/openbmc/sdbusplus/tools/sdbusplus/
H A Dpath.py29 raise ValueError(f"Segments cannot start with /: {self.value}")
30 segments = self.value.split("/")
32 segments = segments[1:]
33 for s in segments:
43 self.segments = [
44 Path(segment=True, **s) for s in kwargs.pop("segments", [])
/openbmc/phosphor-mrw-tools/
H A DInventory.pm107 #Removes unnecessary segments of the path name, renames
108 #some segments to match standard conventions, and numbers
109 #segments based on their position attribute.
114 #Remove connector segments from the OBMC_NAME
120 #Don't need card segments for non-FRUs
156 #Split the target into segments, then start
157 #adding segments in to make new targets so we can
159 my @segments = split('/', $item->{TARGET});
161 for my $s (@segments) {
192 #Find the connectors embedded in the segments
[all …]
H A Dgen_path_callouts.pl43 # The optional --segments argument will output a JSON file of all the bus
44 # segments in the system, which is what the callouts are made from.
236 "segments" => \$printSegments
259 # Write the segments to a JSON file
263 my $segmentsFile = "$outDir/segments.json";
276 # Returns a hash of all the FSI, I2C, and SPI segments in the MRW
279 my %segments;
408 push @{$segments{$busType}}, { %segment };
412 return %segments;
486 my ($segments, $callouts) = @_;
[all …]
H A Dinventory.pl160 my @segments = split('/', $item->{orig_name});
162 for my $s (@segments) {
206 my @segments = split('/', $item->{orig_name});
208 for my $s (@segments) {
247 #Remove path segments that are connectors
255 my @segments = split('/', $item->{name});
257 for my $s (@segments) {
270 #remove the connector segments out of the path
377 my @segments = split('/', $item->{name});
379 for $segment (@segments) {
/openbmc/qemu/hw/display/
H A Djazz_led.c45 uint8_t segments; member
56 val = s->segments; in jazz_led_read()
70 s->segments = new_val; in jazz_led_write()
192 /* display segments */ in jazz_led_update_display()
194 (s->segments & 0x02) ? color_segment : 0); in jazz_led_update_display()
196 (s->segments & 0x04) ? color_segment : 0); in jazz_led_update_display()
198 (s->segments & 0x08) ? color_segment : 0); in jazz_led_update_display()
200 (s->segments & 0x10) ? color_segment : 0); in jazz_led_update_display()
202 (s->segments & 0x20) ? color_segment : 0); in jazz_led_update_display()
204 (s->segments & 0x40) ? color_segment : 0); in jazz_led_update_display()
[all …]
/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/tnr/tnr3/
Dia_css_tnr3_types.h
/openbmc/linux/drivers/remoteproc/
Dremoteproc_coredump.c
/openbmc/linux/include/xen/interface/io/
Dblkif.h
/openbmc/linux/Documentation/ABI/testing/
Dsysfs-fs-nilfs2
Dsysfs-driver-jz4780-efuse
/openbmc/linux/include/uapi/linux/
Drpl.h
/openbmc/bmcweb/redfish-core/include/
H A Dredfish_aggregator.hpp103 boost::urls::segments_ref segments = parsedUrl->segments(); in searchCollectionsArray() local
104 if (!segments.is_absolute()) in searchCollectionsArray()
111 if (segments.size() < 2) in searchCollectionsArray()
115 if (segments.front() != "redfish") in searchCollectionsArray()
119 segments.erase(segments.begin()); in searchCollectionsArray()
120 if (segments.front() != "v1") in searchCollectionsArray()
124 segments.erase(segments.begin()); in searchCollectionsArray()
127 if (!segments.empty() && segments.back().empty()) in searchCollectionsArray()
129 segments.pop_back(); in searchCollectionsArray()
132 // If no segments then the passed URI was either "/redfish/v1" or in searchCollectionsArray()
[all …]
/openbmc/linux/arch/x86/kernel/
Dtls.c
/openbmc/openbmc/poky/meta/recipes-devtools/patchelf/patchelf/
H A D0002-align-startOffset-with-p_align-instead-of-pagesize-f.patch7 According to the ELF specification, the alignment of loadable process segments
14 that newly added LOAD segments satisfy (p_vaddr mod p_align) == (p_offset mod
35 + The ELF specification requires that loadable process segments satisfy
/openbmc/linux/drivers/acpi/acpica/
Dnsaccess.c
/openbmc/linux/drivers/net/ethernet/sfc/
Def100_tx.c
/openbmc/linux/arch/sparc/include/uapi/asm/
Ddisplay7seg.h
/openbmc/linux/Documentation/networking/
Dtls-offload.rst
/openbmc/linux/fs/nilfs2/
Dsufile.h
/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc/
H A D0006-kexec-syscall.h-work-around-missing-syscall-wrapper.patch28 struct kexec_segment *segments, unsigned long flags)
30 return (long) syscall(__NR_kexec_load, entry, nr_segments, segments, flags);
34 + struct kexec_segment *segments, unsigned long flags);
/openbmc/linux/drivers/crypto/caam/
Dcaampkc.h
/openbmc/linux/arch/mips/kernel/
Dsegment.c
/openbmc/linux/Documentation/filesystems/
Dnilfs2.rst
/openbmc/qemu/include/hw/pci-host/
H A Dpam.h37 * 0xc0000 - 0xc3fff Expansion area memory segments
45 * 0xe0000 - 0xe3fff Extended System BIOS Area Memory Segments
50 * 0xf0000 - 0xfffff System BIOS Area Memory Segments
/openbmc/linux/include/uapi/linux/netfilter_ipv6/
Dip6t_rt.h

12345678910>>...17