Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dddi_ufm.h43 #define UFM_IOC_READIMG (UFM_IOC | 4) macro
/illumos-gate/usr/src/uts/common/io/
H A Dufm.c578 case UFM_IOC_READIMG: in ufm_ioctl()
/illumos-gate/usr/src/cmd/fwflash/plugins/transport/common/
H A Dufm.c153 if (ioctl(ufmfw_ufm_fd, UFM_IOC_READIMG, &rimg) != 0) { in fw_readfw()