Searched refs:sub_authority_count (Results 1 - 8 of 8) sorted by relevance

/osnet-11/usr/src/lib/libntfs/common/include/ntfs/
H A Dsecurity.h45 sid->sub_authority_count > SID_MAX_SUB_AUTHORITIES)
H A Dlayout.h1519 * sub_authority_count = 2,
1529 u8 sub_authority_count; member in struct:__anon2080
/osnet-11/usr/src/cmd/ntfsprogs/
H A Dsd.c78 aa_ace->sid.sub_authority_count = 1;
116 aa_ace->sid.sub_authority_count = 2;
134 sid->sub_authority_count = 1;
149 sid->sub_authority_count = 2;
209 ace->sid.sub_authority_count = 0x02;
229 ace->sid.sub_authority_count = 0x02;
252 ace->sid.sub_authority_count = 0x01;
271 ace->sid.sub_authority_count = 0x01;
293 ace->sid.sub_authority_count = 0x01;
312 ace->sid.sub_authority_count
[all...]
H A Dmkntfs.c2567 idx_entry_q2_data->sid.sub_authority_count = 2;
2592 idx_entry_o->key.sid.sub_authority_count = 0x02;
/osnet-11/usr/src/lib/libntfs/common/libntfs/
H A Dsecurity.c150 size += (1 + 10) * sid->sub_authority_count;
233 for (j = 0; j < sid->sub_authority_count; j++) {
H A Ddir.c1172 sid->sub_authority_count = 2;
1179 sid->sub_authority_count = 2;
1194 ace->sid.sub_authority_count = 1;
/osnet-11/usr/src/lib/libadutils/common/
H A Dadutils_impl.h52 uchar_t sub_authority_count; member in struct:adutils_sid
H A Dadutils.c135 sidp->sub_authority_count = v[1];
144 for (i = 0; i < sidp->sub_authority_count; i++) {
182 len += 1 + (sidp->sub_authority_count + 1) * 10;
192 for (i = 0; i < sidp->sub_authority_count; i++) {
216 binsidlen != (1 + 1 + 6 + sid->sub_authority_count * 4))
222 *p++ = sid->sub_authority_count;
234 for (i = 0; i < sid->sub_authority_count; i++) {
284 sid.sub_authority_count = (rid != NULL) ? j + 1 : j;
287 if (sid.sub_authority_count < 1 ||
288 sid.sub_authority_count > ADUTILS_SID_MAX_SUB_AUTHORITIE
[all...]

Completed in 81 milliseconds