Searched refs:kd_name (Results 1 – 5 of 5) sorted by relevance
28 char *kd_name; member47 kd->kd_name = kmem_zalloc(len + 1, KM_SLEEP); in ksid_lookupdomain()48 memcpy(kd->kd_name, dom, len); in ksid_lookupdomain()56 kmem_free(ksid->kd_name, strlen(ksid->kd_name) + 1); in ksiddomain_rele()
35 char *kd_name; /* Domain part of SID */ member49 kd->kd_name = kmem_alloc(len, KM_SLEEP); in ksid_lookupdomain()50 strcpy(kd->kd_name, domain); in ksid_lookupdomain()58 kmem_free(kd->kd_name, kd->kd_len); in ksiddomain_rele()
88 val = strcmp(node1->f_ksid->kd_name, node2->f_ksid->kd_name); in domain_compare()184 return (findnode ? findnode->f_ksid->kd_name : nulldomain); in zfs_fuid_idx_domain()259 domnode->f_ksid->kd_name) == 0); in zfs_fuid_sync()314 *retdomain = searchnode.f_ksid->kd_name; in zfs_fuid_find_by_domain()763 ksid_groups[i].ks_domain->kd_name) == 0) && in zfs_groupmember()
931 kd->kd_name = spa_strdup(dom); in ksid_lookupdomain()938 spa_strfree(ksid->kd_name); in ksiddomain_rele()
737 char *kd_name;