| /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() 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() 206 (s->segments & 0x80) ? color_segment : 0); in jazz_led_update_display() [all …]
|
| /openbmc/sdbusplus/tools/sdbusplus/ |
| H A D | path.py | 30 segments = self.value.split("/") 32 segments = segments[1:] 33 for s in segments: 43 self.segments = [
|
| /openbmc/phosphor-mrw-tools/ |
| H A D | Inventory.pm | 159 my @segments = split('/', $item->{TARGET}); 161 for my $s (@segments) { 197 my @segments = split('/', $item->{TARGET}); 199 for my $s (@segments) { 263 my @segments = split('/', $item->{TARGET}); 266 for my $s (@segments) { 317 my @segments = split('/', $item->{TARGET}); 320 for my $s (@segments) { 372 my @segments = split('/', $item->{OBMC_NAME}); 373 for my $segment (@segments) {
|
| 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) { 255 my @segments = split('/', $item->{name}); 257 for my $s (@segments) { 377 my @segments = split('/', $item->{name}); 379 for $segment (@segments) {
|
| H A D | gen_path_callouts.pl | 279 my %segments; 408 push @{$segments{$busType}}, { %segment }; 412 return %segments; 486 my ($segments, $callouts) = @_; 489 buildBMCSingleSegmentCallouts($segments, $callouts); 492 buildMultiSegmentCallouts($segments, $callouts); 498 my ($segments, $callouts) = @_; 500 for my $busType (keys %$segments) 502 for my $segment (@{$$segments{$busType}}) 545 my ($segments, $callouts) = @_; [all …]
|
| /openbmc/bmcweb/redfish-core/include/ |
| H A D | redfish_aggregator.hpp | 104 boost::urls::segments_ref segments = parsedUrl->segments(); in searchCollectionsArray() local 105 if (!segments.is_absolute()) in searchCollectionsArray() 112 if (segments.size() < 2) in searchCollectionsArray() 116 if (segments.front() != "redfish") in searchCollectionsArray() 120 segments.erase(segments.begin()); in searchCollectionsArray() 121 if (segments.front() != "v1") in searchCollectionsArray() 125 segments.erase(segments.begin()); in searchCollectionsArray() 128 if (!segments.empty() && segments.back().empty()) in searchCollectionsArray() 130 segments.pop_back(); in searchCollectionsArray() 135 if (segments.empty()) in searchCollectionsArray() [all …]
|
| /openbmc/bmcweb/http/ |
| H A D | utility.hpp | 346 url.segments().push_back(arg); in appendUrlPieces() 397 std::initializer_list<UrlSegment> segments) in readUrlSegments() argument 399 const boost::urls::segments_view& urlSegments = url.segments(); in readUrlSegments() 431 for (const auto& segment : segments) in readUrlSegments() 474 const boost::urls::segments_view& urlSegments = urlView.segments(); in replaceUrlSegment() 489 url.segments().push_back(newSegment); in replaceUrlSegment() 493 url.segments().push_back(*it); in replaceUrlSegment()
|
| /openbmc/qemu/scripts/ |
| H A D | dump-guest-memory.py | 71 self.segments = [] 137 self.segments[0].p_filesz += ctypes.sizeof(note) 138 self.segments[0].p_memsz += ctypes.sizeof(note) 156 self.segments[0].p_filesz += ctypes.sizeof(note) 157 self.segments[0].p_memsz += ctypes.sizeof(note) 168 self.segments.append(phdr) 184 len(self.segments) * ctypes.sizeof(self.segments[0]) 186 for phdr in self.segments:
|
| /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/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/u-boot/board/alliedtelesis/x530/ |
| H A D | x530.c | 106 static int led_7seg_init(unsigned int segments) in led_7seg_init() argument 125 ret = dm_gpio_set_value(&desc[i], !(segments & BIT(i))); in led_7seg_init()
|
| /openbmc/qemu/hw/ssi/ |
| H A D | aspeed_smc.c | 306 if ((asc->segments == aspeed_2500_spi1_segments || in aspeed_smc_flash_set_segment() 307 asc->segments == aspeed_2500_spi2_segments) && in aspeed_smc_flash_set_segment() 309 seg.addr + seg.size != asc->segments[cs].addr + in aspeed_smc_flash_set_segment() 310 asc->segments[cs].size) { in aspeed_smc_flash_set_segment() 313 seg.size = asc->segments[cs].addr + asc->segments[cs].size - in aspeed_smc_flash_set_segment() 750 asc->segment_to_reg(s, &asc->segments[i])); in aspeed_smc_reset() 1268 offset += asc->segments[i].size; in aspeed_smc_realize() 1334 s, name, s->asc->segments[s->cs].size); in aspeed_smc_flash_realize() 1399 asc->segments = aspeed_2400_smc_segments; in aspeed_2400_smc_class_init() 1445 asc->segments = aspeed_2400_fmc_segments; in aspeed_2400_fmc_class_init() [all …]
|
| /openbmc/qemu/contrib/elf2dmp/ |
| H A D | pdb.h | 178 uint16_t segments; member 187 uint16_t segments; member 230 uint16_t segments; member
|
| H A D | pdb.c | 164 unsigned stream_idx = r->segments; in pdb_init_segments() 190 r->segments = lduw_le_p((const char *)symbols + sizeof(PDB_SYMBOLS) + in pdb_init_symbols() 194 offsetof(PDB_STREAM_INDEXES, segments)); in pdb_init_symbols()
|
| /openbmc/openbmc-tools/openbmc-autobump/ |
| H A D | openbmc-autobump.py | 50 segments = uri.split(";") 53 for s in segments[1:]: 61 uri = segments[0]
|
| /openbmc/qemu/linux-user/loongarch64/ |
| H A D | Makefile.vdso | 11 -Wl,--no-warn-rwx-segments -Wl,-z,max-page-size=4096 \
|
| /openbmc/qemu/tests/tcg/loongarch64/ |
| H A D | Makefile.softmmu-target | 19 LDFLAGS+=-static -nostdlib $(CRT_OBJS) $(MINILIB_OBJS) -lgcc -Wl,--no-warn-rwx-segments
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/x11vnc/files/ |
| H A D | CVE-2020-29074.patch | 9 Subject: [PATCH] scan: limit access to shared memory segments to current user
|
| /openbmc/qemu/include/hw/ssi/ |
| H A D | aspeed_smc.h | 104 const AspeedSegments *segments; 107 const AspeedSegments *segments; global() member
|
| /openbmc/sdbusplus/docs/yaml/ |
| H A D | interface.md | 246 `description` and `segments`. Each `segments` entry must have the YAML property 247 `name` & `value` and may optionally have a `description` & nested `segments`. 257 segments:
|
| /openbmc/bmcweb/redfish-core/include/utils/ |
| H A D | json_utils.hpp | 860 auto segmentsAIt = aUrl->segments().begin(); in objectKeyCmp() 861 auto segmentsBIt = bUrl->segments().begin(); in objectKeyCmp() 865 if (segmentsAIt == aUrl->segments().end()) in objectKeyCmp() 867 if (segmentsBIt == bUrl->segments().end()) in objectKeyCmp() 873 if (segmentsBIt == bUrl->segments().end()) in objectKeyCmp()
|
| /openbmc/sdbusplus/tools/sdbusplus/templates/ |
| H A D | interface.common.hpp.mako | 77 % if len(p.segments) == 0: 83 % for s in p.segments:
|
| /openbmc/u-boot/arch/arm/dts/ |
| H A D | k3-am65.dtsi | 94 /* Now include the peripherals for each bus segments */
|
| /openbmc/qemu/include/hw/ |
| H A D | elf_ops.h.inc | 449 * we will end up with overlapping segments (which the 462 * Invalid ELF files where the segments overlap even when 523 * address, if the text segments paddr and vaddr differ 533 /* Some ELF files really do have segments of zero size;
|
| /openbmc/bmcweb/features/virtual_media/ |
| H A D | vm_websocket.hpp | 481 if (conn.url().segments().size() < 2) in onOpen() 488 std::string index = conn.url().segments().back(); in onOpen()
|