Searched refs:ridp (Results 1 - 5 of 5) sorted by relevance
/illumos-gate/usr/src/common/smbclnt/ |
H A D | smbfs_ntacl.h | 156 char *obuf, size_t olen, uint32_t *ridp);
|
H A D | smbfs_ntacl.c | 646 * last sub-authority (or "relative ID" -- RID) in *ridp 648 * If ridp==NULL, the output string is the whole SID, 655 char *obuf, size_t osz, uint32_t *ridp) 677 if (ridp) 687 if (ridp) 688 *ridp = *ip; 1161 smbfs_str2sid(const char *sid_prefix, uint32_t *ridp, i_ntsid_t **osidp) argument 1201 if (ridp != NULL) 1220 if (ridp != NULL) 1245 if (ridp ! 654 smbfs_sid2str(i_ntsid_t *sid, char *obuf, size_t osz, uint32_t *ridp) argument [all...] |
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/ |
H A D | ikeadm.c | 1979 sadb_ident_t *lidp, *ridp; local 2018 ridp = (sadb_ident_t *)((int)(p1) + p1->p1sa_remoteid_off); 2019 print_id("REMID:", ridp, rstat); 2062 sadb_ident_t *lidp, *ridp; local 2092 ridp = (sadb_ident_t *) 2094 print_id("REMID:", ridp, DONT_PRINT_INIT); 2110 char *lidp, *ridp; local 2175 ridp = (char *)((int)rp + rp->rule_remid_off); 2176 print_idspec("REMID:", ridp, rp->rule_remid_inclcnt,
|
/illumos-gate/usr/src/lib/libzfs/common/ |
H A D | libzfs_dataset.c | 68 zfs_userquota_prop_t *typep, char *domain, int domainlen, uint64_t *ridp); 2704 char **domainp, idmap_rid_t *ridp) 2715 IDMAP_REQ_FLG_USE_CACHE, domainp, ridp, &status); 2718 IDMAP_REQ_FLG_USE_CACHE, domainp, ridp, &status); 2739 zfs_userquota_prop_t *typep, char *domain, int domainlen, uint64_t *ridp) 2747 *ridp = 0; 2807 *ridp = rid; 2815 if (*ridp == 0) { 2819 *ridp = strtoull(cp, &end, 10); 2841 *ridp 2703 idmap_id_to_numeric_domain_rid(uid_t id, boolean_t isuser, char **domainp, idmap_rid_t *ridp) argument 2738 userquota_propname_decode(const char *propname, boolean_t zoned, zfs_userquota_prop_t *typep, char *domain, int domainlen, uint64_t *ridp) argument [all...] |
/illumos-gate/usr/src/uts/common/fs/zfs/ |
H A D | zfs_vfsops.c | 635 char *domainbuf, int buflen, uid_t *ridp) 647 *ridp = FUID_RID(fuid); 634 fuidstr_to_sid(zfsvfs_t *zfsvfs, const char *fuidstr, char *domainbuf, int buflen, uid_t *ridp) argument
|
Completed in 87 milliseconds