Searched refs:TYPE_INVAL (Results 1 – 3 of 3) sorted by relevance
162 static const char *errtable[TYPE_INVAL] = {182 for (i = 0; i < TYPE_INVAL; i++) in name_to_type()186 return (TYPE_INVAL); in name_to_type()750 err_type_t type = TYPE_INVAL; in main()751 err_type_t label = TYPE_INVAL; in main()961 if ((type = name_to_type(optarg)) == TYPE_INVAL && in main()974 if ((label = name_to_type(optarg)) == TYPE_INVAL && in main()1008 if (raw != NULL || range != NULL || type != TYPE_INVAL || in main()1044 if (raw != NULL || range != NULL || type != TYPE_INVAL || in main()1092 if (range != NULL || type != TYPE_INVAL || level != 0 || in main()[all …]
48 TYPE_INVAL enumerator55 ((t) >= TYPE_LABEL_UBERBLOCK && (t) < TYPE_INVAL)
369 } else if (label_type != TYPE_INVAL) { in translate_device()