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

/illumos-gate/usr/src/cmd/mdb/common/modules/qlc/
H A Dqlc.c391 uint8_t *fwverptr = NULL; local
409 if ((fwverptr = (uint8_t *)(mdb_alloc(50, UM_SLEEP))) == NULL) {
410 mdb_warn("unable to alloc fwverptr\n");
438 if (mdb_vread(fwverptr, sizeof (void *),
440 mdb_warn("unable to read fwverptr\n");
441 mdb_free(fwverptr, sizeof (void *));
446 mdb_printf("%x\t%-11s", fwt->fw_class, fwverptr);
493 mdb_free(fwverptr, sizeof (void *));

Completed in 69 milliseconds