Searched refs:ctab (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.4/security/selinux/ss/ |
| D | conditional.h | 74 void cond_compute_av(struct avtab *ctab, struct avtab_key *key, 76 void cond_compute_xperms(struct avtab *ctab, struct avtab_key *key,
|
| D | conditional.c | 613 void cond_compute_xperms(struct avtab *ctab, struct avtab_key *key, in cond_compute_xperms() argument 618 if (!ctab || !key || !xpermd) in cond_compute_xperms() 621 for (node = avtab_search_node(ctab, key); node; in cond_compute_xperms() 632 void cond_compute_av(struct avtab *ctab, struct avtab_key *key, in cond_compute_av() argument 637 if (!ctab || !key || !avd) in cond_compute_av() 640 for (node = avtab_search_node(ctab, key); node; in cond_compute_av()
|
| /Linux-v5.4/drivers/media/usb/gspca/ |
| D | ov519.c | 4615 static const u8 ctab[] = { in setcontrast() local 4620 i2c_w(sd, 0x64, ctab[val >> 5]); in setcontrast() 4625 static const u8 ctab[] = { in setcontrast() local 4631 i2c_w(sd, 0x64, ctab[val >> 4]); in setcontrast()
|