Searched refs:cleanup (Results 51 - 75 of 2380) sorted by relevance

1234567891011>>

/freebsd-current/tests/sys/cddl/zfs/tests/xattr/
H A Dxattr_002_neg.ksh52 function cleanup { function
59 log_onexit cleanup
/freebsd-current/tests/sys/cddl/zfs/tests/cli_root/zpool_create/
H A Dzpool_create_023_neg.ksh58 function cleanup function
63 log_onexit cleanup
/freebsd-current/tests/sys/cddl/zfs/tests/cli_root/zpool_upgrade/
H A Dzpool_upgrade_002_pos.ksh55 function cleanup function
61 log_onexit cleanup
H A Dzpool_upgrade_003_pos.ksh55 function cleanup function
61 log_onexit cleanup
/freebsd-current/tests/sys/cddl/zfs/tests/utils_test/
H A Dutils_test_004_pos.ksh55 function cleanup function
60 log_onexit cleanup
H A Dutils_test_009_pos.ksh55 function cleanup function
60 log_onexit cleanup
/freebsd-current/tests/sys/cddl/zfs/tests/zvol/zvol_misc/
H A Dzvol_misc_001_neg.ksh57 function cleanup function
67 log_onexit cleanup
/freebsd-current/tests/sys/cddl/zfs/tests/mv_files/
H A Dmv_files_002_pos.ksh64 function cleanup function
74 log_onexit cleanup
H A Dmv_files_001_pos.ksh63 function cleanup function
73 log_onexit cleanup
/freebsd-current/tests/sys/cddl/zfs/tests/hotspare/
H A Dhotspare_add_001_pos.ksh56 function cleanup function
73 log_onexit cleanup
/freebsd-current/tests/sys/cddl/zfs/tests/iscsi/
H A Discsi_003_neg.ksh53 function cleanup function
60 log_onexit cleanup
/freebsd-current/tests/sys/cddl/zfs/tests/inuse/
H A Dinuse_005_pos.ksh56 function cleanup function
63 log_onexit cleanup
/freebsd-current/tests/sys/cddl/zfs/tests/cli_root/zfs_copies/
H A Dzfs_copies_003_pos.ksh57 function cleanup function
69 log_onexit cleanup
/freebsd-current/tests/sys/cddl/zfs/tests/zvol/zvol_ENOSPC/
H A Dzvol_ENOSPC_001_pos.ksh58 function cleanup function
61 # hardcoded 60s limit for the cleanup phase. So we must unmount the
62 # filesystem here rather than cleanup.ksh.
70 log_onexit cleanup
/freebsd-current/tests/sys/cddl/zfs/tests/zvol/zvol_cli/
H A Dzvol_cli_002_pos.ksh54 function cleanup function
60 log_onexit cleanup
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zdb/
H A Dzdb_args_neg.ksh65 log_onexit cleanup
67 function cleanup function
/freebsd-current/crypto/openssl/demos/pkey/
H A DEVP_PKEY_DSA_paramfromdata.c35 goto cleanup;
40 goto cleanup;
44 goto cleanup;
47 goto cleanup;
52 goto cleanup;
58 goto cleanup;
62 goto cleanup;
65 cleanup:
H A DEVP_PKEY_RSA_keygen.c45 goto cleanup;
51 goto cleanup;
60 goto cleanup;
73 goto cleanup;
89 goto cleanup;
94 cleanup:
139 goto cleanup;
148 goto cleanup;
157 goto cleanup;
166 goto cleanup;
[all...]
H A DEVP_PKEY_DSA_keygen.c39 goto cleanup;
41 cleanup:
58 goto cleanup;
64 goto cleanup;
71 goto cleanup;
75 goto cleanup;
78 cleanup:
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zinject/
H A Dzinject_args.ksh38 log_onexit cleanup
42 function cleanup function
/freebsd-current/contrib/netbsd-tests/crypto/opencrypto/
H A Dt_opencrypto.sh72 atf_test_case arc4 cleanup
83 # No cleanup required since test is skipped. Trying to run rump.halt
90 atf_test_case camellia cleanup
103 atf_test_case cbcdes cleanup
116 atf_test_case comp cleanup
129 atf_test_case comp_deflate cleanup
142 atf_test_case comp_zlib_rnd cleanup
155 atf_test_case aesctr1 cleanup
168 atf_test_case aesctr2 cleanup
181 atf_test_case gcm cleanup
[all...]
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_mount/
H A Dzfs_mount_001_pos.ksh48 function cleanup function
56 log_onexit cleanup
59 log_must cleanup
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/userquota/
H A Duserspace_encrypted_13709.ksh23 function cleanup function
29 log_onexit cleanup
43 cleanup
/freebsd-current/lib/csu/powerpc/
H A Dcrt1_c.c66 const struct Struct_Obj_Entry *obj __unused, void (*cleanup)(void),
73 __libc_start1_gcrt(argc, argv, env, cleanup, main, &eprol, &etext);
75 __libc_start1(argc, argv, env, cleanup, main);
65 _start(int argc, char **argv, char **env, const struct Struct_Obj_Entry *obj __unused, void (*cleanup)(void), struct ps_strings *ps_strings) argument
/freebsd-current/lib/csu/powerpc64/
H A Dcrt1_c.c66 const struct Struct_Obj_Entry *obj __unused, void (*cleanup)(void),
73 __libc_start1_gcrt(argc, argv, env, cleanup, main, &eprol, &etext);
75 __libc_start1(argc, argv, env, cleanup, main);
65 _start(int argc, char **argv, char **env, const struct Struct_Obj_Entry *obj __unused, void (*cleanup)(void), struct ps_strings *ps_strings) argument

Completed in 234 milliseconds

1234567891011>>