Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/idmap/idmap/
H A Didmap.c2858 int type_from; in do_show_mapping() local
2889 type_from = name2parts(argv[0], nm, pos); in do_show_mapping()
2890 if (type_from <= 0) { in do_show_mapping()
2898 type_to = type_from & IS_WIN ? TYPE_PID : TYPE_SID; in do_show_mapping()
2899 if (type_from & IS_NAME) in do_show_mapping()
2924 if (!(type_from & IS_WIN ^ type_to & IS_WIN)) { in do_show_mapping()
2942 if (type_from & IS_NAME || type_to & IS_NAME || in do_show_mapping()
2943 type_from == TYPE_GSID || type_from == TYPE_USID || in do_show_mapping()
2945 if (type_from & IS_WIN) { in do_show_mapping()
3017 } else if (type_from == TYPE_UID) { in do_show_mapping()
[all …]