Flashnux

GNU/Linux man pages

Livre :
Expressions régulières,
Syntaxe et mise en oeuvre :

ISBN : 978-2-7460-9712-4
EAN : 9782746097124
(Editions ENI)

GNU/Linux

CentOS 4.8

i386

umad_close_port(3)


UMAD_OPEN_PORT

UMAD_OPEN_PORT

NAME
SYNOPSIS
DESCRIPTION
RETURN VALUE
SEE ALSO
AUTHOR

NAME

umad_close_port − close InfiniBand device port for umad access

SYNOPSIS

#include <infiniband/umad.h>

int umad_close_port(int portid);

DESCRIPTION

umad_close_port() closes the port specified by the handle portid.

RETURN VALUE

umad_close_port() returns 0 on success, and a negative value on error. -EINVAL is returned if the portid is not a handle to a valid (open) port.

SEE ALSO

umad_open_port(3)

AUTHOR

Hal Rosenstock <halr@voltaire.com>



umad_close_port(3)