Searched refs:ctab (Results 1 – 2 of 2) sorted by relevance
| /linux/security/selinux/ss/ |
| H A D | conditional.c | 566 void cond_compute_xperms(struct avtab *ctab, struct avtab_key *key, in cond_compute_xperms() 571 if (!ctab || !key || !xpermd) in cond_compute_av() 574 for (node = avtab_search_node(ctab, key); node; in cond_compute_av() 583 void cond_compute_av(struct avtab *ctab, struct avtab_key *key, in cond_compute_av() 588 if (!ctab || !key || !avd) in cond_compute_av() 591 for (node = avtab_search_node(ctab, key); node; in cond_compute_av() 553 cond_compute_xperms(struct avtab * ctab,struct avtab_key * key,struct extended_perms_decision * xpermd) cond_compute_xperms() argument 570 cond_compute_av(struct avtab * ctab,struct avtab_key * key,struct av_decision * avd,struct extended_perms * xperms) cond_compute_av() argument
|
| /linux/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()
|