Home
last modified time | relevance | path

Searched refs:TYPE_INVAL (Results 1 – 3 of 3) sorted by relevance

/src/sys/contrib/openzfs/cmd/zinject/
H A Dzinject.c171 static const char *const errtable[TYPE_INVAL] = {
191 for (i = 0; i < TYPE_INVAL; i++) in name_to_type()
195 return (TYPE_INVAL); in name_to_type()
928 err_type_t type = TYPE_INVAL; in main()
929 err_type_t label = TYPE_INVAL; in main()
1132 if ((type = name_to_type(optarg)) == TYPE_INVAL && in main()
1157 if ((label = name_to_type(optarg)) == TYPE_INVAL && in main()
1191 if (raw != NULL || range != NULL || type != TYPE_INVAL || in main()
1227 if (raw != NULL || range != NULL || type != TYPE_INVAL || in main()
1291 if (range != NULL || type != TYPE_INVAL || level != 0 || in main()
[all …]
H A Dzinject.h49 TYPE_INVAL enumerator
56 ((t) >= TYPE_LABEL_UBERBLOCK && (t) < TYPE_INVAL)
H A Dtranslate.c371 } else if (label_type != TYPE_INVAL) { in translate_device()