1io_uring_opcode_supported(3)    liburing Manual   io_uring_opcode_supported(3)
2
3
4

NAME

6       io_uring_opcode_supported - is op code supported?
7

SYNOPSIS

9       #include <liburing.h>
10
11       int io_uring_opcode_supported(struct io_uring_probe *probe,
12                                     int opcode);
13

DESCRIPTION

15       The  function  io_uring_opcode_supported(3) allows the caller to deter‐
16       mine if the passed in opcode belonging to the probe param is supported.
17       An  instance  of the io_uring_probe instance can be obtained by calling
18       the function io_uring_get_probe(3).
19
20

RETURN VALUE

22       On success it returns 1, otherwise it returns 0.
23

SEE ALSO

25       io_uring_get_probe(3)
26
27
28
29liburing-2.1                   January 25, 2022   io_uring_opcode_supported(3)
Impressum