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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_dfc.c428 dfc32_t dfc32; local
430 if (ddi_copyin((void *)arg, (void *)&dfc32,
439 dfc1->cmd = dfc32.cmd;
440 dfc1->flag = dfc32.flag;
441 dfc1->buf1 = (void *)((uintptr_t)dfc32.buf1);
442 dfc1->buf1_size = dfc32.buf1_size;
443 dfc1->data1 = dfc32.data1;
444 dfc1->buf2 = (void *)((uintptr_t)dfc32.buf2);
445 dfc1->buf2_size = dfc32.buf2_size;
446 dfc1->data2 = dfc32
624 dfc32_t dfc32; local
[all...]
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_dfc.h74 typedef struct dfc32 struct

Completed in 52 milliseconds