Searched refs:oprop (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/arch/sparc/prom/ |
| H A D | tree_64.c | 265 char *prom_nextprop(phandle node, const char *oprop, char *buffer) in prom_nextprop() argument 274 if (oprop == buffer) { in prom_nextprop() 275 strcpy (buf, oprop); in prom_nextprop() 276 oprop = buf; in prom_nextprop() 283 args[4] = (unsigned long) oprop; in prom_nextprop()
|
| H A D | tree_32.c | 204 static char *__prom_nextprop(phandle node, char * oprop) in __prom_nextprop() argument 210 prop = prom_nodeops->no_nextprop(node, oprop); in __prom_nextprop() 221 char *prom_nextprop(phandle node, char *oprop, char *buffer) in prom_nextprop() argument 226 return __prom_nextprop(node, oprop); in prom_nextprop()
|
| /linux-6.15/kernel/ |
| H A D | audit.h | 85 struct lsm_prop oprop; member 164 struct lsm_prop oprop; member
|
| H A D | auditsc.c | 702 &name->oprop, in audit_filter_rules() 709 &n->oprop, in audit_filter_rules() 721 if (security_audit_rule_match(&ctx->ipc.oprop, in audit_filter_rules() 1394 if (lsmprop_is_set(&context->ipc.oprop)) { in show_special() 1397 if (security_lsmprop_to_secctx(&context->ipc.oprop, in show_special() 1560 if (lsmprop_is_set(&n->oprop)) { in audit_log_name() 1563 if (security_lsmprop_to_secctx(&n->oprop, &ctx) < 0) { in audit_log_name() 2275 security_inode_getlsmprop(inode, &name->oprop); in audit_copy_inode() 2629 security_ipc_getlsmprop(ipcp, &context->ipc.oprop); in __audit_ipc_obj()
|