sas_port_free (9) Linux Manual Page
sas_port_free – free a SAS PORT
Synopsis
void sas_port_free(struct sas_port *port);
Arguments
port
-
- SAS PORT to free
Description
Frees the specified SAS PORT.
Note
This function must only be called on a PORT that has not successfully been added using sas_port_add.
Authors
James Bottomley <James.Bottomley [at] hansenpartnership.com>
- Author.
Rob Landley <rob [at] landley.net>
- Author.
