ret_buf          1722 dev/pci/if_bnx.c bnx_nvram_read(struct bnx_softc *sc, u_int32_t offset, u_int8_t *ret_buf,
ret_buf          1763 dev/pci/if_bnx.c 		memcpy(ret_buf, buf + (offset & 3), pre_len);
ret_buf          1766 dev/pci/if_bnx.c 		ret_buf += pre_len;
ret_buf          1786 dev/pci/if_bnx.c 		memcpy(ret_buf, buf, 4 - extra);
ret_buf          1796 dev/pci/if_bnx.c 		rc = bnx_nvram_read_dword(sc, offset32, ret_buf, cmd_flags);
ret_buf          1800 dev/pci/if_bnx.c 		ret_buf += 4;
ret_buf          1804 dev/pci/if_bnx.c 			rc = bnx_nvram_read_dword(sc, offset32, ret_buf, 0);
ret_buf          1808 dev/pci/if_bnx.c 			ret_buf += 4;
ret_buf          1818 dev/pci/if_bnx.c 		memcpy(ret_buf, buf, 4 - extra);