ident             119 source3/modules/onefs_acl.c onefs_og_to_identity(DOM_SID *sid, struct ifs_identity * ident,
ident             124 source3/modules/onefs_acl.c 	if (!onefs_sid_to_identity(sid, ident, is_group)) {
ident             132 source3/modules/onefs_acl.c 		if (!onefs_sid_to_identity(b_admin_sid, ident, is_group)) {
ident             173 source3/modules/onefs_acl.c 	struct ifs_identity ident = {.type=IFS_ID_TYPE_LAST, .id.uid=0};
ident             179 source3/modules/onefs_acl.c 	if (onefs_sid_to_identity(&samba_ace->trustee, &ident, false)) {
ident             183 source3/modules/onefs_acl.c 		SMB_ASSERT(ident.id.uid >= 0);
ident             199 source3/modules/onefs_acl.c 			if (aclu_initialize_identity(&ident,
ident             222 source3/modules/onefs_acl.c 			&ident))
ident             469 source3/modules/onefs_acl.c 				     enum mode_ident ident)
ident             484 source3/modules/onefs_acl.c 	switch (ident) {
ident            1547 source4/libcli/raw/interfaces.h 			const char *ident;
ident            1316 source4/smb_server/smb/reply.c 	req_pull_ascii4(&req->in.bufinfo, &oi->splopen.in.ident, req->in.data, STR_TERMINATE);