Searched defs:fw_index (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/uath/
H A Duath.c760 char *fw_index, *fw_image = NULL; local
771 err = uath_loadsym(modp, uath_binmod, &fw_index, &fw_size);
786 (void) memcpy(fw_image, fw_index, fw_size);
787 fw_index = fw_image;
817 err = uath_fw_send(sc, sc->tx_data_pipe, fw_index, mlen);
832 fw_index += mlen;
839 fw_image = fw_index = NULL;
/illumos-gate/usr/src/uts/common/io/mwl/
H A Dmwl.c923 char *fwboot_index, *fw_index; local
936 fw_index = fwboot_index = NULL;
954 err = mwl_loadsym(modfw, fwbinname, &fw_index, &fw_size);
978 (void) memcpy(fw, fw_index, fw_size);
1125 fwboot_index = fw_index = NULL;

Completed in 72 milliseconds