Searched defs:TYPE_INVALID (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/idmap/idmap/
H A Didmap.c70 #define TYPE_INVALID 0x1000 /* Invalid input */ macro
2344 int code = TYPE_INVALID;
2353 if (code == TYPE_INVALID) {
2367 * TYPE_INVALID for unknown identity
2376 int code = TYPE_INVALID;
2413 case TYPE_INVALID:
2903 if (type_to == TYPE_INVALID) {
3309 case TYPE_INVALID:

Completed in 66 milliseconds