Searched refs:emlxs_fcio_table (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_dfc.c703 emlxs_fcio_table_t emlxs_fcio_table[] = { variable
746 }; /* emlxs_fcio_table */
756 count = sizeof (emlxs_fcio_table) / sizeof (emlxs_fcio_table_t);
758 if (cmd == emlxs_fcio_table[i].code) {
759 return (emlxs_fcio_table[i].string);
776 count = sizeof (emlxs_fcio_table) / sizeof (emlxs_fcio_table_t);
778 if (fcio->fcio_cmd == emlxs_fcio_table[i].code) {
783 emlxs_fcio_table[i].string);
786 rval = emlxs_fcio_table[i].func(port, fcio, mode);

Completed in 88 milliseconds