Home
last modified time | relevance | path

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

/freebsd/usr.sbin/mpsutil/
H A Dmpsutil.h127 int mps_firmware_send(int fd, unsigned char *buf, uint32_t len, bool bios);
H A Dmps_flash.c228 if (mps_firmware_send(fd, mem, st.st_size, bios) < 0) { in flash_update()
H A Dmps_cmd.c467 mps_firmware_send(int fd, unsigned char *fw, uint32_t len, bool bios) in mps_firmware_send() function