| /freebsd-13.1/sys/contrib/openzfs/tests/zfs-tests/tests/functional/history/ |
| H A D | history_common.kshlib | 62 subcmd=$(echo $histcmd | awk '{print $2}') 69 [[ $subcmd == "receive" || $subcmd == "recv" ]] && \ 93 [[ $flags =~ "i" ]] && log_must verify_$subcmd "$histcmd" "$subcmd" \ 131 typeset subcmd=$2 144 grep "$subcmd $ds ([0-9]*) tag=$tag" $NEW_HISTORY \ 218 typeset subcmd=$2 222 [[ $subcmd == "allow" ]] && subcmd="update" 223 [[ $subcmd == "unallow" ]] && subcmd="remove" 257 grep "permission $subcmd $dsname ([0-9]*) $code" \ 268 grep "permission $subcmd $dsname ([0-9]*) $code" \ [all …]
|
| H A D | history_007_pos.ksh | 94 for subcmd in "export" "import"; do 95 grep "$subcmd" $migrated_cmds_f >/dev/null 2>&1 97 (( $RET != 0 )) && log_fail "zpool $subcmd is not logged for" \
|
| H A D | history_009_pos.ksh | 107 subcmd=${array[$i]} 110 run_and_verify "zfs $subcmd $options $testfs" "-i"
|
| /freebsd-13.1/tests/sys/cddl/zfs/tests/history/ |
| H A D | history_common.kshlib | 199 typeset subcmd=$2 202 $GREP "zfs ${subcmd} ${ds}" ${his_file} > /dev/null 2>&1 212 typeset subcmd=$2 218 log_note "Checking cmd($subcmd) for $ds, keyword='$keyword'" 219 $ECHO $line | $GREP -E "\[txg:[0-9]+\] $subcmd $ds \($dst_id\)" | \ 237 typeset subcmd=$2 244 case $subcmd in 247 keyword="$subcmd" 248 verify_history_line "$line" $subcmd $ds $keyword
|
| H A D | history_009_pos.ksh | 170 subcmd=${array[((i+1))]} 173 log_must $ZFS $subcmd $options $testfs 175 log_must verify_history $ADD_HISTORY $subcmd $testfs $keyword
|
| H A D | history_007_pos.ksh | 111 for subcmd in "export" "import"; do 112 $GREP "$subcmd" $migrated_cmds_f >/dev/null 2>&1 114 (( $RET != 0 )) && log_fail "zpool $subcmd is not logged for" \
|
| /freebsd-13.1/cddl/contrib/opensolaris/cmd/pyzfs/ |
| H A D | pyzfs.py | 56 subcmd = sys.argv[1] variable 57 __import__("zfs." + subcmd) 58 submod = getattr(zfs, subcmd) 59 subfunc = getattr(submod, "do_" + subcmd)
|
| /freebsd-13.1/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs/ |
| H A D | zfs_002_pos.ksh | 111 for subcmd in "${cmds[@]}" "${badparams[@]}"; do 112 zfs $subcmd >/dev/null 2>&1 && log_fail "$subcmd passed incorrectly." 114 log_fail "zfs $subcmd cannot generate core file with " \
|
| /freebsd-13.1/contrib/libfido2/src/ |
| H A D | config.c | 16 config_prepare_hmac(uint8_t subcmd, const cbor_item_t *item, fido_blob_t *hmac) in config_prepare_hmac() argument 23 prefix[sizeof(prefix) - 1] = subcmd; in config_prepare_hmac() 41 config_tx(fido_dev_t *dev, uint8_t subcmd, cbor_item_t **paramv, size_t paramc, in config_tx() argument 55 if ((argv[0] = cbor_build_uint8(subcmd)) == NULL) { in config_tx() 67 if (config_prepare_hmac(subcmd, argv[1], &hmac) < 0) { in config_tx()
|
| H A D | pin.c | 212 uint8_t subcmd; in ctap21_uv_token_tx() local 229 subcmd = 9; /* getPinUvAuthTokenUsingPinWithPermissions */ in ctap21_uv_token_tx() 236 subcmd = 6; /* getPinUvAuthTokenUsingUvWithPermissions */ in ctap21_uv_token_tx() 240 (argv[1] = cbor_build_uint8(subcmd)) == NULL || in ctap21_uv_token_tx() 545 fido_dev_get_retry_count_tx(fido_dev_t *dev, uint8_t subcmd) in fido_dev_get_retry_count_tx() argument 555 (argv[1] = cbor_build_uint8(subcmd)) == NULL) { in fido_dev_get_retry_count_tx()
|
| H A D | credman.c | 114 credman_tx(fido_dev_t *dev, uint8_t subcmd, const void *param, const char *pin, in credman_tx() argument 136 if ((argv[0] = cbor_build_uint8(subcmd)) == NULL) { in credman_tx() 143 if (credman_prepare_hmac(subcmd, param, &argv[1], &hmac) < 0) { in credman_tx()
|
| H A D | bio.c | 60 bio_tx(fido_dev_t *dev, uint8_t subcmd, cbor_item_t **sub_argv, size_t sub_argc, in bio_tx() argument 77 (argv[1] = cbor_build_uint8(subcmd)) == NULL) { in bio_tx() 84 if (bio_prepare_hmac(subcmd, sub_argv, sub_argc, &argv[2], in bio_tx()
|
| /freebsd-13.1/tests/sys/cddl/zfs/tests/cli_root/zpool/ |
| H A D | zpool_002_pos.ksh | 101 for subcmd in "${cmds[@]}" "${badparams[@]}"; do 102 $ZPOOL $subcmd >/dev/null 2>&1 105 log_fail "$ZPOOL $subcmd cannot generate core file with ZFS_ABORT set."
|
| /freebsd-13.1/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool/ |
| H A D | zpool_002_pos.ksh | 101 for subcmd in "${cmds[@]}" "${badparams[@]}"; do 102 zpool $subcmd >/dev/null 2>&1 104 log_fail "zpool $subcmd cannot generate core file with ZFS_ABORT set."
|
| /freebsd-13.1/tests/sys/cddl/zfs/tests/cli_root/zfs/ |
| H A D | zfs_002_pos.ksh | 118 for subcmd in "${cmds[@]}" "${badparams[@]}"; do 119 log_mustnot $ZFS $subcmd 122 log_fail "$ZFS $subcmd cannot generate core file with ZFS_ABORT set."
|
| /freebsd-13.1/sbin/nvmecontrol/ |
| H A D | comnd.c | 78 SLIST_FOREACH(walker, &t->subcmd, link) { in gen_usage() 96 SLIST_FOREACH(walker, &t->subcmd, link) { in cmd_dispatch() 325 SLIST_INIT(&cmd->subcmd); in cmd_register() 328 SLIST_FOREACH(walker, &up->subcmd, link) { in cmd_register() 334 SLIST_INSERT_HEAD(&up->subcmd, cmd, link); in cmd_register()
|
| H A D | comnd.h | 84 SLIST_HEAD(,cmd) subcmd;
|
| /freebsd-13.1/sys/geom/ |
| H A D | geom_io.c | 1036 char *subcmd = NULL; in g_format_bio() local 1040 subcmd = "OPEN"; in g_format_bio() 1043 subcmd = "CLOSE"; in g_format_bio() 1046 subcmd = "FINISH"; in g_format_bio() 1049 subcmd = "RWP"; in g_format_bio() 1052 subcmd = "REPORT ZONES"; in g_format_bio() 1055 subcmd = "GET PARAMS"; in g_format_bio() 1058 subcmd = "UNKNOWN"; in g_format_bio() 1061 sbuf_printf(sb, "%s[%s,%s]", pname, cmd, subcmd); in g_format_bio()
|
| /freebsd-13.1/contrib/wpa/src/drivers/ |
| H A D | driver_nl80211_event.c | 2188 switch (subcmd) { in qca_nl80211_dfs_offload_radar_event() 2207 subcmd); in qca_nl80211_dfs_offload_radar_event() 2373 u32 subcmd, u8 *data, size_t len) in nl80211_vendor_event_qca() argument 2375 switch (subcmd) { in nl80211_vendor_event_qca() 2409 subcmd); in nl80211_vendor_event_qca() 2473 u32 subcmd, u8 *data, size_t len) in nl80211_vendor_event_brcm() argument 2476 switch (subcmd) { in nl80211_vendor_event_brcm() 2488 __func__, subcmd); in nl80211_vendor_event_brcm() 2499 u32 vendor_id, subcmd, wiphy = 0; in nl80211_vendor_event() local 2515 wiphy, vendor_id, subcmd); in nl80211_vendor_event() [all …]
|
| H A D | driver_nl80211.h | 306 u32 vendor_id, u32 subcmd,
|
| /freebsd-13.1/usr.sbin/sesutil/ |
| H A D | sesutil.c | 103 usage(FILE *out, const char *subcmd) in usage() argument 107 if (subcmd == NULL) { in usage() 113 if (subcmd != NULL) { in usage() 114 if (strcmp(subcmd, cmds[i].name) == 0) { in usage() 116 "%s\n\t%s\n", getprogname(), subcmd, in usage()
|
| /freebsd-13.1/contrib/nvi/ex/ |
| H A D | ex_cscope.c | 843 cscope_help(SCR *sp, EXCMD *cmdp, CHAR_T *subcmd) in cscope_help() argument 848 INT2CHAR(sp, subcmd, STRLEN(subcmd) + 1, np, nlen); in cscope_help()
|
| /freebsd-13.1/contrib/wpa/src/ap/ |
| H A D | ap_drv_ops.h | 352 int vendor_id, int subcmd, in hostapd_drv_vendor_cmd() argument 359 return hapd->driver->vendor_cmd(hapd->drv_priv, vendor_id, subcmd, data, in hostapd_drv_vendor_cmd()
|
| /freebsd-13.1/sys/dev/cxgbe/ |
| H A D | t4_ioctl.h | 275 int8_t subcmd; /* sub-command */ member
|
| /freebsd-13.1/usr.sbin/cxgbetool/ |
| H A D | cxgbetool.c | 2801 op.subcmd = -1; in sched_class() 2808 op.subcmd = SCHED_CLASS_SUBCMD_CONFIG; in sched_class() 2811 op.subcmd = SCHED_CLASS_SUBCMD_PARAMS; in sched_class() 2844 if (op.subcmd == SCHED_CLASS_SUBCMD_CONFIG) { in sched_class() 2857 if (op.subcmd != SCHED_CLASS_SUBCMD_PARAMS) in sched_class() 2930 if (op.subcmd == SCHED_CLASS_SUBCMD_CONFIG) { in sched_class() 2936 if (op.subcmd == SCHED_CLASS_SUBCMD_PARAMS) { in sched_class()
|