/openbmc/linux/drivers/accel/qaic/ |
H A D | qaic_control.c | 349 w->head = wrappers; in add_wrapper() 1164 wrappers = kmalloc(sizeof(*wrappers), GFP_KERNEL); in alloc_wrapper_list() 1165 if (!wrappers) in alloc_wrapper_list() 1170 return wrappers; in alloc_wrapper_list() 1185 if (!wrappers) in qaic_manage_msg_xfer() 1190 kfree(wrappers); in qaic_manage_msg_xfer() 1229 spin_lock(&wrappers->lock); in qaic_manage_msg_xfer() 1235 kfree(wrappers); in qaic_manage_msg_xfer() 1428 spin_lock(&wrappers->lock); in free_wrapper_from_list() 1434 kfree(wrappers); in free_wrapper_from_list() [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/gensio/ |
H A D | gensio_2.8.3.bb | 16 PACKAGECONFIG ??= "openssl tcp-wrappers" 19 PACKAGECONFIG[tcp-wrappers] = "--with-tcp-wrappers,--without-tcp-wrappers, tcp-wrappers"
|
/openbmc/qemu/tests/docker/dockerfiles/ |
H A D | debian-hexagon-cross.docker | 32 mkdir -p /usr/libexec/ccache-wrappers && \ 33 ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/c++ && \ 34 ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/cc && \ 35 ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/g++ && \ 36 ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/gcc && \ 45 ENV CCACHE_WRAPPERSDIR "/usr/libexec/ccache-wrappers"
|
H A D | fedora-win64-cross.docker | 72 ENV CCACHE_WRAPPERSDIR "/usr/libexec/ccache-wrappers" 101 mkdir -p /usr/libexec/ccache-wrappers && \ 102 ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/x86_64-w64-mingw32-c++ && \ 103 ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/x86_64-w64-mingw32-cc && \ 104 ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/x86_64-w64-mingw32-g++ && \ 105 ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/x86_64-w64-mingw32-gcc
|
H A D | alpine.docker | 120 mkdir -p /usr/libexec/ccache-wrappers && \ 121 ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/cc && \ 122 ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/clang && \ 123 ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/gcc 125 ENV CCACHE_WRAPPERSDIR "/usr/libexec/ccache-wrappers"
|
H A D | centos9.docker | 125 mkdir -p /usr/libexec/ccache-wrappers && \ 126 ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/cc && \ 127 ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/clang && \ 128 ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/gcc 130 ENV CCACHE_WRAPPERSDIR "/usr/libexec/ccache-wrappers"
|
H A D | opensuse-leap.docker | 123 mkdir -p /usr/libexec/ccache-wrappers && \ 124 ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/cc && \ 125 ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/clang && \ 126 ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/gcc 135 ENV CCACHE_WRAPPERSDIR "/usr/libexec/ccache-wrappers"
|
H A D | ubuntu2204.docker | 140 mkdir -p /usr/libexec/ccache-wrappers && \ 141 ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/cc && \ 142 ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/clang && \ 143 ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/gcc 145 ENV CCACHE_WRAPPERSDIR "/usr/libexec/ccache-wrappers"
|
H A D | fedora.docker | 142 mkdir -p /usr/libexec/ccache-wrappers && \ 143 ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/cc && \ 144 ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/clang && \ 145 ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/gcc 147 ENV CCACHE_WRAPPERSDIR "/usr/libexec/ccache-wrappers"
|
H A D | debian.docker | 140 mkdir -p /usr/libexec/ccache-wrappers && \ 141 ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/cc && \ 142 ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/clang && \ 143 ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/gcc 145 ENV CCACHE_WRAPPERSDIR "/usr/libexec/ccache-wrappers"
|
H A D | debian-riscv64-cross.docker | 39 ENV CCACHE_WRAPPERSDIR "/usr/libexec/ccache-wrappers" 75 mkdir -p /usr/libexec/ccache-wrappers && \ 76 ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/riscv64-linux-gnu-cc && \ 77 ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/riscv64-linux-gnu-gcc
|
/openbmc/openbmc/poky/meta/recipes-extended/quota/ |
H A D | quota_4.09.bb | 28 PACKAGECONFIG ??= "tcp-wrappers rpc bsd" 29 PACKAGECONFIG:libc-musl = "tcp-wrappers rpc" 31 PACKAGECONFIG[tcp-wrappers] = "--enable-libwrap,--disable-libwrap,tcp-wrappers"
|
/openbmc/qemu/scripts/coverity-scan/ |
H A D | coverity-scan.docker | 149 mkdir -p /usr/libexec/ccache-wrappers && \ 150 ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/c++ && \ 151 ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/cc && \ 152 ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/clang && \ 153 ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/g++ && \ 154 ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/gcc 156 ENV CCACHE_WRAPPERSDIR "/usr/libexec/ccache-wrappers"
|
/openbmc/openbmc/poky/meta/recipes-connectivity/socat/ |
H A D | socat_1.8.0.0.bb | 40 PACKAGECONFIG:class-target ??= "tcp-wrappers readline openssl" 42 PACKAGECONFIG[tcp-wrappers] = "--enable-libwrap,--disable-libwrap,tcp-wrappers"
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/vsftpd/ |
H A D | vsftpd_3.0.5.bb | 21 …${@bb.utils.contains('PACKAGECONFIG', 'tcp-wrappers', 'file://vsftpd-tcp_wrappers-support.patch', … 35 PACKAGECONFIG ??= "tcp-wrappers" 36 PACKAGECONFIG[tcp-wrappers] = ",,tcp-wrappers" 41 WRAPLIB = "${@bb.utils.contains('PACKAGECONFIG', 'tcp-wrappers', '-lwrap', '', d)}" 42 NOPAM_SRC ="${@bb.utils.contains('PACKAGECONFIG', 'tcp-wrappers', 'file://nopam-with-tcp_wrappers.p…
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/atftp/ |
H A D | atftp_0.8.0.bb | 18 PACKAGECONFIG ??= "tcp-wrappers" 20 PACKAGECONFIG[tcp-wrappers] = "--enable-libwrap,--disable-libwrap,tcp-wrappers"
|
/openbmc/linux/drivers/bcma/ |
H A D | scan.c | 278 u8 ports[2], wrappers[2]; in bcma_get_next_core() local 298 wrappers[0] = (cib & SCAN_CIB_NMW) >> SCAN_CIB_NMW_SHIFT; in bcma_get_next_core() 299 wrappers[1] = (cib & SCAN_CIB_NSW) >> SCAN_CIB_NSW_SHIFT; in bcma_get_next_core() 310 if (wrappers[0] + wrappers[1] == 0) { in bcma_get_next_core() 388 for (i = 0; i < wrappers[0]; i++) { in bcma_get_next_core() 405 for (i = 0; i < wrappers[1]; i++) { in bcma_get_next_core() 416 if (wrappers[0] == 0 && !i && !j) in bcma_get_next_core()
|
/openbmc/linux/Documentation/core-api/ |
H A D | printk-index.rst | 62 printk() call. Note that there are many wrappers, for example, 85 Subsystem specific printk wrappers 90 wrappers doing __printk_index_emit() together with the real printk() 95 using these special wrappers. It is implemented for the commonly 98 Additional changes are necessary for various subsystem specific wrappers 100 their own wrappers adding __printk_index_emit(). 102 Only few subsystem specific wrappers have been updated so far, 113 Subsystem specific wrappers usually add even more complicated
|
H A D | index.rst | 49 wrappers/atomic_t 50 wrappers/atomic_bitops 74 wrappers/memory-barriers.rst
|
/openbmc/linux/tools/usb/usbip/ |
H A D | configure.ac | 54 AC_MSG_CHECKING([whether to use the libwrap (TCP wrappers) library]) 55 AC_ARG_WITH([tcp-wrappers], 56 [AS_HELP_STRING([--with-tcp-wrappers], 57 [use the libwrap (TCP wrappers) library])],
|
/openbmc/openbmc/poky/meta/recipes-extended/rpcbind/ |
H A D | rpcbind_1.2.6.bb | 23 PACKAGECONFIG ??= "tcp-wrappers" 24 PACKAGECONFIG[tcp-wrappers] = "--enable-libwrap,--disable-libwrap,tcp-wrappers"
|
/openbmc/openbmc/poky/meta/recipes-extended/xinetd/ |
H A D | xinetd_2.3.15.4.bb | 30 PACKAGECONFIG ??= "tcp-wrappers" 31 PACKAGECONFIG[tcp-wrappers] = "--with-libwrap,,tcp-wrappers"
|
/openbmc/openbmc/poky/meta/recipes-connectivity/nfs-utils/ |
H A D | nfs-utils_2.6.4.bb | 67 PACKAGECONFIG ??= "tcp-wrappers \ 70 PACKAGECONFIG:remove:libc-musl = "tcp-wrappers" 71 PACKAGECONFIG[tcp-wrappers] = "--with-tcp-wrappers,--without-tcp-wrappers,tcp-wrappers"
|
/openbmc/openbmc/poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/ |
H A D | safe_finger.patch | 3 --- tcp-wrappers-7.6-ipv6.1.orig/safe_finger.c 4 +++ tcp-wrappers-7.6-ipv6.1/safe_finger.c
|
/openbmc/qemu/docs/devel/ |
H A D | block-coroutine-wrapper.rst | 17 BDRV_POLL_WHILE() loop. It's boring to create such wrappers by hand, 41 You are done. During the build, coroutine wrappers will be generated in 53 3. The core API of generated coroutine wrappers is placed in
|