Searched refs:TYPE_INVAL (Results 1 – 3 of 3) sorted by relevance
165 static const char *const errtable[TYPE_INVAL] = {185 for (i = 0; i < TYPE_INVAL; i++) in name_to_type()189 return (TYPE_INVAL); in name_to_type()901 err_type_t type = TYPE_INVAL; in main()902 err_type_t label = TYPE_INVAL; in main()1104 if ((type = name_to_type(optarg)) == TYPE_INVAL && in main()1117 if ((label = name_to_type(optarg)) == TYPE_INVAL && in main()1151 if (raw != NULL || range != NULL || type != TYPE_INVAL || in main()1187 if (raw != NULL || range != NULL || type != TYPE_INVAL || in main()1251 if (range != NULL || type != TYPE_INVAL || level != 0 || in main()[all …]
49 TYPE_INVAL enumerator56 ((t) >= TYPE_LABEL_UBERBLOCK && (t) < TYPE_INVAL)
371 } else if (label_type != TYPE_INVAL) { in translate_device()