HomeSort by: relevance | last modified time | path
    Searched defs:compat (Results 1 - 25 of 117) sorted by relevancy

1 2 3 4 5

  /src/usr.bin/make/unit-tests/
deptgt-silent-jobs.mk 15 all: compat jobs
16 .PHONY: all compat jobs test
24 # expect: compat: testing 1
25 # expect: compat: testing 2
26 # expect: compat: testing 3
27 compat: target
28 @${MAKE} -r -f ${MAKEFILE} test VARIANT=compat
deptgt-silent-jobs.mk 15 all: compat jobs
16 .PHONY: all compat jobs test
24 # expect: compat: testing 1
25 # expect: compat: testing 2
26 # expect: compat: testing 3
27 compat: target
28 @${MAKE} -r -f ${MAKEFILE} test VARIANT=compat
deptgt-silent-jobs.mk 15 all: compat jobs
16 .PHONY: all compat jobs test
24 # expect: compat: testing 1
25 # expect: compat: testing 2
26 # expect: compat: testing 3
27 compat: target
28 @${MAKE} -r -f ${MAKEFILE} test VARIANT=compat
varname-make_stack_trace.mk 15 @${MAKE} -f ${MAKEFILE} disabled-compat || :
17 @MAKE_STACK_TRACE=yes ${MAKE} -f ${MAKEFILE} enabled-compat || :
20 # expect-not: in target "disabled-compat"
21 disabled-compat: .PHONY
28 # expect: in target "enabled-compat"
29 enabled-compat: .PHONY
varname-make_stack_trace.mk 15 @${MAKE} -f ${MAKEFILE} disabled-compat || :
17 @MAKE_STACK_TRACE=yes ${MAKE} -f ${MAKEFILE} enabled-compat || :
20 # expect-not: in target "disabled-compat"
21 disabled-compat: .PHONY
28 # expect: in target "enabled-compat"
29 enabled-compat: .PHONY
varname-make_stack_trace.mk 15 @${MAKE} -f ${MAKEFILE} disabled-compat || :
17 @MAKE_STACK_TRACE=yes ${MAKE} -f ${MAKEFILE} enabled-compat || :
20 # expect-not: in target "disabled-compat"
21 disabled-compat: .PHONY
28 # expect: in target "enabled-compat"
29 enabled-compat: .PHONY
cmd-interrupt.mk 24 all: interrupt-compat
29 @rm -f cmd-interrupt-precious cmd-interrupt-compat
46 interrupt-compat:
47 @${MAKE} -f ${MAKEFILE} cmd-interrupt-compat || true
48 @echo ${.TARGET} ${exists(././cmd-interrupt-compat) :? expected-fail : unexpected-ok }
62 # When the make process (and not the process group) is interrupted in compat
67 cmd-interrupt-compat:
cmd-interrupt.mk 24 all: interrupt-compat
29 @rm -f cmd-interrupt-precious cmd-interrupt-compat
46 interrupt-compat:
47 @${MAKE} -f ${MAKEFILE} cmd-interrupt-compat || true
48 @echo ${.TARGET} ${exists(././cmd-interrupt-compat) :? expected-fail : unexpected-ok }
62 # When the make process (and not the process group) is interrupted in compat
67 cmd-interrupt-compat:
cmd-interrupt.mk 24 all: interrupt-compat
29 @rm -f cmd-interrupt-precious cmd-interrupt-compat
46 interrupt-compat:
47 @${MAKE} -f ${MAKEFILE} cmd-interrupt-compat || true
48 @echo ${.TARGET} ${exists(././cmd-interrupt-compat) :? expected-fail : unexpected-ok }
62 # When the make process (and not the process group) is interrupted in compat
67 cmd-interrupt-compat:
  /src/sys/arch/macppc/macppc/
