/openbmc/sdbusplus/tools/sdbusplus/ |
H A D | path.py | 29 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 D | Inventory.pm | 107 #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 D | gen_path_callouts.pl | 43 # 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 D | inventory.pl | 160 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 D | jazz_led.c | 45 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/ |
D | ia_css_tnr3_types.h |
|
/openbmc/linux/drivers/remoteproc/ |
D | remoteproc_coredump.c |
|
/openbmc/linux/include/xen/interface/io/ |
D | blkif.h |
|
/openbmc/linux/Documentation/ABI/testing/ |
D | sysfs-fs-nilfs2 |
|
D | sysfs-driver-jz4780-efuse |
|
/openbmc/linux/include/uapi/linux/ |
D | rpl.h |
|
/openbmc/bmcweb/redfish-core/include/ |
H A D | redfish_aggregator.hpp | 103 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/ |
D | tls.c |
|
/openbmc/openbmc/poky/meta/recipes-devtools/patchelf/patchelf/ |
H A D | 0002-align-startOffset-with-p_align-instead-of-pagesize-f.patch | 7 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/ |
D | nsaccess.c |
|
/openbmc/linux/drivers/net/ethernet/sfc/ |
D | ef100_tx.c |
|
/openbmc/linux/arch/sparc/include/uapi/asm/ |
D | display7seg.h |
|
/openbmc/linux/Documentation/networking/ |
D | tls-offload.rst |
|
/openbmc/linux/fs/nilfs2/ |
D | sufile.h |
|
/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc/ |
H A D | 0006-kexec-syscall.h-work-around-missing-syscall-wrapper.patch | 28 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/ |
D | caampkc.h |
|
/openbmc/linux/arch/mips/kernel/ |
D | segment.c |
|
/openbmc/linux/Documentation/filesystems/ |
D | nilfs2.rst |
|
/openbmc/qemu/include/hw/pci-host/ |
H A D | pam.h | 37 * 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/ |
D | ip6t_rt.h |
|