Searched refs:subcmd (Results 1 – 8 of 8) sorted by relevance
62 subcmd=$(echo $histcmd | awk '{print $2}')69 [[ $subcmd == "receive" || $subcmd == "recv" ]] && \93 [[ $flags =~ "i" ]] && log_must verify_$subcmd "$histcmd" "$subcmd" \131 typeset subcmd=$2144 grep "$subcmd $ds ([0-9]*) tag=$tag" $NEW_HISTORY \218 typeset subcmd=$2222 [[ $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 …]
94 for subcmd in "export" "import"; do95 grep "$subcmd" $migrated_cmds_f >/dev/null 2>&197 (( $RET != 0 )) && log_fail "zpool $subcmd is not logged for" \
107 subcmd=${array[$i]}110 run_and_verify "zfs $subcmd $options $testfs" "-i"
113 for subcmd in "${cmds[@]}" "${badparams[@]}"; do114 zfs $subcmd >/dev/null 2>&1 && log_fail "$subcmd passed incorrectly."116 log_fail "zfs $subcmd cannot generate core file with " \
103 for subcmd in "${cmds[@]}" "${badparams[@]}"; do105 zpool $subcmd >/dev/null 2>&1107 log_fail "zpool $subcmd cannot generate core file with ZFS_ABORT set."
925 char *subcmd = c->argv[j]->ptr; /* Current command name. */ in bitfieldCommand() local931 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()
5232 char *subcmd = c->argv[1]->ptr; in moduleCommand() local5233 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()
5048 u_long subcmd; in sppp_params() local5060 rv = fueword(ifr_data_get_ptr(ifr), &subcmd); in sppp_params()5071 switch (subcmd) { in sppp_params()