Home
last modified time | relevance | path

Searched refs:compat (Results 1 – 25 of 349) sorted by relevance

12345678910>>...14

/NextBSD/sys/conf/
HDfiles.pc9854 compat/linprocfs/linprocfs.c optional linprocfs
55 compat/linsysfs/linsysfs.c optional linsysfs
56 compat/linux/linux_event.c optional compat_linux
57 compat/linux/linux_emul.c optional compat_linux
58 compat/linux/linux_file.c optional compat_linux
59 compat/linux/linux_fork.c optional compat_linux
60 compat/linux/linux_futex.c optional compat_linux
61 compat/linux/linux_getcwd.c optional compat_linux
62 compat/linux/linux_ioctl.c optional compat_linux
63 compat/linux/linux_ipc.c optional compat_linux
[all …]
HDfiles.i38687 compat/linprocfs/linprocfs.c optional linprocfs
88 compat/linsysfs/linsysfs.c optional linsysfs
89 compat/linux/linux_event.c optional compat_linux
90 compat/linux/linux_emul.c optional compat_linux
91 compat/linux/linux_file.c optional compat_linux
92 compat/linux/linux_fork.c optional compat_linux
93 compat/linux/linux_futex.c optional compat_linux
94 compat/linux/linux_getcwd.c optional compat_linux
95 compat/linux/linux_ioctl.c optional compat_linux
96 compat/linux/linux_ipc.c optional compat_linux
[all …]
/NextBSD/contrib/ntp/sntp/libopts/
HDMakefile.am21 _NORETURN_H=$(srcdir)/compat/_Noreturn.h
22 EXTRA_DIST += $(srcdir)/compat/_Noreturn.h
45 check.c compat/snprintf.c compat/strchr.c \
46 compat/strdup.c compat/_Noreturn.h compat/pathfind.c \
47 compat/compat.h compat/windows-config.h configfile.c \
/NextBSD/sys/dev/uart/
HDuart_cpu_sparc64.c204 char buf[32], compat[32], dev[64]; in uart_cpu_getdev() local
236 if (OF_getprop(input, "compatible", compat, sizeof(compat)) == -1) in uart_cpu_getdev()
237 compat[0] = '\0'; in uart_cpu_getdev()
242 !strcmp(compat, "sab82532")) { in uart_cpu_getdev()
265 !strcmp(buf, "su_pnp") || !strcmp(compat, "rsc-console") || in uart_cpu_getdev()
266 !strcmp(compat, "su") || !strcmp(compat, "su16550") || in uart_cpu_getdev()
267 !strcmp(compat, "su16552")) { in uart_cpu_getdev()
270 } else if (!strcmp(compat, "sgsbbc")) { in uart_cpu_getdev()
285 else if (!strcmp(compat, "rsc-console")) in uart_cpu_getdev()
/NextBSD/sys/dev/ofw/
HDofw_bus_subr.c181 ofw_bus_node_is_compatible(const char *compat, int len, const char *onecompat) in ofw_bus_node_is_compatible() argument
189 if (strlen(compat) == onelen && in ofw_bus_node_is_compatible()
190 strncasecmp(compat, onecompat, onelen) == 0) { in ofw_bus_node_is_compatible()
197 l = strlen(compat) + 1; in ofw_bus_node_is_compatible()
198 compat += l; in ofw_bus_node_is_compatible()
209 const char *compat; in ofw_bus_is_compatible() local
212 if ((compat = ofw_bus_get_compat(dev)) == NULL) in ofw_bus_is_compatible()
222 return (ofw_bus_node_is_compatible(compat, len, onecompat)); in ofw_bus_is_compatible()
228 const char *compat; in ofw_bus_is_compatible_strict() local
231 if ((compat = ofw_bus_get_compat(dev)) == NULL) in ofw_bus_is_compatible_strict()
[all …]
HDofw_iicbus.c108 char compat[255]; in ofw_iicbus_attach() local
136 compatlen = OF_getprop(root, "compatible", compat, in ofw_iicbus_attach()
137 sizeof(compat)); in ofw_iicbus_attach()
139 for (curstr = compat; curstr < compat + compatlen; in ofw_iicbus_attach()
/NextBSD/usr.sbin/cron/doc/
HDMakefile.vixie90 externs.h compat.h
92 env.c job.c user.c popen.c misc.c compat.c
94 LINT_CRON = cron.c database.c user.c entry.c compat.c \
96 LINT_CRONTAB = crontab.c misc.c entry.c env.c compat.c
98 misc.o env.o popen.o compat.o
99 CRONTAB_OBJ = crontab.o misc.o entry.o env.o compat.o
127 $(CRON_OBJ) : cron.h compat.h config.h externs.h pathnames.h Makefile
128 $(CRONTAB_OBJ) : cron.h compat.h config.h externs.h pathnames.h Makefile
/NextBSD/sys/dev/fdt/
HDfdt_common.c246 char *compat; in fdt_is_compatible() local
252 compat = (char *)&buf; in fdt_is_compatible()
253 bzero(compat, FDT_COMPAT_LEN); in fdt_is_compatible()
255 if (OF_getprop(node, "compatible", compat, FDT_COMPAT_LEN) < 0) in fdt_is_compatible()
261 if (strncasecmp(compat, compatstr, onelen) == 0) { in fdt_is_compatible()
267 l = strlen(compat) + 1; in fdt_is_compatible()
268 compat += l; in fdt_is_compatible()
278 char compat[FDT_COMPAT_LEN]; in fdt_is_compatible_strict() local
283 if (OF_getprop(node, "compatible", compat, FDT_COMPAT_LEN) < 0) in fdt_is_compatible_strict()
286 if (strncasecmp(compat, compatible, FDT_COMPAT_LEN) == 0) in fdt_is_compatible_strict()
[all …]
HDfdt_arm_platform.c48 const char *compat; in fdt_platform_probe() local
60 compat = FDT_PLATFORM(plat)->fdt_compatible; in fdt_platform_probe()
61 if (fdt_is_compatible(root, compat) != 0) in fdt_platform_probe()
/NextBSD/etc/rc.d/
HDabi30 if [ -x /compat/linux/sbin/ldconfigDisabled ]; then
32 /compat/linux/sbin/ldconfig -C ${_tmpdir}/ld.so.cache
33 if ! cmp -s ${_tmpdir}/ld.so.cache /compat/linux/etc/ld.so.cache; then
34 cat ${_tmpdir}/ld.so.cache > /compat/linux/etc/ld.so.cache
/NextBSD/tools/tools/shlib-compat/
HDREADME3 shlib-compat uses dwarf debugging symbols to recreate definitions of
6 The shlib-compat.py script requires devel/dwarfdump port to be
15 .include "../../tools/tools/shlib-compat/Makefile.sysfake"
19 ./shlib-compat.py -v --alias-prefix __sysfake_ \
/NextBSD/sys/sparc64/sparc64/
HDschppm.c88 const char* compat; in schppm_probe() local
90 compat = ofw_bus_get_compat(dev); in schppm_probe()
91 if (compat != NULL && strcmp(ofw_bus_get_name(dev), "ppm") == 0 && in schppm_probe()
92 strcmp(compat, "gp2-ppm") == 0) { in schppm_probe()
/NextBSD/sys/powerpc/powermac/
HDuninorth.c274 char compat[32]; in unin_chip_attach() local
395 memset(compat, 0, sizeof(compat)); in unin_chip_attach()
396 OF_getprop(child, "compatible", compat, sizeof(compat)); in unin_chip_attach()
397 if (strcmp(compat, "gmac") == 0) in unin_chip_attach()
399 if (strcmp(compat, "chrp,open-pic") == 0) in unin_chip_attach()
407 memset(compat, 0, sizeof(compat)); in unin_chip_attach()
408 OF_getprop(child, "compatible", compat, sizeof(compat)); in unin_chip_attach()
409 if (strcmp(compat, "gmac") == 0) in unin_chip_attach()
/NextBSD/etc/
HDnsswitch.conf5 group: compat
9 passwd: compat
12 services: compat
/NextBSD/sys/arm/ti/twl/
HDtwl.c348 const char *compat; in twl_probe() local
352 if ((compat = ofw_bus_get_compat(dev)) == NULL) in twl_probe()
367 if (strncasecmp(compat, "ti,twl6030", 10) == 0) in twl_probe()
369 else if (strncasecmp(compat, "ti,twl6025", 10) == 0) in twl_probe()
371 else if (strncasecmp(compat, "ti,twl4030", 10) == 0) in twl_probe()
378 l = strlen(compat) + 1; in twl_probe()
379 compat += l; in twl_probe()
/NextBSD/tools/kerneldoc/subsys/
HDDoxyfile-linux14 INPUT = $(DOXYGEN_SRC_PATH)/compat/linux \
15 $(DOXYGEN_SRC_PATH)/compat/linprocfs \
16 $(DOXYGEN_SRC_PATH)/compat/linsysfs \
/NextBSD/cddl/usr.sbin/plockstat/
HDMakefile11 CFLAGS+= -I${.CURDIR}/../../../sys/cddl/compat/opensolaris \
12 -I${.CURDIR}/../../../cddl/compat/opensolaris/include \
17 -I${OPENSOLARIS_SYS_DISTDIR}/compat \
/NextBSD/tools/tools/mfi/
HDrunmegacli.sh14 linuxdir=/compat/linux
32 linuxver=`sysctl -n compat.linux.osrelease | cut -d . -f 1,2`
34 sysctl compat.linux.osrelease=$osrelease
/NextBSD/cddl/usr.sbin/dtrace/
HDMakefile13 CFLAGS+= -I${.CURDIR}/../../../sys/cddl/compat/opensolaris \
14 -I${.CURDIR}/../../../cddl/compat/opensolaris/include \
19 -I${OPENSOLARIS_SYS_DISTDIR}/compat
/NextBSD/cddl/usr.sbin/lockstat/
HDMakefile11 CFLAGS+= -I${.CURDIR}/../../../sys/cddl/compat/opensolaris \
12 -I${.CURDIR}/../../../cddl/compat/opensolaris/include \
17 -I${OPENSOLARIS_SYS_DISTDIR}/compat \
/NextBSD/cddl/lib/libzfs_core/
HDMakefile3 .PATH: ${.CURDIR}/../../../cddl/compat/opensolaris/misc
23 CFLAGS+= -I${.CURDIR}/../../../sys/cddl/compat/opensolaris
24 CFLAGS+= -I${.CURDIR}/../../../cddl/compat/opensolaris/include
25 CFLAGS+= -I${.CURDIR}/../../../cddl/compat/opensolaris/lib/libumem
/NextBSD/lib/libc/compat-43/
HDMakefile.inc5 .PATH: ${LIBC_SRCTOP}/${LIBC_ARCH}/compat-43 ${LIBC_SRCTOP}/compat-43
10 SYM_MAPS+=${LIBC_SRCTOP}/compat-43/Symbol.map
/NextBSD/contrib/ncurses/
HDmk-hdr.awk65 printf "# compat: %s\n", compat
90 if (data[i] == "curses.h" && compat == "yes") {
101 if (data[i] == "curses.h" && compat == "yes") {
/NextBSD/crypto/openssh/openbsd-compat/regress/
HDMakefile.in14 LIBCOMPAT=../libopenbsd-compat.a
27 @echo running compat regress tests
32 @echo finished compat regress tests
/NextBSD/contrib/ldns/
HDacx_nlnetlabs.m411 # 2012-02-09 Fix AHX_MEMCMP_BROKEN with undef in compat/memcmp.h.
75 # AHX_CONFIG_SNPRINTF - snprintf compat prototype
76 # AHX_CONFIG_INET_PTON - inet_pton compat prototype
77 # AHX_CONFIG_INET_NTOP - inet_ntop compat prototype
78 # AHX_CONFIG_INET_ATON - inet_aton compat prototype
79 # AHX_CONFIG_MEMMOVE - memmove compat prototype
80 # AHX_CONFIG_STRLCAT - strlcat compat prototype
81 # AHX_CONFIG_STRLCPY - strlcpy compat prototype
82 # AHX_CONFIG_GMTIME_R - gmtime_r compat prototype
83 # AHX_CONFIG_W32_SLEEP - w32 compat for sleep
[all …]

12345678910>>...14