Home
last modified time | relevance | path

Searched full:shim (Results 1 – 25 of 88) sorted by relevance

1234

/freebsd/contrib/tcpdump/
H A Dprint-bcm-li.c66 u_int shim, direction, pkt_type, pkt_subtype, li_id; in bcm_li_print() local
73 shim = GET_BE_U_4(bp); in bcm_li_print()
75 direction = (shim >> 29) & 0x7; in bcm_li_print()
76 pkt_type = (shim >> 25) & 0xf; in bcm_li_print()
77 pkt_subtype = (shim >> 22) & 0x7; in bcm_li_print()
78 li_id = shim & 0x3fffff; in bcm_li_print()
83 ND_PRINT("%sBCM-LI-SHIM: direction %s, pkt-type %s, pkt-subtype %s, li-id %u%s", in bcm_li_print()
/freebsd/crypto/openssl/test/testutil/
H A Dapps_shims.c14 /* shim that avoids sucking in too much from apps/apps.c */
32 /* shim to prevent sucking in too much from apps */
/freebsd/contrib/ntp/include/
H A Dlibssl_compat.h11 * This is a clean room implementation of shim functions that have
46 /* shim the new-style API on an old-style OpenSSL */
/freebsd/contrib/libfido2/openbsd-compat/
H A Dexplicit_bzero_win32.c3 * Win32 explicit_bzero compatibility shim.
H A Dtypes.h3 * sys/types.h compatibility shim
H A Derr.h3 * err.h compatibility shim
H A Dtime.h3 * sys/time.h compatibility shim
/freebsd/stand/efi/gptboot/
H A Dproto.c53 * Shim routine for the gpt code to read in the gpt table. The
80 * Shim routine for the gpt code to write in the gpt table. The
/freebsd/sys/contrib/openzfs/lib/libspl/include/sys/
H A Dpoll.h32 * However, glibc, klibc and uclibc break this shim by including sys/poll.h
/freebsd/lib/libc/gen/
H A Dgetentropy.381 libc compatibility shim first appeared in
/freebsd/lib/libc/stdio/
H A Dfopencookie.398 is implemented as a thin shim around the
/freebsd/crypto/krb5/src/util/support/
H A Dstrerror_r.c2 /* util/support/strerror_r.c - strerror_r compatibility shim */
/freebsd/share/man/man4/
H A Dciss.439 We provide a shim layer between the
H A Dpuc.444 driver acts as a shim to connect
/freebsd/sys/modules/usb/
H A DMakefile102 # The bcm2838_xhci shim is specific to the Raspberry Pi 4 SoC.
/freebsd/contrib/ntp/libntp/
H A Dlibssl_compat.c10 * This is a clean room implementation of shim functions that have
12 * while OpenSSL broke binary compatibility with v1.1, this shim module
/freebsd/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingUtil.h34 /* PS4 doesn't have setenv/getenv/fork. Define a shim. */
/freebsd/crypto/heimdal/lib/gssapi/mech/
H A Dgss_acquire_cred_ext.c75 * Shim for mechanisms that adhere to API-as-SPI and do not in _gss_acquire_mech_cred()
/freebsd/sys/sys/
H A Dcons.h144 /* sc(4) / vt(4) coexistence shim */
/freebsd/contrib/libyaml/src/
H A Dyaml_private.h672 /* Shim arguments are arguments that must be included in your function,
674 #define SHIM(a) /*@unused@*/ a __attribute__unused__ macro
676 /* UNUSED_PARAM() marks a shim argument in the body to silence compiler warnings */
/freebsd/tests/sys/acl/
H A Dacl-api-test.c36 /* Compatibility shim to make it possible to run this test on Linux
/freebsd/
H A DMakefile.libcompat50 @echo ">>> stage 4.3.${libcompatidx}: building lib${libcompat} shim libraries"
/freebsd/contrib/llvm-project/compiler-rt/lib/asan_abi/
H A Dasan_abi_shim.cpp1 //===-asan_abi_shim.cpp - ASan Stable ABI Shim-----------------------------===//
67 // but will likely move into the Stable ABI implementation and not in the shim.
/freebsd/sys/contrib/openzfs/config/
H A Ddeb.am70 ## to do this, so we install a shim onto the path which calls the real
/freebsd/contrib/bmake/mk/
H A Ddirdeps-cache-update.mk114 # we are the background update shim

1234