| /NextBSD/sys/conf/ |
| HD | files.pc98 | 54 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 …]
|
| HD | files.i386 | 87 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/ |
| HD | Makefile.am | 21 _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/ |
| HD | uart_cpu_sparc64.c | 204 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/ |
| HD | ofw_bus_subr.c | 181 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 …]
|
| HD | ofw_iicbus.c | 108 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/ |
| HD | Makefile.vixie | 90 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/ |
| HD | fdt_common.c | 246 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 …]
|
| HD | fdt_arm_platform.c | 48 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/ |
| HD | abi | 30 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/ |
| HD | README | 3 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/ |
| HD | schppm.c | 88 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/ |
| HD | uninorth.c | 274 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/ |
| HD | nsswitch.conf | 5 group: compat 9 passwd: compat 12 services: compat
|
| /NextBSD/sys/arm/ti/twl/ |
| HD | twl.c | 348 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/ |
| HD | Doxyfile-linux | 14 INPUT = $(DOXYGEN_SRC_PATH)/compat/linux \ 15 $(DOXYGEN_SRC_PATH)/compat/linprocfs \ 16 $(DOXYGEN_SRC_PATH)/compat/linsysfs \
|
| /NextBSD/cddl/usr.sbin/plockstat/ |
| HD | Makefile | 11 CFLAGS+= -I${.CURDIR}/../../../sys/cddl/compat/opensolaris \ 12 -I${.CURDIR}/../../../cddl/compat/opensolaris/include \ 17 -I${OPENSOLARIS_SYS_DISTDIR}/compat \
|
| /NextBSD/tools/tools/mfi/ |
| HD | runmegacli.sh | 14 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/ |
| HD | Makefile | 13 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/ |
| HD | Makefile | 11 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/ |
| HD | Makefile | 3 .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/ |
| HD | Makefile.inc | 5 .PATH: ${LIBC_SRCTOP}/${LIBC_ARCH}/compat-43 ${LIBC_SRCTOP}/compat-43 10 SYM_MAPS+=${LIBC_SRCTOP}/compat-43/Symbol.map
|
| /NextBSD/contrib/ncurses/ |
| HD | mk-hdr.awk | 65 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/ |
| HD | Makefile.in | 14 LIBCOMPAT=../libopenbsd-compat.a 27 @echo running compat regress tests 32 @echo finished compat regress tests
|
| /NextBSD/contrib/ldns/ |
| HD | acx_nlnetlabs.m4 | 11 # 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 …]
|