Home
last modified time | relevance | path

Searched refs:mps_firmware_get (Results 1 – 3 of 3) sorted by relevance

/freebsd/usr.sbin/mpsutil/
H A Dmpsutil.h128 int mps_firmware_get(int fd, unsigned char **buf, bool bios);
H A Dmps_flash.c83 if ((size = mps_firmware_get(fd, &firmware_buffer, bios)) < 0) { in flash_save()
H A Dmps_cmd.c487 mps_firmware_get(int fd, unsigned char **firmware, bool bios) in mps_firmware_get() function