Symbol: dfc32
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dfc.c
429
dfc32_t dfc32;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dfc.c
431
if (ddi_copyin((void *)arg, (void *)&dfc32,
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dfc.c
440
dfc1->cmd = dfc32.cmd;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dfc.c
441
dfc1->flag = dfc32.flag;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dfc.c
442
dfc1->buf1 = (void *)((uintptr_t)dfc32.buf1);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dfc.c
443
dfc1->buf1_size = dfc32.buf1_size;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dfc.c
444
dfc1->data1 = dfc32.data1;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dfc.c
445
dfc1->buf2 = (void *)((uintptr_t)dfc32.buf2);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dfc.c
446
dfc1->buf2_size = dfc32.buf2_size;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dfc.c
447
dfc1->data2 = dfc32.data2;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dfc.c
448
dfc1->buf3 = (void *)((uintptr_t)dfc32.buf3);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dfc.c
449
dfc1->buf3_size = dfc32.buf3_size;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dfc.c
450
dfc1->data3 = dfc32.data3;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dfc.c
451
dfc1->buf4 = (void *)((uintptr_t)dfc32.buf4);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dfc.c
452
dfc1->buf4_size = dfc32.buf4_size;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dfc.c
453
dfc1->data4 = dfc32.data4;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dfc.c
625
dfc32_t dfc32;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dfc.c
627
dfc32.cmd = dfc1->cmd;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dfc.c
628
dfc32.flag = dfc1->flag;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dfc.c
629
dfc32.buf1 = (uint32_t)((uintptr_t)dfc1->buf1);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dfc.c
630
dfc32.buf1_size = dfc1->buf1_size;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dfc.c
631
dfc32.data1 = dfc1->data1;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dfc.c
632
dfc32.buf2 = (uint32_t)((uintptr_t)dfc1->buf2);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dfc.c
633
dfc32.buf2_size = dfc1->buf2_size;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dfc.c
634
dfc32.data2 = dfc1->data2;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dfc.c
635
dfc32.buf3 = (uint32_t)((uintptr_t)dfc1->buf3);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dfc.c
636
dfc32.buf3_size = dfc1->buf3_size;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dfc.c
637
dfc32.data3 = dfc1->data3;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dfc.c
638
dfc32.buf4 = (uint32_t)((uintptr_t)dfc1->buf4);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dfc.c
639
dfc32.buf4_size = dfc1->buf4_size;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dfc.c
640
dfc32.data4 = dfc1->data4;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dfc.c
642
if (ddi_copyout((void *)&dfc32, (void *)arg,