Searched refs:fc_errno (Results 1 – 6 of 6) sorted by relevance
/titanic_41/usr/src/uts/common/sys/fibre-channel/impl/ |
H A D | fctl_private.h | 325 int fc_errno; member 734 static int fctl_error(int fc_errno, char **errmsg);
|
H A D | fc_fcaif.h | 210 int fc_fca_error(int fc_errno, char **errmsg);
|
H A D | fc_ulpif.h | 174 int fc_ulp_error(int fc_errno, char **errmsg);
|
H A D | fp.h | 455 int fc_errno, fc_packet_t *pkt, const char *fmt, ...);
|
/titanic_41/usr/src/uts/common/io/fibre-channel/impl/ |
H A D | fctl.c | 1744 fc_ulp_error(int fc_errno, char **errmsg) in fc_ulp_error() argument 1746 return (fctl_error(fc_errno, errmsg)); in fc_ulp_error() 2050 fc_fca_error(int fc_errno, char **errmsg) in fc_fca_error() argument 2052 return (fctl_error(fc_errno, errmsg)); in fc_fca_error() 5770 fctl_error(int fc_errno, char **errmsg) in fctl_error() argument 5776 if (fc_errlist[count].fc_errno == fc_errno) { in fctl_error()
|
H A D | fp.c | 14966 fp_printf(fc_local_port_t *port, int level, fp_mesg_dest_t dest, int fc_errno, in fp_printf() argument 14997 if (fc_errno) { in fp_printf() 15000 (void) fc_ulp_error(fc_errno, &errmsg); in fp_printf()
|