Go to main content

man pages section 3: Extended Library Functions, Volume 1

Exit Print View

Updated: Wednesday, July 27, 2022
 
 

FCOE_FreePortHandle (3FCOE)

Name

FCOE_FreePortHandle - Close the FCoE port handle

Synopsis

cc [ flag... ] file... -lfcoe [ 
library... ]
#include <libfcoe.h>


FCOE_STATUS FCOE_FreePortHandle(
FCOE_PORT_HANDLEhandle);

Parameters

handle

A valid port handle.

Description

The FCOE_FreePortHandle() function frees all the memory allocated for this FCoE port handle.

Return Values

The following values are returned:

FCOE_STATUS_ERROR_INVAL_ARG

The value specified for handle was not valid.

FCOE_STATUS_OK

The API call was successful.

Attributes

See attributes(7) for descriptions of the following attributes:

ATTRIBUTE TYPE
ATTRIBUTE VALUE
Interface Stability
Committed
MT-Level
Safe

See Also

libfcoe(3LIB), attributes(7)