Home
last modified time | relevance | path

Searched full:scenario (Results 1 – 25 of 690) sorted by relevance

12345678910>>...28

/freebsd/tools/regression/security/proc_to_proc/
H A Dscenario.c52 * Description of a scenario.
54 struct scenario { struct
89 static const struct scenario scenarios[] = {
137 int scenarios_count = sizeof(scenarios) / sizeof(struct scenario);
260 * Enact a scenario by looping through the four test cases for the scenario,
265 enact_scenario(int scenario) in enact_scenario() argument
281 error = cred_set(scenarios[scenario].sc_cred2); in enact_scenario()
314 error = cred_set(scenarios[scenario].sc_cred1); in enact_scenario()
326 * by extracting it from the scenario table. in enact_scenario()
337 scenarios[scenario].sc_canptrace_errno; in enact_scenario()
[all …]
/freebsd/contrib/kyua/engine/
H A Dtap_helpers.cpp66 /// A test scenario that validates the TEST_ENV_* variables.
92 /// A test scenario that crashes.
100 /// A test scenario that reports some tests as failed.
113 /// A test scenario that passes.
126 /// A test scenario that passes but then exits with non-zero.
137 /// A test scenario that times out.
161 /// The caller can select which test scenario to run by modifying the program's
165 /// one for every "test scenario". We use this program as a dispatcher for
177 std::cerr << "No arguments allowed; select the test scenario with the " in main()
197 std::cerr << "Unknown test scenario\n"; in main()
/freebsd/lib/libc/tests/gen/
H A Drealpath2_test.c128 /* scenario 1: missing directory */ in ATF_TC_BODY()
135 /* scenario 2: dead link 1 */ in ATF_TC_BODY()
142 /* scenario 3: missing file */ in ATF_TC_BODY()
150 /* scenario 4: dead link 2 */ in ATF_TC_BODY()
157 /* scenario 5: unreadable directory */ in ATF_TC_BODY()
164 /* scenario 6: not a directory */ in ATF_TC_BODY()
/freebsd/sys/contrib/device-tree/Bindings/
H A Dcommon-properties.txt33 Scenario 1 : CPU in LE mode & device in LE mode.
41 Scenario 2 : CPU in LE mode & device in BE mode.
49 Scenario 3 : CPU in BE mode & device in BE mode.
57 Scenario 4 : CPU in BE mode & device in LE mode.
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/snapshot/
H A Dsnapshot_016_pos.ksh65 # scenario 1
74 # scenario 2
83 # promote back to $TESTPOOL/$TESTFS for scenario 3
88 # scenario 3
/freebsd/tests/sys/cddl/zfs/tests/snapshot/
H A Dsnapshot_016_pos.ksh79 # scenario 1
88 # scenario 2
97 # promote back to $TESTPOOL/$TESTFS for scenario 3
102 # scenario 3
/freebsd/sys/contrib/dev/iwlwifi/fw/api/
H A Dsf.h19 /* Smart Fifo possible scenario */
71 * @long_delay_timeouts: aging and idle timer values for each scenario
73 * @full_on_timeouts: timer values for each scenario in full on state.
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/block_cloning/
H A Dblock_cloning_clone_mmap_write.ksh30 # and write from the map into the file. PR#15656 fixes this scenario.
31 # This scenario also causes data corruption on FreeBSD, which is fixed
55 log_assert "Test for clone, mmap and write scenario"
/freebsd/sys/tools/syscalls/examples/cpp/
H A Dsyscalls.master7 ; Scenario #1: Vendor uses a reserved slot on just a single platform
18 ; Scenario #2: The other way around; vendor obsoletes a syscall on newer
/freebsd/sys/contrib/device-tree/Bindings/leds/
H A Dleds-bcm6328.txt73 Scenario 1 : BCM6328 with 4 EPHY LEDs
114 Scenario 2 : BCM63268 with Serial/GPHY0 LEDs
195 Scenario 3 : BCM6362 with 1 LED for each EPHY
247 Scenario 4 : BCM6362 with 1 LED for all EPHYs
275 Scenario 5 : BCM6362 with EPHY LEDs swapped
/freebsd/tools/test/stress2/misc/
H A Dmsdos21.sh3 # Test scenario from https://reviews.freebsd.org/D43951 "Fix MSDOSFS rename (in case target exists)"
4 # Test scenario by se@
H A Dsignal2.sh3 # Test scenario from:
5 # Test scenario by: Li-Wen Hsu <lwhsu@FreeBSD.org>
H A Dnullfs32.sh3 # Test scenario from:
7 # Test scenario idea by: ronald@FreeBSD.org
H A Dprocstat2.sh30 # This test scenario would trigger an NMI.
33 # Test scenario idea by Mark Johnston <markj@freebsd.org>
H A Dsuj24.sh29 # Scenario from kern/160662
30 # Scenario by Hans Ottevanger <hans beastielabs net>
H A Dnuma.sh30 # Test scenario: Last memory domain significantly smaller than the others.
32 # Test scenario description by markj@
H A Dmprotect3.sh3 # Test scenario from:
5 # Test scenario by: John F. Carr <jfc mit edu>
H A Dnullfs6.sh30 # Test scenario by Mikolaj Golub <to my trociny gmail com>
46 cp $nullfs_srcdir/1/test.file $nullfs_srcdir/2/test.file # scenario by kib
H A Drename13.sh29 # Regression test for crossmp scenario:
34 # Test scenario by: fnacl@protonmail.com
H A Dshm3.sh3 # Test scenario for Bug 261707.
7 # Test scenario suggestion by kib@
H A Dsuj15.sh31 # mksnap_ffs(8) test scenario inspired by Christian Gusenbauer, c47g gmx at.
33 # Three problems seen with this scenario:
H A Dprocfs5.sh30 # Test scenario based on panic seen in
34 # Scenario by kib@
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs/
H A Dzfs_003_neg.ksh56 log_assert "zfs fails with unexpected scenario."
75 log_pass "zfs fails with unexpected scenario as expected."
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/pool_checkpoint/
H A Dcheckpoint_invalid.ksh56 # Scenario 1
71 # Scenario 2
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_split/
H A Dzpool_split_resilver.ksh26 # The first scenario:
33 # The second scenario:

12345678910>>...28