interrupts.c 58 const char *compat[] = { variable in typeref:typename:const char * []
84 while ((pic != 0) && !of_compatible(pic, compat))
interrupts.c 58 const char *compat[] = { variable in typeref:typename:const char * []
84 while ((pic != 0) && !of_compatible(pic, compat))
interrupts.c 58 const char *compat[] = { variable in typeref:typename:const char * []
84 while ((pic != 0) && !of_compatible(pic, compat))
  /src/etc/mtree/
Makefile 14 # The compat specific files
17 .include "${NETBSDSRCDIR}/compat/archdirs.mk"
18 .if exists(NetBSD.compat.${MTREE_MACHINE_ARCH})
19 EXTRA_DIST_FILES+= NetBSD.compat.${MTREE_MACHINE_ARCH}
21 EXTRA_DIST_FILES+= NetBSD.dist.compat # autogenerated
56 EXTRA_DIST_FILES+= NetBSD.dist.tests.compat
86 NetBSD.dist.compat: NetBSD.dist.compat.in mkcompat.awk
96 NetBSD.dist.tests.compat: NetBSD.dist.tests mkcompattree.awk
140 CLEANFILES+= NetBSD.dist.compat
    [all...]
Makefile 14 # The compat specific files
17 .include "${NETBSDSRCDIR}/compat/archdirs.mk"
18 .if exists(NetBSD.compat.${MTREE_MACHINE_ARCH})
19 EXTRA_DIST_FILES+= NetBSD.compat.${MTREE_MACHINE_ARCH}
21 EXTRA_DIST_FILES+= NetBSD.dist.compat # autogenerated
56 EXTRA_DIST_FILES+= NetBSD.dist.tests.compat
86 NetBSD.dist.compat: NetBSD.dist.compat.in mkcompat.awk
96 NetBSD.dist.tests.compat: NetBSD.dist.tests mkcompattree.awk
140 CLEANFILES+= NetBSD.dist.compat
    [all...]
Makefile 14 # The compat specific files
17 .include "${NETBSDSRCDIR}/compat/archdirs.mk"
18 .if exists(NetBSD.compat.${MTREE_MACHINE_ARCH})
19 EXTRA_DIST_FILES+= NetBSD.compat.${MTREE_MACHINE_ARCH}
21 EXTRA_DIST_FILES+= NetBSD.dist.compat # autogenerated
56 EXTRA_DIST_FILES+= NetBSD.dist.tests.compat
86 NetBSD.dist.compat: NetBSD.dist.compat.in mkcompat.awk
96 NetBSD.dist.tests.compat: NetBSD.dist.tests mkcompattree.awk
140 CLEANFILES+= NetBSD.dist.compat
    [all...]
  /src/tools/
Makefile 76 # All of host-mkdep, compat, and binstall are needed before anything
85 .ORDER: dependall-host-mkdep dependall-compat dependall-binstall \
87 .if make(dependall-host-mkdep) && make(dependall-compat)
88 dependall-compat: dependall-host-mkdep
90 .if make(dependall-compat) && make(dependall-binstall)
91 dependall-binstall: dependall-compat
94 dependall-date: dependall-host-mkdep dependall-compat
98 # See above for special treatment for host-mkdep, compat, and binstall.
100 SUBDIR= host-mkdep compat binstall .WAIT date \
Makefile 76 # All of host-mkdep, compat, and binstall are needed before anything
85 .ORDER: dependall-host-mkdep dependall-compat dependall-binstall \
87 .if make(dependall-host-mkdep) && make(dependall-compat)
88 dependall-compat: dependall-host-mkdep
90 .if make(dependall-compat) && make(dependall-binstall)
91 dependall-binstall: dependall-compat
94 dependall-date: dependall-host-mkdep dependall-compat
98 # See above for special treatment for host-mkdep, compat, and binstall.
100 SUBDIR= host-mkdep compat binstall .WAIT date \
Makefile 76 # All of host-mkdep, compat, and binstall are needed before anything
85 .ORDER: dependall-host-mkdep dependall-compat dependall-binstall \
87 .if make(dependall-host-mkdep) && make(dependall-compat)
88 dependall-compat: dependall-host-mkdep
90 .if make(dependall-compat) && make(dependall-binstall)
91 dependall-binstall: dependall-compat
94 dependall-date: dependall-host-mkdep dependall-compat
98 # See above for special treatment for host-mkdep, compat, and binstall.
100 SUBDIR= host-mkdep compat binstall .WAIT date \
  /src/sys/arch/sparc64/dev/
pcfiic_ebus.c 64 char compat[32]; local in function:pcfiic_ebus_match
73 if (OF_getprop(ea->ea_node, "compatible", compat, sizeof(compat)) == -1)
76 if (strcmp(compat, "pcf8584") == 0 ||
77 strcmp(compat, "i2cpcf,8584") == 0 ||
78 strcmp(compat, "SUNW,i2c-pic16f747") == 0 ||
79 strcmp(compat, "SUNW,bbc-i2c") == 0)
91 char compat[32]; local in function:pcfiic_ebus_attach
107 if (OF_getprop(ea->ea_node, "compatible", compat, sizeof(compat)) > 0 &
    [all...]
pcfiic_ebus.c 64 char compat[32]; local in function:pcfiic_ebus_match
73 if (OF_getprop(ea->ea_node, "compatible", compat, sizeof(compat)) == -1)
76 if (strcmp(compat, "pcf8584") == 0 ||
77 strcmp(compat, "i2cpcf,8584") == 0 ||
78 strcmp(compat, "SUNW,i2c-pic16f747") == 0 ||
79 strcmp(compat, "SUNW,bbc-i2c") == 0)
91 char compat[32]; local in function:pcfiic_ebus_attach
107 if (OF_getprop(ea->ea_node, "compatible", compat, sizeof(compat)) > 0 &
    [all...]
pcfiic_ebus.c 64 char compat[32]; local in function:pcfiic_ebus_match
73 if (OF_getprop(ea->ea_node, "compatible", compat, sizeof(compat)) == -1)
76 if (strcmp(compat, "pcf8584") == 0 ||
77 strcmp(compat, "i2cpcf,8584") == 0 ||
78 strcmp(compat, "SUNW,i2c-pic16f747") == 0 ||
79 strcmp(compat, "SUNW,bbc-i2c") == 0)
91 char compat[32]; local in function:pcfiic_ebus_attach
107 if (OF_getprop(ea->ea_node, "compatible", compat, sizeof(compat)) > 0 &
    [all...]
com_ebus.c 81 char *compat; local in function:com_ebus_match
84 compat = prom_getpropstring(ea->ea_node, "compatible");
85 if (strcmp(compat, "su16550") == 0 ||
86 strcmp(compat, "su16552") == 0 ||
87 strcmp(compat, "su") == 0 ||
88 strcmp(compat, "FJSV,su") == 0) {
  /src/sys/dev/i2c/
i2c_enum.h 44 const char *compat; member in struct:i2c_deventry
89 entry->compat, 0, entry->addr,
i2c_enum.h 44 const char *compat; member in struct:i2c_deventry
89 entry->compat, 0, entry->addr,
i2c_enum.h 44 const char *compat; member in struct:i2c_deventry
89 entry->compat, 0, entry->addr,

Completed in 76 milliseconds

1 2 3 4 5