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

/security/
H A Ddevice_cgroup.c67 static int dev_exceptions_copy(struct list_head *dest, struct list_head *orig) argument
77 list_add_tail(&new->list, dest);
83 list_for_each_entry_safe(ex, tmp, dest, list) {
/security/keys/
H A Dkeyring.c494 unsigned long flags, struct key *dest)
502 ret = key_instantiate_and_link(keyring, NULL, 0, dest, NULL);
492 keyring_alloc(const char *description, kuid_t uid, kgid_t gid, const struct cred *cred, key_perm_t perm, unsigned long flags, struct key *dest) argument
/security/selinux/
H A Davc.c313 static void avc_copy_operation_decision(struct operation_decision *dest, argument
316 dest->type = src->type;
317 dest->specified = src->specified;
318 if (dest->specified & OPERATION_ALLOWED)
319 memcpy(dest->allowed->perms, src->allowed->perms,
321 if (dest->specified & OPERATION_AUDITALLOW)
322 memcpy(dest->auditallow->perms, src->auditallow->perms,
324 if (dest->specified & OPERATION_DONTAUDIT)
325 memcpy(dest->dontaudit->perms, src->dontaudit->perms,
334 struct operation_decision *dest,
333 avc_quick_copy_operation_decision(u16 cmd, struct operation_decision *dest, struct operation_decision *src) argument
417 struct avc_operation_node *dest; local
[all...]

Completed in 74 milliseconds