Scroll to navigation

libnvmf_tid_new(9) libnvme API manual libnvmf_tid_new(9)

NAME

libnvmf_tid_new - Allocate and initialise a libnvmf_tid object.

SYNOPSIS

int libnvmf_tid_new (struct libnvmf_tid **pp );

ARGUMENTS

On success, *pp is set to the newly allocated object.

DESCRIPTION

Allocates a zeroed struct libnvmf_tid on the heap. The caller must release it with libnvmf_tid_free.

RETURN

0 on success, -EINVAL if pp is NULL, -ENOMEM if allocation fails.

libnvmf_tid_new July 2026