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

/linux-master/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.c559 void cond_compute_xperms(struct avtab *ctab, struct avtab_key *key, argument
564 if (!ctab || !key || !xpermd)
567 for (node = avtab_search_node(ctab, key); node;
576 void cond_compute_av(struct avtab *ctab, struct avtab_key *key, argument
581 if (!ctab || !key || !avd)
584 for (node = avtab_search_node(ctab, key); node;
/linux-master/drivers/media/usb/gspca/
H A Dov519.c4625 static const u8 ctab[] = { local
4630 i2c_w(sd, 0x64, ctab[val >> 5]);
4635 static const u8 ctab[] = { local
4641 i2c_w(sd, 0x64, ctab[val >> 4]);

Completed in 141 milliseconds