Home
last modified time | relevance | path

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

123

/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/share/man/man4/
H A Dpuc.439 This driver acts as a shim to connect PCI serial and parallel ports to the
H A Dciss.439 We provide a shim layer between the
/freebsd/sys/contrib/openzfs/lib/libspl/include/sys/
H A Dpoll.h31 * However, glibc, klibc and uclibc break this shim by including sys/poll.h
/freebsd/stand/efi/gptboot/
H A Dproto.c51 * Shim routine for the gpt code to read in the gpt table. The
78 * Shim routine for the gpt code to write in the gpt table. The
/freebsd/lib/libc/gen/
H A Dgetentropy.381 libc compatibility shim first appeared in
/freebsd/contrib/cortex-strings/
H A DMakefile.am146 reference/newlib-c/shim.h
252 reference/newlib/shim.h
/freebsd/lib/libc/stdio/
H A Dfopencookie.398 is implemented as a thin shim around the
/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/
H A DMakefile.libcompat50 @echo ">>> stage 4.3.${libcompatidx}: building lib${libcompat} shim libraries"
/freebsd/tests/sys/acl/
H A Dacl-api-test.c36 /* Compatibility shim to make it possible to run this test on Linux
/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
/freebsd/sys/contrib/ncsw/Peripherals/FM/Pcd/
H A Dfm_pcd.c1381 … /* If IPv4+Frag, we need to set 2 units - SHIM 2 and IPv4. We first set SHIM2, and than check if in FM_PCD_NetEnvCharacteristicsSet()
1401 … /* If IPv6+Frag, we need to set 2 units - SHIM 2 and IPv6. We first set SHIM2, and than check if in FM_PCD_NetEnvCharacteristicsSet()
1433 /* if private header (shim), check that no other headers specified */ in FM_PCD_NetEnvCharacteristicsSet()
1440 … REPORT_ERROR(MAJOR, E_NOT_SUPPORTED, ("SHIM header may not be interchanged with other headers")); in FM_PCD_NetEnvCharacteristicsSet()
1454 … REPORT_ERROR(MAJOR, E_NOT_SUPPORTED, ("SHIM header cannot be selected with UDP_IPSEC_ESP")); in FM_PCD_NetEnvCharacteristicsSet()
1465 REPORT_ERROR(MAJOR, E_NOT_SUPPORTED, ("Requested SHIM not supported")); in FM_PCD_NetEnvCharacteristicsSet()
/freebsd/sys/fs/fdescfs/
H A Dfdesc_vfsops.c64 * Compatibility shim for old mount(2) system call.

123