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

/osnet-11/usr/src/lib/libidmap/common/
H A Ddirectory_helper.c166 char *id_type,
201 de = directory_get_v(d1, &ret_list, &id, 1, id_type, attrs);
163 directory_canon_common( directory_t d, char *id, char *id_type, char **canon, uint64_t *classes) argument
/osnet-11/usr/src/lib/libsmb/common/
H A Dsmb_sam.c215 int id_type; local
249 id_type = SMB_IDMAP_UNKNOWN;
250 if (smb_idmap_getid(sid, &id, &id_type) != IDMAP_SUCCESS)
253 switch (id_type) {
H A Dsmb_lgrp.c1921 int rc, id_type; local
1923 id_type = (sid_type == SidTypeUser) ? SMB_IDMAP_USER : SMB_IDMAP_GROUP;
1924 if (smb_idmap_getid(sid, rid, &id_type) == IDMAP_SUCCESS) {
2497 int id_type; local
2502 id_type = (sid_type == SidTypeUser)
2504 stat = smb_idmap_getsid(*rid, id_type, &res_sid);
2508 (id_type == SMB_IDMAP_USER) ? "user" : "group",
/osnet-11/usr/src/lib/fm/libdisklog/common/
H A Dlibdisklog.c406 char *id_type = "RESERVED"; local
498 id_type =
508 code_set, protocol_id, id_type,

Completed in 31 milliseconds