Searched refs:MAX_CMD_LEN (Results 1 – 2 of 2) sorted by relevance
279 #define MAX_CMD_LEN 256 macro1912 char cmd[MAX_CMD_LEN]; in zfs_json_schema()1913 snprintf(cmd, MAX_CMD_LEN, "zfs %s", current_command->name); in zfs_json_schema()
441 #define MAX_CMD_LEN 256 macro1090 char cmd[MAX_CMD_LEN]; in zpool_json_schema()1094 snprintf(cmd, MAX_CMD_LEN, "zpool %s", current_command->name); in zpool_json_schema()