Home
last modified time | relevance | path

Searched refs:subcmd (Results 1 – 8 of 8) sorted by relevance

/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/history/
H A Dhistory_common.kshlib62 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 Dhistory_007_pos.ksh94 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 Dhistory_009_pos.ksh107 subcmd=${array[$i]}
110 run_and_verify "zfs $subcmd $options $testfs" "-i"
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs/
H A Dzfs_002_pos.ksh113 for subcmd in "${cmds[@]}" "${badparams[@]}"; do
114 zfs $subcmd >/dev/null 2>&1 && log_fail "$subcmd passed incorrectly."
116 log_fail "zfs $subcmd cannot generate core file with " \
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool/
H A Dzpool_002_pos.ksh103 for subcmd in "${cmds[@]}" "${badparams[@]}"; do
105 zpool $subcmd >/dev/null 2>&1
107 log_fail "zpool $subcmd cannot generate core file with ZFS_ABORT set."
/f-stack/app/redis-5.0.5/src/
H A Dbitops.c925 char *subcmd = c->argv[j]->ptr; /* Current command name. */ in bitfieldCommand() local
931 if (!strcasecmp(subcmd,"get") && remargs >= 2) in bitfieldCommand()
933 else if (!strcasecmp(subcmd,"set") && remargs >= 3) in bitfieldCommand()
935 else if (!strcasecmp(subcmd,"incrby") && remargs >= 3) in bitfieldCommand()
937 else if (!strcasecmp(subcmd,"overflow") && remargs >= 1) { in bitfieldCommand()
H A Dmodule.c5232 char *subcmd = c->argv[1]->ptr; in moduleCommand() local
5233 if (c->argc == 2 && !strcasecmp(subcmd,"help")) { in moduleCommand()
5242 if (!strcasecmp(subcmd,"load") && c->argc >= 3) { in moduleCommand()
5256 } else if (!strcasecmp(subcmd,"unload") && c->argc == 3) { in moduleCommand()
5279 } else if (!strcasecmp(subcmd,"list") && c->argc == 2) { in moduleCommand()
/f-stack/freebsd/net/
H A Dif_spppsubr.c5048 u_long subcmd; in sppp_params() local
5060 rv = fueword(ifr_data_get_ptr(ifr), &subcmd); in sppp_params()
5071 switch (subcmd) { in sppp_params()