Searched refs:ctab (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/security/selinux/ss/ |
| H A D | conditional.h | 76 void cond_compute_av(struct avtab *ctab, struct avtab_key *key, 78 void cond_compute_xperms(struct avtab *ctab, struct avtab_key *key,
|
| H A D | conditional.c | 553 void cond_compute_xperms(struct avtab *ctab, struct avtab_key *key, in cond_compute_xperms() argument 558 if (!ctab || !key || !xpermd) in cond_compute_xperms() 561 for (node = avtab_search_node(ctab, key); node; in cond_compute_xperms() 570 void cond_compute_av(struct avtab *ctab, struct avtab_key *key, in cond_compute_av() argument 575 if (!ctab || !key || !avd) in cond_compute_av() 578 for (node = avtab_search_node(ctab, key); node; in cond_compute_av()
|
| /linux-6.15/drivers/media/usb/gspca/ |
| H A D | ov519.c | 4625 static const u8 ctab[] = { in setcontrast() local 4630 i2c_w(sd, 0x64, ctab[val >> 5]); in setcontrast() 4635 static const u8 ctab[] = { in setcontrast() local 4641 i2c_w(sd, 0x64, ctab[val >> 4]); in setcontrast()
|
| /linux-6.15/Documentation/netlink/specs/ |
| H A D | tc.yaml | 3009 name: ctab
|