Searched refs:MAX_CMD_LEN (Results 1 – 2 of 2) sorted by relevance
280 #define MAX_CMD_LEN 256 macro1913 char cmd[MAX_CMD_LEN]; in zfs_json_schema()1914 snprintf(cmd, MAX_CMD_LEN, "zfs %s", current_command->name); in zfs_json_schema()
442 #define MAX_CMD_LEN 256 macro1092 char cmd[MAX_CMD_LEN]; in zpool_json_schema()1096 snprintf(cmd, MAX_CMD_LEN, "zpool %s", current_command->name); in zpool_json_schema()