Sha256: 5757d275ecff7823e1756c6f33129a23fd7609594971f01c17cddc8db42a2050

Contents?: true

Size: 827 Bytes

Versions: 8

Compression:

Stored size: 827 Bytes

Contents

.\" Copyright (C) 2022 Stefan Roesch <shr@fb.com>
.\"
.\" SPDX-License-Identifier: LGPL-2.0-or-later
.\"
.TH io_uring_get_probe "January 25, 2022" "liburing-2.1" "liburing Manual"
.SH NAME
io_uring_get_probe - get probe instance
.SH SYNOPSIS
.nf
.BR "#include <liburing.h>"
.PP
.BI "io_uring_probe *io_uring_get_probe(void)"
.fi
.PP
.SH DESCRIPTION
.PP
The function io_uring_get_probe() returns an allocated io_uring_probe
structure to the caller. The caller is responsible for freeing the
structure with the function io_uring_free_probe().

.SH NOTES
Earlier versions of the Linux kernel do not support probe. If the kernel
doesn't support probe, this function will return NULL.

.SH RETURN VALUE
On success it returns an allocated io_uring_probe structure, otherwise
it returns NULL.
.SH SEE ALSO
.BR io_uring_free_probe (3)

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
polyphony-0.94 vendor/liburing/man/io_uring_get_probe.3
polyphony-0.93 vendor/liburing/man/io_uring_get_probe.3
polyphony-0.92 vendor/liburing/man/io_uring_get_probe.3
polyphony-0.91 vendor/liburing/man/io_uring_get_probe.3
polyphony-0.90 vendor/liburing/man/io_uring_get_probe.3
polyphony-0.89 vendor/liburing/man/io_uring_get_probe.3
polyphony-0.87 vendor/liburing/man/io_uring_get_probe.3
polyphony-0.86 vendor/liburing/man/io_uring_get_probe.3