Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/include/os/linux/spl/sys/
H A Dsid.h28 char *kd_name; member
47 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()
/f-stack/freebsd/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dsid.h35 char *kd_name; /* Domain part of SID */ member
49 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()
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dzfs_fuid.c88 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()
/f-stack/freebsd/contrib/openzfs/lib/libzpool/
H A Dkernel.c931 kd->kd_name = spa_strdup(dom); in ksid_lookupdomain()
938 spa_strfree(ksid->kd_name); in ksiddomain_rele()
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dzfs_context.h737 char *kd_name;