Searched refs:ctab (Results 1 - 3 of 3) sorted by relevance

/linux-4.4.14/security/selinux/ss/
H A Dconditional.h76 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 Dconditional.c617 void cond_compute_xperms(struct avtab *ctab, struct avtab_key *key, cond_compute_xperms() argument
622 if (!ctab || !key || !xpermd) cond_compute_xperms()
625 for (node = avtab_search_node(ctab, key); node; cond_compute_xperms()
636 void cond_compute_av(struct avtab *ctab, struct avtab_key *key, cond_compute_av() argument
641 if (!ctab || !key || !avd) cond_compute_av()
644 for (node = avtab_search_node(ctab, key); node; cond_compute_av()
/linux-4.4.14/drivers/media/usb/gspca/
H A Dov519.c4635 static const u8 ctab[] = { setcontrast() local
4640 i2c_w(sd, 0x64, ctab[val >> 5]); setcontrast()
4645 static const u8 ctab[] = { setcontrast() local
4651 i2c_w(sd, 0x64, ctab[val >> 4]); setcontrast()

Completed in 276 milliseconds