| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ctf/ |
| cross-tu-cyclic.exp | 20 standard_testfile cross-tu-cyclic-1.c cross-tu-cyclic-2.c \ 21 cross-tu-cyclic-3.c cross-tu-cyclic-4.c
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.ctf/ |
| cross-tu-cyclic.exp | 20 standard_testfile cross-tu-cyclic-1.c cross-tu-cyclic-2.c \ 21 cross-tu-cyclic-3.c cross-tu-cyclic-4.c
|
| /src/sys/modules/cyclic/ |
| Makefile | 9 .if exists(${OSNETDIR}/dev/cyclic/${MACHINE:S/amd64/i386/}) 11 .elif exists(${OSNETDIR}/dev/cyclic/${MACHINE_CPU:S/aarch64/arm/}) 13 .elif exists(${OSNETDIR}/dev/cyclic/${MACHINE_CPU}) 19 .PATH: ${OSNETDIR}/dev/cyclic 21 KMOD= cyclic 22 SRCS= cyclic.c 25 -I${OSNETDIR}/dev/cyclic/${ARCH} \
|
| /src/external/mpl/bind/dist/bin/tests/system/rrsetorder/ns1/ |
| named.conf.j2 | 29 name "cyclic.example" order cyclic; 32 order cyclic;
|
| /src/external/mpl/bind/dist/bin/tests/system/rrsetorder/ns2/ |
| named.conf.j2 | 28 name "cyclic.example" order cyclic; 31 order cyclic;
|
| /src/external/mpl/bind/dist/bin/tests/system/rrsetorder/ns3/ |
| named.conf.j2 | 28 name "cyclic.example" order cyclic; 31 order cyclic;
|
| /src/external/cddl/osnet/dev/cyclic/ |
| cyclic.c | 1 /* $NetBSD: cyclic.c,v 1.10 2024/09/08 09:36:46 rillig Exp $ */ 26 * $FreeBSD: head/sys/cddl/dev/cyclic/cyclic.c 227293 2011-11-07 06:44:47Z ed $ 28 * This is a simplified version of the cyclic timer subsystem from 38 * The Cyclic Subsystem 61 * The cyclic subsystem has been designed to take advantage of chip 67 * The cyclic subsystem is a low-level kernel subsystem designed to provide 69 * with existing terms, we dub such an interval timer a "cyclic"). 70 * Alternatively, a cyclic may be specified to be "omnipresent", denoting 73 * Cyclic Subsystem Interface Overvie 536 cyclic_t *cyclic, *cyclics = cpu->cyp_cyclics; local 691 cyclic_t *cyclic; local 786 cyclic_t *cyclic; local [all...] |
| cyclic_test.c | 27 * $FreeBSD: head/sys/cddl/dev/cyclic/cyclic_test.c 179260 2008-05-23 22:21:58Z jb $ 38 #include <sys/cyclic.h> 265 printf("Usage: debug.cyclic.test=(1..9) or -1 for all tests\n"); 273 SYSCTL_NODE(_debug, OID_AUTO, cyclic, CTLFLAG_RW, NULL, "Cyclic nodes"); 275 cyclic_test, "I", "Enables a cyclic test. Use -1 for all tests."); 302 MODULE_DEPEND(cyclic_test, cyclic, 1, 1, 1);
|
| /src/external/cddl/osnet/sys/sys/ |
| cyclic_impl.h | 35 #include <sys/cyclic.h> 38 * Cyclic Subsystem Backend-supplied Interfaces 43 * The design, implementation and interfaces of the cyclic subsystem are 45 * comment covers the interface from the cyclic subsystem into the cyclic 62 * cyb_configure() should configure the specified CPU for cyclic operation. 76 * cyclic calls into the backend on the specified CPU. 111 * The cyclic subsystem is guaranteed to be suspended when cyb_unconfigure() 129 * the cyclic subsystem wishes to add a cyclic to the CPU correspondin 257 typedef struct cyclic { struct [all...] |
| /src/external/mpl/bind/dist/bin/tests/system/rrsetorder/ |
| tests.sh | 50 echo_i "Checking order fixed behaves as cyclic when disabled (primary)" 76 echo_i "Checking order cyclic (primary + additional)" 81 dig_cmd @10.53.0.1 cyclic.example >dig.out.cyclic || ret=1 83 cp dig.out.cyclic dig.out.$j 85 diff dig.out.cyclic dig.out.$j >/dev/null && matches=$((matches + 1)) 101 echo_i "Checking order cyclic (primary)" 177 echo_i "Checking order cyclic (secondary + additional)" 182 dig_cmd @10.53.0.2 cyclic.example >dig.out.cyclic || ret= [all...] |
| /src/tests/fs/union/ |
| t_pr.c | 96 ATF_TC(cyclic); variable 97 ATF_TC_HEAD(cyclic, tc) 99 atf_tc_set_md_var(tc, "descr", "cyclic mount_union"); 102 ATF_TC_BODY(cyclic, tc) 129 atf_tc_set_md_var(tc, "descr", "cyclic mount_union"); 275 ATF_TP_ADD_TC(tp, cyclic);
|
| /src/usr.bin/make/unit-tests/ |
| dotwait.mk | 56 # cycle: the cyclic dependency must not cause infinite recursion
|
| /src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/ |
| zfs_context.h | 110 #include <sys/cyclic.h>
|
| /src/external/cddl/osnet/dev/profile/ |
| profile.c | 73 #include <sys/cyclic.h> 799 MODULE_DEPEND(profile, cyclic, 1, 1, 1); 828 MODULE(MODULE_CLASS_MISC, dtrace_profile, "dtrace,cyclic");
|
| /src/external/mpl/bind/dist/fuzz/isc_lex_getmastertoken.in/ |
| named.conf | 198 order cyclic;
|
| /src/external/mpl/bind/dist/fuzz/isc_lex_gettoken.in/ |
| named.conf | 194 order cyclic;
|
| /src/sys/modules/ |
| Makefile | 433 SUBDIR+= cyclic
|
| /src/external/cddl/osnet/dist/uts/common/sys/ |
| dtrace.h | 69 #include <sys/cyclic.h>
|
| /src/external/mit/isl/dist/doc/ |
| implementation.tex | 1369 cases depending on whether $R$ is {\em cyclic}, where $R$ is defined 1370 to be cyclic if $R^+$ maps any element to itself, i.e., 1389 If, on the other hand, $R$ is cyclic, then we have to resort 1411 all cyclic cases. Now, if $R$ is cyclic, i.e.,
|