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

/illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/
H A Dsamr_svc.c67 smb_domain_type_t kd_type; member in struct:samr_keydata
166 data->kd_type = domain_type;
462 switch (data->kd_type) {
466 alias_cnt = smb_sam_grp_cnt(data->kd_type);
474 alias_cnt = smb_sam_grp_cnt(data->kd_type);
587 switch (data->kd_type) {
651 id = samr_hdalloc(mxa, SAMR_KEY_USER, data->kd_type, param->rid);
794 switch (data->kd_type) {
797 if (!smb_domain_lookup_type(data->kd_type, &di)) {
885 id = samr_hdalloc(mxa, SAMR_KEY_GROUP, data->kd_type, para
[all...]

Completed in 47 milliseconds