Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/zinject/
H A Dtranslate.c390 } else if (label_type != TYPE_INVAL) { in translate_device()
H A Dzinject.c161 static const char *errtable[TYPE_INVAL] = {
181 for (i = 0; i < TYPE_INVAL; i++) in name_to_type()
185 return (TYPE_INVAL); in name_to_type()
752 err_type_t type = TYPE_INVAL; in main()
753 err_type_t label = TYPE_INVAL; in main()
958 if ((type = name_to_type(optarg)) == TYPE_INVAL && in main()
971 if ((label = name_to_type(optarg)) == TYPE_INVAL && in main()
1005 if (raw != NULL || range != NULL || type != TYPE_INVAL || in main()
1041 if (raw != NULL || range != NULL || type != TYPE_INVAL || in main()
1081 if (range != NULL || type != TYPE_INVAL || level != 0 || in main()
[all …]
H A Dzinject.h48 TYPE_INVAL enumerator
55 ((t) >= TYPE_LABEL_UBERBLOCK && (t) < TYPE_INVAL)