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

/freebsd-13-stable/sys/contrib/openzfs/cmd/zinject/
H A Dzinject.h48 TYPE_INVAL enumerator in enum:__anon10432
55 ((t) >= TYPE_LABEL_UBERBLOCK && (t) < TYPE_INVAL)
H A Dzinject.c162 static const char *errtable[TYPE_INVAL] = {
182 for (i = 0; i < TYPE_INVAL; i++)
186 return (TYPE_INVAL);
750 err_type_t type = TYPE_INVAL;
751 err_type_t label = TYPE_INVAL;
961 if ((type = name_to_type(optarg)) == TYPE_INVAL &&
974 if ((label = name_to_type(optarg)) == TYPE_INVAL &&
1008 if (raw != NULL || range != NULL || type != TYPE_INVAL ||
1044 if (raw != NULL || range != NULL || type != TYPE_INVAL ||
1092 if (range != NULL || type != TYPE_INVAL || leve
[all...]
H A Dtranslate.c369 } else if (label_type != TYPE_INVAL) {

Completed in 112 milliseconds