/freebsd/contrib/tcpdump/ |
H A D | print-bcm-li.c | 66 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 D | apps_shims.c | 14 /* 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 D | libssl_compat.h | 11 * 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 D | explicit_bzero_win32.c | 3 * Win32 explicit_bzero compatibility shim.
|
H A D | types.h | 3 * sys/types.h compatibility shim
|
H A D | err.h | 3 * err.h compatibility shim
|
H A D | time.h | 3 * sys/time.h compatibility shim
|
/freebsd/share/man/man4/ |
H A D | puc.4 | 39 This driver acts as a shim to connect PCI serial and parallel ports to the
|
H A D | ciss.4 | 39 We provide a shim layer between the
|
/freebsd/sys/contrib/openzfs/lib/libspl/include/sys/ |
H A D | poll.h | 31 * However, glibc, klibc and uclibc break this shim by including sys/poll.h
|
/freebsd/stand/efi/gptboot/ |
H A D | proto.c | 51 * 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 D | getentropy.3 | 81 libc compatibility shim first appeared in
|
/freebsd/contrib/cortex-strings/ |
H A D | Makefile.am | 146 reference/newlib-c/shim.h 252 reference/newlib/shim.h
|
/freebsd/lib/libc/stdio/ |
H A D | fopencookie.3 | 98 is implemented as a thin shim around the
|
/freebsd/contrib/ntp/libntp/ |
H A D | libssl_compat.c | 10 * 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 D | InstrProfilingUtil.h | 34 /* PS4 doesn't have setenv/getenv/fork. Define a shim. */
|
/freebsd/crypto/heimdal/lib/gssapi/mech/ |
H A D | gss_acquire_cred_ext.c | 75 * Shim for mechanisms that adhere to API-as-SPI and do not in _gss_acquire_mech_cred()
|
/freebsd/sys/sys/ |
H A D | cons.h | 144 /* sc(4) / vt(4) coexistence shim */
|
/freebsd/ |
H A D | Makefile.libcompat | 50 @echo ">>> stage 4.3.${libcompatidx}: building lib${libcompat} shim libraries"
|
/freebsd/tests/sys/acl/ |
H A D | acl-api-test.c | 36 /* Compatibility shim to make it possible to run this test on Linux
|
/freebsd/contrib/llvm-project/compiler-rt/lib/asan_abi/ |
H A D | asan_abi_shim.cpp | 1 //===-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 D | deb.am | 70 ## to do this, so we install a shim onto the path which calls the real
|
/freebsd/contrib/bmake/mk/ |
H A D | dirdeps-cache-update.mk | 114 # we are the background update shim
|
/freebsd/sys/contrib/ncsw/Peripherals/FM/Pcd/ |
H A D | fm_pcd.c | 1381 … /* 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 D | fdesc_vfsops.c | 64 * Compatibility shim for old mount(2) system call.
|