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

/illumos-gate/usr/src/uts/common/sys/
H A Dkidmap.h50 typedef int32_t idmap_stat; typedef
70 idmap_stat
74 idmap_stat
78 idmap_stat
82 idmap_stat
86 idmap_stat
106 idmap_stat
109 uid_t *uid, idmap_stat *stat);
111 idmap_stat
114 gid_t *gid, idmap_stat *sta
[all...]
/illumos-gate/usr/src/lib/smbsrv/libfksmbsrv/common/sys/
H A Dkidmap.h56 typedef int32_t idmap_stat; typedef
83 idmap_stat
87 idmap_stat
91 idmap_stat
95 idmap_stat
99 idmap_stat
119 idmap_stat
122 uid_t *uid, idmap_stat *stat);
124 idmap_stat
127 gid_t *gid, idmap_stat *sta
[all...]
/illumos-gate/usr/src/lib/libidmap/common/
H A Didmap.h53 typedef int32_t idmap_stat; typedef
72 extern const char *idmap_stat2string(idmap_stat);
90 extern idmap_stat idmap_get_create(idmap_get_handle_t **);
93 extern idmap_stat idmap_get_uidbysid(idmap_get_handle_t *, char *,
94 idmap_rid_t, int, uid_t *, idmap_stat *);
97 extern idmap_stat idmap_get_gidbysid(idmap_get_handle_t *, char *,
98 idmap_rid_t, int, gid_t *, idmap_stat *);
101 extern idmap_stat idmap_get_pidbysid(idmap_get_handle_t *, char *,
102 idmap_rid_t, int, uid_t *, int *, idmap_stat *);
105 extern idmap_stat idmap_get_sidbyui
[all...]

Completed in 124 milliseconds