Home
last modified time | relevance | path

Searched refs:cap_check (Results 1 – 13 of 13) sorted by relevance

/f-stack/dpdk/app/test-eventdev/
H A Devt_main.c128 if (test->ops.cap_check) { in main()
129 if (test->ops.cap_check(&opt) == false) { in main()
H A Devt_test.h48 evt_test_capability_check_t cap_check; member
H A Dtest_order_atq.c206 .cap_check = order_atq_capability_check,
H A Dtest_order_queue.c217 .cap_check = order_queue_capability_check,
H A Dtest_perf_atq.c293 .cap_check = perf_atq_capability_check,
H A Dtest_perf_queue.c308 .cap_check = perf_queue_capability_check,
H A Dtest_pipeline_atq.c505 .cap_check = pipeline_atq_capability_check,
H A Dtest_pipeline_queue.c518 .cap_check = pipeline_queue_capability_check,
/f-stack/freebsd/sys/
H A Dcapsicum.h431 int cap_check(const cap_rights_t *havep, const cap_rights_t *needp);
/f-stack/freebsd/kern/
H A Dsys_capability.c176 cap_check(const cap_rights_t *havep, const cap_rights_t *needp) in cap_check() function
H A Duipc_mqueue.c2363 error = cap_check(cap_rights(fdp, mqd), &cap_event_rights); in kern_kmq_notify()
H A Dkern_descrip.c2890 error = cap_check(cap_rights_fde_inline(fde), needrightsp); in fget_cap_locked()
H A Dvfs_syscalls.c3666 error = cap_check(&tond.ni_filecaps.fc_rights, in kern_renameat()