Searched refs:ctab (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/security/selinux/ss/ |
H A D | conditional.h | 77 void cond_compute_av(struct avtab *ctab, struct avtab_key *key, 79 void cond_compute_xperms(struct avtab *ctab, struct avtab_key *key,
|
H A D | conditional.c | 556 void cond_compute_xperms(struct avtab *ctab, struct avtab_key *key, in cond_compute_xperms() argument 561 if (!ctab || !key || !xpermd) in cond_compute_xperms() 564 for (node = avtab_search_node(ctab, key); node; in cond_compute_xperms() 575 void cond_compute_av(struct avtab *ctab, struct avtab_key *key, in cond_compute_av() argument 580 if (!ctab || !key || !avd) in cond_compute_av() 583 for (node = avtab_search_node(ctab, key); node; in cond_compute_av()
|
/kernel/linux/linux-6.6/security/selinux/ss/ |
H A D | conditional.h | 77 void cond_compute_av(struct avtab *ctab, struct avtab_key *key, 79 void cond_compute_xperms(struct avtab *ctab, struct avtab_key *key,
|
H A D | conditional.c | 557 void cond_compute_xperms(struct avtab *ctab, struct avtab_key *key, in cond_compute_xperms() argument 562 if (!ctab || !key || !xpermd) in cond_compute_xperms() 565 for (node = avtab_search_node(ctab, key); node; in cond_compute_xperms() 574 void cond_compute_av(struct avtab *ctab, struct avtab_key *key, in cond_compute_av() argument 579 if (!ctab || !key || !avd) in cond_compute_av() 582 for (node = avtab_search_node(ctab, key); node; in cond_compute_av()
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-6.6/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()
|
Completed in 13 milliseconds