Home
last modified time | relevance | path

Searched refs:pmcs_dump_fwlog (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/scsi/adapters/pmcs/
H A Dpmcs_fwlog.c44 static int pmcs_dump_fwlog(pmcs_hw_t *, caddr_t, uint32_t);
231 n = pmcs_dump_fwlog(pwp, buf, size_left); in pmcs_register_dump_int()
246 pmcs_dump_fwlog(pmcs_hw_t *pwp, caddr_t buf, uint32_t size_left) in pmcs_dump_fwlog() function
/illumos-gate/usr/src/cmd/mdb/common/modules/pmcs/
H A Dpmcs.c2760 pmcs_dump_fwlog(struct pmcs_hw *ss, int instance, const char *ofile) in pmcs_dump_fwlog() function
2856 return (pmcs_dump_fwlog(&ss, dip.devi_instance, ofile)); in pmcs_fwlog()