Searched refs:args (Results 226 - 250 of 2034) sorted by relevance

1234567891011>>

/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_user/zpool_iostat/
H A Dzpool_iostat_003_neg.ksh53 set -A args "" "-?" "-f" "nonexistpool" "$TESTPOOL/$TESTFS" \
61 while [[ $i -lt ${#args[*]} ]]; do
62 log_assert "doing zpool iostat ${args[i]}"
63 log_mustnot zpool iostat ${args[i]}
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_user/zpool_list/
H A Dzpool_list_001_pos.ksh50 set -A args "list $TESTPOOL" "list -H $TESTPOOL" "list" "list -H" \
58 while [[ $i -lt ${#args[*]} ]]; do
59 log_must zpool ${args[i]}
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_user/misc/
H A Dzpool_import_002_neg.ksh54 set -A args "" "-D" "-Df" "-f" "-f $TESTPOOL" "-Df $TESTPOOL" "-a"
59 while [[ $i -lt ${#args[*]} ]]; do
60 log_mustnot zpool import ${args[i]}
/freebsd-current/sys/contrib/zstd/examples/
H A Dstreaming_compression_thread_pool.c33 compress_args_t *args = (compress_args_t *)data; local
34 fprintf (stderr, "Starting compression of %s with level %d, using %d threads\n", args->fname, args->cLevel, nbThreads);
36 FILE* const fin = fopen_orDie(args->fname, "rb");
37 FILE* const fout = fopen_orDie(args->outName, "wb");
52 size_t r = ZSTD_CCtx_refThreadPool(cctx, args->pool);
59 CHECK_ZSTD( ZSTD_CCtx_setParameter(cctx, ZSTD_c_compressionLevel, args->cLevel) );
105 fprintf (stderr, "Finishing compression of %s\n", args->outName);
112 free(args->outName);
158 compress_args_t *args local
[all...]
/freebsd-current/contrib/openpam/lib/libpam/
H A Dpam_sm_close_session.c55 int args,
53 pam_sm_close_session(pam_handle_t *pamh, int flags, int args, const char **argv) argument
/freebsd-current/lib/libulog/
H A Dulog_login_pseudo.c81 char const * const args[4] = { "ulog-helper", "login", host, NULL }; local
83 ulog_exec_helper(fd, args);
89 char const * const args[3] = { "ulog-helper", "logout", NULL }; local
91 ulog_exec_helper(fd, args);
/freebsd-current/stand/userboot/userboot/
H A Dlibuserboot.h33 #define CALLBACK(fn, args...) (callbacks->fn(callbacks_arg , ##args))
61 int bi_load32(char *args, int *howtop, int *bootdevp, vm_offset_t *bip,
63 int bi_load64(char *args, vm_offset_t *modulep, vm_offset_t *kernend);
/freebsd-current/tests/sys/cddl/zfs/tests/cli_user/zpool_list/
H A Dzpool_list_001_pos.ksh59 set -A args "list $TESTPOOL" "list -H $TESTPOOL" "list" "list -H" \
67 while [[ $i -lt ${#args[*]} ]]; do
68 log_must run_unprivileged $ZPOOL ${args[i]}
/freebsd-current/tests/sys/cddl/zfs/tests/cli_user/zpool_iostat/
H A Dzpool_iostat_001_neg.ksh62 set -A args "iostat" "iostat $testpool"
67 while [[ $i -lt ${#args[*]} ]]; do
68 log_must run_unprivileged $ZPOOL ${args[i]}
H A Dzpool_iostat_003_neg.ksh61 set -A args "" "-?" "-f" "nonexistpool" "$TESTPOOL/$TESTFS" \
68 while [[ $i -lt ${#args[*]} ]]; do
69 log_mustnot $ZPOOL iostat ${args[i]}
/freebsd-current/tests/sys/cddl/zfs/tests/cli_root/zfs_upgrade/
H A Dzfs_upgrade_006_neg.ksh56 set -A args "" "-?" "-A" "-R" "-b" "-c" "-d" "--invalid" \
62 while (( i < ${#args[*]} )); do
63 log_mustnot $ZFS upgrade ${args[i]}
/freebsd-current/tests/sys/cddl/zfs/tests/cli_root/zpool_status/
H A Dzpool_status_002_pos.ksh61 set -A args "" "-x" "-v" "-x $testpool" "-v $testpool" "-xv $testpool" \
68 while [[ $i -lt ${#args[*]} ]]; do
70 log_must $ZPOOL status ${args[$i]}
/freebsd-current/tests/sys/cddl/zfs/tests/cli_root/zpool_add/
H A Dzpool_add_008_neg.ksh57 set -A args "" "-f nonexistent_pool ${DISK1}" \
64 while (( $i < ${#args[*]} )); do
65 log_mustnot $ZPOOL add ${args[i]}
H A Dzpool_add_007_neg.ksh59 set -A args "" "-f" "-n" "-?" "-nf" "-fn" "-f -n" "--f" "-blah" \
66 while (( $i < ${#args[*]} )); do
67 log_mustnot $ZPOOL add ${args[i]}
/freebsd-current/sbin/nvmecontrol/
H A Dreset.c48 static const struct args args[] = { variable in typeref:struct:args
80 .args = args,
/freebsd-current/share/examples/sunrpc/sort/
H A Drsort.c14 struct sortstrings args, res; local
22 args.ss.ss_len = argc - 2; /* substract off progname, machinename */
23 args.ss.ss_val = &argv[2];
27 xdr_sortstrings, &args, xdr_sortstrings, &res)))
/freebsd-current/crypto/openssl/test/recipes/
H A D15-test_ec.t39 -args => "pkey" );
44 -args => [ "ec", "-pubin", "-pubout" ] );
54 -args => "pkey" );
59 -args => [ "pkey", "-pubin", "-pubout" ] );
69 -args => ["pkey"] );
74 -args => ["pkey", "-pubin", "-pubout"] );
83 -args => ["pkey"] );
88 -args => ["pkey", "-pubin", "-pubout"] );
H A D25-test_pkcs7.t24 -args => ["pkcs7"] );
28 -args => ["pkcs7"] );
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_status/
H A Dzpool_status_002_pos.ksh53 set -A args "" "-x" "-v" "-x $testpool" "-v $testpool" "-xv $testpool" \
60 while [[ $i -lt ${#args[*]} ]]; do
62 log_must zpool status ${args[$i]}
/freebsd-current/stand/libsa/
H A Dhexdump.c40 #define emit(fmt, args...) {sprintf(lbuf, fmt , ## args); pager_output(lbuf);}
45 #define emit(fmt, args...) printf(fmt, ## args)
/freebsd-current/contrib/xz/src/xz/
H A Dargs.h5 /// \file args.h
43 extern void args_parse(args_info *args, int argc, char **argv);
/freebsd-current/contrib/netbsd-tests/fs/ffs/
H A Dt_mount.c59 struct ufs_args args; local
75 args.fspec = __UNCONST("/devdisk");
81 if (rump_sys_mount(MOUNT_FFS, "/mp", 0, &args, sizeof(args)) != -1) {
100 struct ufs_args args; local
116 args.fspec = __UNCONST("/devdisk");
122 if (rump_sys_mount(MOUNT_FFS, "/mp", 0, &args, sizeof(args)) != -1) {
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/channel_program/lua_core/
H A Dtst.integer_illegal.ksh29 set -A args "1.0" \
34 while (( i < ${#args[*]} )); do
35 log_mustnot_checkerror_program "malformed number" $TESTPOOL - <<<"return ${args[i]}"
H A Dtst.language_functions_neg.ksh32 set -A args "{]" \
45 while (( i < ${#args[*]} )); do
46 log_mustnot_checkerror_program "execution failed" $TESTPOOL - <<<"${args[i]}"
H A Dtst.language_functions_pos.ksh28 set -A args "" \
35 while (( i < ${#args[*]} )); do
36 log_must_program $TESTPOOL - <<<"${args[i]}"

Completed in 286 milliseconds

1234567891011>>