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

/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_xioctl.h174 } flash_desc_t; typedef in typeref:struct:flash_desc
386 flash_desc_t fdesc;
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlge/
H A Dqlge_flash.c664 sizeof (flash_desc_t), addr);
668 bzero(&qlge->fdesc, sizeof (flash_desc_t));
675 for (cnt = 0; cnt < (sizeof (flash_desc_t)) / 2; cnt++) {
713 bzero(&qlge->fdesc, sizeof (flash_desc_t));
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_xioctl.c4691 flash_desc_t *fdesc;
4701 if ((fdesc = kmem_zalloc(sizeof (flash_desc_t), KM_SLEEP)) == NULL) {
4705 rval = ql_dump_fcode(ha, (uint8_t *)fdesc, sizeof (flash_desc_t),
4709 kmem_free(fdesc, sizeof (flash_desc_t));
4715 for (cnt = 0; cnt < (sizeof (flash_desc_t)) / 2; cnt++) {
4739 kmem_free(fdesc, sizeof (flash_desc_t));
4743 bcopy(fdesc, &xp->fdesc, sizeof (flash_desc_t));
4744 kmem_free(fdesc, sizeof (flash_desc_t));
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlge/
H A Dqlge.h782 flash_desc_t fdesc;
H A Dqlge_hw.h2281 } flash_desc_t; typedef in typeref:struct:flash_desc

Completed in 81 milliseconds