Home
last modified time | relevance | path

Searched full:dangling (Results 1 – 25 of 141) sorted by relevance

123456

/openbmc/openbmc/meta-raspberrypi/.github/actions/docker-clean-dangling/
H A Daction.yml5 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 Davro-c++_1.11.3.bb25 …/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 Daction.yml36 # 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 Dcompliance.yml34 - name: Cleanup dangling docker images
35 uses: ./.github/actions/docker-clean-dangling
H A Dyocto-layer.yml55 - name: Cleanup dangling docker images
56 uses: ./.github/actions/docker-clean-dangling
H A Dyocto-builds.yml87 - name: Cleanup dangling docker images
88 uses: ./.github/actions/docker-clean-dangling
/openbmc/openbmc/poky/meta/recipes-kernel/systemtap/
H A Dsystemtap_git.bb39 …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 Draw_vec.rs35 /// * 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 DrcK8 # Ignore dangling symlinks (if any).
H A DrcS9 # Ignore dangling symlinks (if any).
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/toybox/toybox-inittab/
H A DrcK8 # Ignore dangling symlinks (if any).
H A DrcS9 # Ignore dangling symlinks (if any).
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/daemontools/daemontools/
H A D0002-supervise.c-.-supervise-may-be-a-symlink-if-it-s-da.diff4 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 Dste-hrefv60plus.dtsi366 /* Dangling GPIO pins */
369 /* Normally UART1 RXD, now dangling */
/openbmc/linux/drivers/infiniband/hw/hfi1/
H A Dpio_copy.c82 * 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 Ddecodetree.py478 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 D0001-Fix-list-traversal-issue-in-client_calc_layer.patch7 can cause us to follow dangling ->next pointers (either by the pointer
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dmime-xdg.bbclass15 # symlinks. For us these are dangling and cannot be introspected for "MimeType"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/ckermit/
H A Dckermit_302.bb55 # Fix up dangling symlink
/openbmc/linux/drivers/ssb/
H A Dscan.c254 * 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 Ddrm_mode_object.h80 * dangling property pointers:
/openbmc/linux/net/x25/
H A Dx25_dev.c12 * 2000-09-04 Henner Eisen Prevent freeing a dangling skb.
/openbmc/linux/security/keys/
H A Duser_defined.c144 * dispose of the data dangling from the corpse of a user key
/openbmc/pldm/
H A D.clang-tidy8 bugprone-dangling-handle,
/openbmc/linux/drivers/net/wireless/virtual/
H A Dvirt_wifi.c204 /* 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()

123456