| /f-stack/tools/ |
| H A D | lib.mk | 23 FF_LIB_CFLAGS+= -I${TOPDIR}/lib -I${TOPDIR}/tools/compat 24 FF_LIB_CFLAGS+= -include${TOPDIR}/tools/compat/compat.h 25 FF_LIB_CFLAGS+= -I${TOPDIR}/tools/compat/include -D__BSD_VISIBLE
|
| H A D | prog.mk | 50 FF_PROG_CFLAGS+= -I${TOPDIR}/lib -I${TOPDIR}/tools/compat 51 FF_PROG_CFLAGS+= -include${TOPDIR}/tools/compat/compat.h 52 FF_PROG_CFLAGS+= -I${TOPDIR}/tools/compat/include -D__BSD_VISIBLE 55 FF_PROG_LIBS:= -L${TOPDIR}/tools/compat -Wl,--whole-archive,-lffcompat,--no-whole-archive
|
| H A D | Makefile | 1 SUBDIRS=compat libutil libmemstat libxo libnetgraph sysctl ifconfig route top netstat ngctl ipfw ar…
|
| /f-stack/freebsd/contrib/libsodium/dist-build/ |
| H A D | android-build.sh | 62 egrep '^#define ' config.log | sort -u > config-def-compat.log 78 if ! cmp config-def.log config-def-compat.log; then 80 diff -u config-def.log config-def-compat.log >&2 83 rm -f config-def.log config-def-compat.log
|
| /f-stack/freebsd/arm/allwinner/ |
| H A D | aw_ccu.c | 163 const struct ofw_compat_data *compat; in aw_ccu_search_compatible() local 167 for (compat = compat_data; compat->ocd_str != NULL; compat++) in aw_ccu_search_compatible() 168 if (ofw_bus_node_is_compatible(root, compat->ocd_str)) in aw_ccu_search_compatible() 171 return (compat); in aw_ccu_search_compatible()
|
| /f-stack/freebsd/contrib/openzfs/contrib/intel_qat/patch/ |
| H A D | 0001-timespec.diff | 24 diff --git a/quickassist/qat/compat/qat_compat.h b/quickassist/qat/compat/qat_compat.h 26 --- a/quickassist/qat/compat/qat_compat.h 27 +++ b/quickassist/qat/compat/qat_compat.h
|
| /f-stack/freebsd/arm/ti/twl/ |
| H A D | twl.c | 344 const char *compat; in twl_probe() local 348 if ((compat = ofw_bus_get_compat(dev)) == NULL) in twl_probe() 363 if (strncasecmp(compat, "ti,twl6030", 10) == 0) in twl_probe() 365 else if (strncasecmp(compat, "ti,twl6025", 10) == 0) in twl_probe() 367 else if (strncasecmp(compat, "ti,twl4030", 10) == 0) in twl_probe() 374 l = strlen(compat) + 1; in twl_probe() 375 compat += l; in twl_probe()
|
| /f-stack/freebsd/kern/ |
| H A D | init_sysent.c | 15 #define compat(n, name) .sy_narg = n, .sy_call = (sy_call_t *)__CONCAT(o,name) macro 17 #define compat(n, name) .sy_narg = 0, .sy_call = (sy_call_t *)nosys macro 66 …{ compat(AS(ocreat_args),creat), .sy_auevent = AUE_CREAT, .sy_flags = 0, .sy_thrcnt = SY_THR_STATI… 77 …{ compat(AS(olseek_args),lseek), .sy_auevent = AUE_LSEEK, .sy_flags = SYF_CAPENABLED, .sy_thrcnt =… 96 …{ compat(AS(ostat_args),stat), .sy_auevent = AUE_STAT, .sy_flags = 0, .sy_thrcnt = SY_THR_STATIC }… 98 …{ compat(AS(olstat_args),lstat), .sy_auevent = AUE_LSTAT, .sy_flags = 0, .sy_thrcnt = SY_THR_STATI… 122 …{ compat(0,getpagesize), .sy_auevent = AUE_NULL, .sy_flags = SYF_CAPENABLED, .sy_thrcnt = SY_THR_S… 129 …{ compat(AS(ommap_args),mmap), .sy_auevent = AUE_MMAP, .sy_flags = SYF_CAPENABLED, .sy_thrcnt = SY… 142 …{ compat(0,wait), .sy_auevent = AUE_WAIT4, .sy_flags = 0, .sy_thrcnt = SY_THR_STATIC }, /* 84 = … 204 …{ compat(AS(okillpg_args),killpg), .sy_auevent = AUE_KILLPG, .sy_flags = 0, .sy_thrcnt = SY_THR_ST… [all …]
|
| H A D | makesyscalls.sh | 8 compat=COMPAT_43 141 compat = \"$compat\"
|
| H A D | uipc_syscalls.c | 85 int compat); 87 int compat); 1352 getsockname1(struct thread *td, struct getsockname_args *uap, int compat) in getsockname1() argument 1368 if (compat && SV_PROC_FLAG(td->td_proc, SV_AOUT)) in getsockname1() 1438 getpeername1(struct thread *td, struct getpeername_args *uap, int compat) in getpeername1() argument 1454 if (compat && SV_PROC_FLAG(td->td_proc, SV_AOUT)) in getpeername1()
|
| /f-stack/freebsd/contrib/openzfs/config/ |
| H A D | kernel-in-compat-syscall.m4 | 9 #include <linux/compat.h>
|
| H A D | kernel-zlib.m4 | 2 dnl # 2.6.39 API compat,
|
| /f-stack/tools/ipfw/ |
| H A D | Makefile | 8 SRCS= ipfw2.c ipv6.c main.c nat.c tables.c compat.c
|
| /f-stack/tools/libnetgraph/ |
| H A D | Makefile | 24 SRCS= sock.c msg.c debug.c compat.c
|
| /f-stack/freebsd/arm/mv/ |
| H A D | mv_common.c | 207 const char *compat; member 336 char *compat; member 499 int i, ena, compat; in mv_fdt_pm() local 503 for (i = 0; fdt_pm_mask_table[i].compat != NULL; i++) { in mv_fdt_pm() 507 compat = ofw_bus_node_is_compatible(node, in mv_fdt_pm() 508 fdt_pm_mask_table[i].compat); in mv_fdt_pm() 510 if (compat && (cpu_pm_ctrl & fdt_pm_mask_table[i].mask)) { in mv_fdt_pm() 514 } else if (compat) { in mv_fdt_pm() 519 if (compat && (~cpu_pm_ctrl & fdt_pm_mask_table[i].mask)) { in mv_fdt_pm() 523 } else if (compat) { in mv_fdt_pm() [all …]
|
| /f-stack/freebsd/ |
| H A D | Makefile | 4 CSCOPEDIRS= bsm cam cddl compat conf contrib crypto ddb dev fs gdb \
|
| /f-stack/freebsd/arm/broadcom/bcm2835/ |
| H A D | bcm2835_cpufreq.c | 1205 const struct ofw_compat_data *compat; in bcm2835_cpufreq_identify() local 1209 for (compat = compat_data; compat->ocd_str != NULL; compat++) in bcm2835_cpufreq_identify() 1210 if (ofw_bus_node_is_compatible(root, compat->ocd_str)) in bcm2835_cpufreq_identify() 1213 if (compat->ocd_data == 0) in bcm2835_cpufreq_identify()
|
| H A D | files.bcm283x | 31 contrib/vchiq/interface/compat/vchi_bsd.c optional vchiq \
|
| /f-stack/freebsd/arm64/arm64/ |
| H A D | mp_machdep.c | 90 const char *compat; member 624 for (i = 0; fdt_quirks[i].compat != NULL; i++) { in cpu_init_fdt() 626 fdt_quirks[i].compat) != 0) { in cpu_init_fdt()
|
| /f-stack/freebsd/contrib/zstd/zlibWrapper/ |
| H A D | Makefile | 25 STDFLAGS = -std=c89 -pedantic -Wno-long-long -Wno-variadic-macros -Wc++-compat \
|
| /f-stack/freebsd/netpfil/ipfw/ |
| H A D | ip_dummynet.c | 2193 dummynet_get(struct sockopt *sopt, void **compat) in dummynet_get() argument 2211 if (!compat) { in dummynet_get() 2297 if (compat) { in dummynet_get() 2298 *compat = NULL; in dummynet_get() 2315 if (compat == NULL) { in dummynet_get() 2324 if (compat) { in dummynet_get() 2336 if (compat) { in dummynet_get() 2337 *compat = start; in dummynet_get()
|
| H A D | ip_dn_private.h | 438 int dummynet_get(struct sockopt *sopt, void **compat);
|
| /f-stack/dpdk/lib/ |
| H A D | meson.build | 141 # for compat we need to rebuild with
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/src/ |
| H A D | ctl.c | 599 arenas_i2a_impl(size_t i, bool compat, bool validate) { in arenas_i2a_impl() argument 610 if (compat && i == ctl_arenas->narenas) { in arenas_i2a_impl() 642 arenas_i_impl(tsd_t *tsd, size_t i, bool compat, bool init) { in arenas_i_impl() argument 645 assert(!compat || !init); in arenas_i_impl() 647 ret = ctl_arenas->arenas[arenas_i2a_impl(i, compat, false)]; in arenas_i_impl() 670 ctl_arenas->arenas[arenas_i2a_impl(i, compat, false)] = ret; in arenas_i_impl()
|
| /f-stack/freebsd/contrib/device-tree/src/powerpc/fsl/ |
| H A D | mpc8536si-post.dtsi | 173 /* mark compat w/8572 to get some erratum treatment */
|