Searched refs:buf1_size (Results 1 – 3 of 3) sorted by relevance
/titanic_44/usr/src/uts/common/io/fibre-channel/fca/emlxs/ |
H A D | emlxs_dump.c | 1542 uint32_t buf1_size; in emlxs_dump_fw_version() local 1545 buf1_size = 1024; in emlxs_dump_fw_version() 1548 buf1 = (char *)kmem_zalloc(buf1_size, KM_SLEEP); in emlxs_dump_fw_version() 1553 (void) strlcpy(buf1, LEGEND_HBA_FW_VERSION, buf1_size); in emlxs_dump_fw_version() 1554 (void) strlcat(buf1, ": ", buf1_size); in emlxs_dump_fw_version() 1555 (void) strlcat(buf1, buf2, buf1_size); in emlxs_dump_fw_version() 1559 (void) strlcat(buf1, "\n ", buf1_size); in emlxs_dump_fw_version() 1560 (void) strlcat(buf1, LEGEND_HBA_FW_OPVERSION, buf1_size); in emlxs_dump_fw_version() 1561 (void) strlcat(buf1, ": ", buf1_size); in emlxs_dump_fw_version() 1562 (void) strlcat(buf1, buf2, buf1_size); in emlxs_dump_fw_version() [all …]
|
H A D | emlxs_dfc.c | 442 dfc1->buf1_size = dfc32.buf1_size; in emlxs_dfc_copyin() 473 dfc2->buf1_size = 0; in emlxs_dfc_copyin() 482 if (dfc1->buf1_size && dfc1->buf1) { in emlxs_dfc_copyin() 483 dfc2->buf1_size = dfc1->buf1_size; in emlxs_dfc_copyin() 484 dfc2->buf1 = kmem_zalloc(dfc1->buf1_size, KM_SLEEP); in emlxs_dfc_copyin() 486 if (ddi_copyin(dfc1->buf1, dfc2->buf1, dfc1->buf1_size, in emlxs_dfc_copyin() 491 dfc1->buf1_size); in emlxs_dfc_copyin() 568 if (ddi_copyout(dfc2->buf1, dfc1->buf1, dfc1->buf1_size, in emlxs_dfc_copyout() 573 dfc2->buf1_size); in emlxs_dfc_copyout() 577 kmem_free(dfc2->buf1, dfc2->buf1_size); in emlxs_dfc_copyout() [all …]
|
/titanic_44/usr/src/uts/common/sys/fibre-channel/fca/emlxs/ |
H A D | emlxs_dfc.h | 54 uint32_t buf1_size; member 80 uint32_t buf1_size; member
|