Home
last modified time | relevance | path

Searched refs:type_to (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/idmap/idmap/
H A Didmap.c2860 int type_to; in do_show_mapping() local
2901 type_to |= IS_NAME; in do_show_mapping()
2910 if (type_to & IS_WIN) { in do_show_mapping()
2911 if (type_to & IS_USER) in do_show_mapping()
2913 else if (type_to & IS_GROUP) in do_show_mapping()
2918 if (type_to & IS_USER) in do_show_mapping()
2920 else if (type_to & IS_GROUP) in do_show_mapping()
2945 type_to == TYPE_GSID || type_to == TYPE_USID) { in do_show_mapping()
2993 if (type_to == TYPE_UID) { in do_show_mapping()
3063 if (type_to == TYPE_UID) in do_show_mapping()
[all …]