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

/illumos-gate/usr/src/uts/common/io/mwl/
H A Dmwl.c924 uint8_t *fw, *fwboot; local
935 fw = fwboot = NULL;
962 fwboot = (uint8_t *)kmem_alloc(fwboot_size, KM_SLEEP);
963 if (fwboot == NULL) {
969 (void) memcpy(fwboot, fwboot_index, fwboot_size);
996 if (fwboot == NULL) {
1004 fwboot = NULL;
1023 if (fwboot != NULL) {
1034 if (!mwlSendBlock(sc, fwboot_size, fwboot, fwboot_size) ||
1122 if (fwboot !
[all...]

Completed in 62 milliseconds