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
2899 type_to = type_from & IS_WIN ? TYPE_PID : TYPE_SID; in do_show_mapping()
2901 type_to |= IS_NAME; in do_show_mapping()
2903 type_to = string2type(argv[1], pos); in do_show_mapping()
2904 if (type_to == TYPE_INVALID) { 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()
[all …]