Searched refs:cap_check (Results 1 – 13 of 13) sorted by relevance
| /f-stack/dpdk/app/test-eventdev/ |
| H A D | evt_main.c | 128 if (test->ops.cap_check) { in main() 129 if (test->ops.cap_check(&opt) == false) { in main()
|
| H A D | evt_test.h | 48 evt_test_capability_check_t cap_check; member
|
| H A D | test_order_atq.c | 206 .cap_check = order_atq_capability_check,
|
| H A D | test_order_queue.c | 217 .cap_check = order_queue_capability_check,
|
| H A D | test_perf_atq.c | 293 .cap_check = perf_atq_capability_check,
|
| H A D | test_perf_queue.c | 308 .cap_check = perf_queue_capability_check,
|
| H A D | test_pipeline_atq.c | 505 .cap_check = pipeline_atq_capability_check,
|
| H A D | test_pipeline_queue.c | 518 .cap_check = pipeline_queue_capability_check,
|
| /f-stack/freebsd/sys/ |
| H A D | capsicum.h | 431 int cap_check(const cap_rights_t *havep, const cap_rights_t *needp);
|
| /f-stack/freebsd/kern/ |
| H A D | sys_capability.c | 176 cap_check(const cap_rights_t *havep, const cap_rights_t *needp) in cap_check() function
|
| H A D | uipc_mqueue.c | 2363 error = cap_check(cap_rights(fdp, mqd), &cap_event_rights); in kern_kmq_notify()
|
| H A D | kern_descrip.c | 2890 error = cap_check(cap_rights_fde_inline(fde), needrightsp); in fget_cap_locked()
|
| H A D | vfs_syscalls.c | 3666 error = cap_check(&tond.ni_filecaps.fc_rights, in kern_renameat()
|