Home
last modified time | relevance | path

Searched refs:fctl_error (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fibre-channel/impl/
H A Dfctl_private.h734 static int fctl_error(int fc_errno, char **errmsg);
/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfctl.c1747 return (fctl_error(fc_errno, errmsg)); in fc_ulp_error()
2053 return (fctl_error(fc_errno, errmsg)); in fc_fca_error()
5776 fctl_error(int fc_errno, char **errmsg) in fctl_error() function