Home
last modified time | relevance | path

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

/linux-6.12.1/security/selinux/ss/
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,
Dconditional.c559 void cond_compute_xperms(struct avtab *ctab, struct avtab_key *key, in cond_compute_xperms() argument
564 if (!ctab || !key || !xpermd) in cond_compute_xperms()
567 for (node = avtab_search_node(ctab, key); node; in cond_compute_xperms()
576 void cond_compute_av(struct avtab *ctab, struct avtab_key *key, in cond_compute_av() argument
581 if (!ctab || !key || !avd) in cond_compute_av()
584 for (node = avtab_search_node(ctab, key); node; in cond_compute_av()
/linux-6.12.1/drivers/media/usb/gspca/
Dov519.c4625 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()