/openbmc/openbmc/meta-raspberrypi/.github/actions/docker-clean-dangling/ |
H A D | action.yml | 5 name: "Cleanup dangling docker images" 10 - name: Cleanup dangling images 13 echo -n "Cleanup dangling images... " 14 … if ! docker rmi $(docker images --filter "dangling=true" -q --no-trunc) > /dev/null 2>&1; then 15 echo "no dangling images found."
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/avro/ |
H A D | avro-c++_1.11.3.bb | 25 …/lang/c++/impl/Compiler.cc:304:18: error: possibly dangling reference to a temporary [-Werror=dang… 26 …/lang/c++/impl/Compiler.cc:370:18: error: possibly dangling reference to a temporary [-Werror=dang… 27 CXXFLAGS += "-Wno-error=dangling-reference"
|
/openbmc/openbmc/meta-raspberrypi/.github/actions/docker-build/ |
H A D | action.yml | 36 # This can fail if a dangling images cleaning job runs in 39 # untagged image first (dangling) before tagging it at the end. 40 # If between these two operations a dangling cleanup happens,
|
/openbmc/openbmc/meta-raspberrypi/.github/workflows/ |
H A D | compliance.yml | 34 - name: Cleanup dangling docker images 35 uses: ./.github/actions/docker-clean-dangling
|
H A D | yocto-layer.yml | 55 - name: Cleanup dangling docker images 56 uses: ./.github/actions/docker-clean-dangling
|
H A D | yocto-builds.yml | 87 - name: Cleanup dangling docker images 88 uses: ./.github/actions/docker-clean-dangling
|
/openbmc/openbmc/poky/meta/recipes-kernel/systemtap/ |
H A D | systemtap_git.bb | 39 …ress of local variable 'sym' in '*s.systemtap_session::symbol_resolver' [-Werror=dangling-pointer=] 40 CXXFLAGS += "-Wno-dangling-pointer"
|
/openbmc/linux/rust/alloc/ |
H A D | raw_vec.rs | 35 /// * Produces `Unique::dangling()` on zero-sized types. 36 /// * Produces `Unique::dangling()` on zero-length allocations. 37 /// * Avoids freeing `Unique::dangling()`. 124 Self { ptr: Unique::dangling(), cap: 0, alloc } in new_in() 252 /// `Unique::dangling()` if `capacity == 0` or `T` is zero-sized. In the former case, you must 480 self.ptr = Unique::dangling(); in shrink()
|
/openbmc/openbmc/poky/meta/recipes-core/busybox/files/ |
H A D | rcK | 8 # Ignore dangling symlinks (if any).
|
H A D | rcS | 9 # Ignore dangling symlinks (if any).
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/toybox/toybox-inittab/ |
H A D | rcK | 8 # Ignore dangling symlinks (if any).
|
H A D | rcS | 9 # Ignore dangling symlinks (if any).
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/daemontools/daemontools/ |
H A D | 0002-supervise.c-.-supervise-may-be-a-symlink-if-it-s-da.diff | 4 Subject: [PATCH] supervise.c: ./supervise may be a symlink, if it's dangling, create link target
|
/openbmc/linux/arch/arm/boot/dts/st/ |
H A D | ste-hrefv60plus.dtsi | 366 /* Dangling GPIO pins */ 369 /* Normally UART1 RXD, now dangling */
|
/openbmc/linux/drivers/infiniband/hw/hfi1/ |
H A D | pio_copy.c | 82 * case there is a dangling DWORD. in pio_copy() 104 /* write dangling u32, if any */ in pio_copy() 313 * case there is a dangling DWORD. in seg_pio_copy_start() 337 /* save dangling bytes, if any */ in seg_pio_copy_start()
|
/openbmc/qemu/scripts/ |
H A D | decodetree.py | 478 self.dangling = None 494 if self.dangling is None: 496 dangling = [] 500 dangling.append(r) 501 self.dangling = dangling 502 return self.dangling 587 assert not extracted, "dangling fmt refs but it was already extracted"
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/openbox/files/ |
H A D | 0001-Fix-list-traversal-issue-in-client_calc_layer.patch | 7 can cause us to follow dangling ->next pointers (either by the pointer
|
/openbmc/openbmc/poky/meta/classes-recipe/ |
H A D | mime-xdg.bbclass | 15 # symlinks. For us these are dangling and cannot be introspected for "MimeType"
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/ckermit/ |
H A D | ckermit_302.bb | 55 # Fix up dangling symlink
|
/openbmc/linux/drivers/ssb/ |
H A D | scan.c | 254 * There are chips with two 802.11 cores, but with dangling in we_support_multiple_80211_cores() 425 /* This is a dangling ethernet core on a in ssb_bus_scan()
|
/openbmc/linux/include/drm/ |
H A D | drm_mode_object.h | 80 * dangling property pointers:
|
/openbmc/linux/net/x25/ |
H A D | x25_dev.c | 12 * 2000-09-04 Henner Eisen Prevent freeing a dangling skb.
|
/openbmc/linux/security/keys/ |
H A D | user_defined.c | 144 * dispose of the data dangling from the corpse of a user key
|
/openbmc/pldm/ |
H A D | .clang-tidy | 8 bugprone-dangling-handle,
|
/openbmc/linux/drivers/net/wireless/virtual/ |
H A D | virt_wifi.c | 204 /* Clean up dangling callbacks if necessary. */ in virt_wifi_cancel_scan() 290 /* If there is work pending, clean up dangling callbacks. */ in virt_wifi_cancel_connect()
|