/openbmc/linux/drivers/accel/qaic/ |
H A D | qaic_control.c | 252 struct wrapper_list *wrappers = msg; in gen_crc() local 256 list_for_each_entry(w, &wrappers->list, list) in gen_crc() 341 static struct wrapper_msg *add_wrapper(struct wrapper_list *wrappers, u32 size) in add_wrapper() argument 347 list_add_tail(&w->list, &wrappers->list); in add_wrapper() 349 w->head = wrappers; in add_wrapper() 353 static int encode_passthrough(struct qaic_device *qdev, void *trans, struct wrapper_list *wrappers, in encode_passthrough() argument 363 wrapper = list_first_entry(&wrappers->list, struct wrapper_msg, list); in encode_passthrough() 373 trans_wrapper = add_wrapper(wrappers, in encode_passthrough() 480 static int encode_addr_size_pairs(struct dma_xfer *xfer, struct wrapper_list *wrappers, in encode_addr_size_pairs() argument 508 trans_wrapper = add_wrapper(wrappers, QAIC_WRAPPER_MAX_SIZE); in encode_addr_size_pairs() [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/gensio/ |
H A D | gensio_2.8.7.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" 102 mkdir -p /usr/libexec/ccache-wrappers && \ 103 ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/x86_64-w64-mingw32-c++ && \ 104 ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/x86_64-w64-mingw32-cc && \ 105 ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/x86_64-w64-mingw32-g++ && \ 106 ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/x86_64-w64-mingw32-gcc
|
H A D | alpine.docker | 124 mkdir -p /usr/libexec/ccache-wrappers && \ 125 ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/cc && \ 126 ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/clang && \ 127 ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/gcc 129 ENV CCACHE_WRAPPERSDIR "/usr/libexec/ccache-wrappers"
|
H A D | opensuse-leap.docker | 128 mkdir -p /usr/libexec/ccache-wrappers && \ 129 ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/cc && \ 130 ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/clang && \ 131 ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/gcc 140 ENV CCACHE_WRAPPERSDIR "/usr/libexec/ccache-wrappers"
|
H A D | centos9.docker | 128 mkdir -p /usr/libexec/ccache-wrappers && \ 129 ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/cc && \ 130 ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/clang && \ 131 ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/gcc 133 ENV CCACHE_WRAPPERSDIR "/usr/libexec/ccache-wrappers"
|
H A D | fedora.docker | 146 mkdir -p /usr/libexec/ccache-wrappers && \ 147 ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/cc && \ 148 ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/clang && \ 149 ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/gcc 151 ENV CCACHE_WRAPPERSDIR "/usr/libexec/ccache-wrappers"
|
H A D | ubuntu2204.docker | 143 mkdir -p /usr/libexec/ccache-wrappers && \ 144 ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/cc && \ 145 ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/clang && \ 146 ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/gcc 148 ENV CCACHE_WRAPPERSDIR "/usr/libexec/ccache-wrappers"
|
H A D | debian.docker | 144 mkdir -p /usr/libexec/ccache-wrappers && \ 145 ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/cc && \ 146 ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/clang && \ 147 ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/gcc 149 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
|
H A D | fedora-rust-nightly.docker | 146 mkdir -p /usr/libexec/ccache-wrappers && \ 147 ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/cc && \ 148 ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/clang && \ 149 ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/gcc 151 ENV CCACHE_WRAPPERSDIR "/usr/libexec/ccache-wrappers"
|
/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/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.…
|
/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/openbmc/poky/meta/recipes-connectivity/socat/ |
H A D | socat_1.8.0.3.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/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/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-connectivity/nfs-utils/ |
H A D | nfs-utils_2.8.2.bb | 60 PACKAGECONFIG ??= "tcp-wrappers \ 64 PACKAGECONFIG:remove:libc-musl = "tcp-wrappers" 67 PACKAGECONFIG[tcp-wrappers] = "--with-tcp-wrappers,--without-tcp-wrappers,tcp-wrappers"
|
/openbmc/openbmc/poky/meta/recipes-extended/rpcbind/ |
H A D | rpcbind_1.2.7.bb | 25 PACKAGECONFIG ??= "tcp-wrappers" 26 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 | 31 PACKAGECONFIG ??= "tcp-wrappers" 32 PACKAGECONFIG[tcp-wrappers] = "--with-libwrap,,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
|