Home
last modified time | relevance | path

Searched refs:PCITOOL_DEVICE_GET_REG (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/cmd/pcitool/
H A Dpcitool.c455 ioctl(fd, PCITOOL_DEVICE_GET_REG, &cfg_prg)) != SUCCESS) { in get_config_header()
481 if (ioctl(fd, PCITOOL_DEVICE_GET_REG, &cfg_prg) != SUCCESS) { in supports_ari()
490 if (ioctl(fd, PCITOOL_DEVICE_GET_REG, &cfg_prg) != SUCCESS) { in supports_ari()
499 if (ioctl(fd, PCITOOL_DEVICE_GET_REG, &cfg_prg) != SUCCESS) { in supports_ari()
517 if (ioctl(fd, PCITOOL_DEVICE_GET_REG, &cfg_prg) != SUCCESS) in supports_ari()
548 if (ioctl(fd, PCITOOL_DEVICE_GET_REG, &cfg_prg) != SUCCESS) { in supports_ari()
646 if (((rval = ioctl(fd, PCITOOL_DEVICE_GET_REG, prg_p)) != 0) || in probe_dev()
1342 read_cmd = PCITOOL_DEVICE_GET_REG; in do_device_or_nexus()
/illumos-gate/usr/src/uts/common/sys/
H A Dpci_tools.h51 #define PCITOOL_DEVICE_GET_REG (PCITOOL_IOC | 1) macro
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/opl/common/
H A Dopl_picl.c585 rval = ioctl(fd, PCITOOL_DEVICE_GET_REG, &prg); in read_long()
608 rval = ioctl(fd, PCITOOL_DEVICE_GET_REG, &prg); in read_word()
631 rval = ioctl(fd, PCITOOL_DEVICE_GET_REG, &prg); in read_byte()
/illumos-gate/usr/src/uts/sun4/io/px/
H A Dpx_devctl.c197 case PCITOOL_DEVICE_GET_REG: in px_ioctl()
/illumos-gate/usr/src/uts/sun4u/io/pci/
H A Dpci_devctl.c261 case PCITOOL_DEVICE_GET_REG: in pci_ioctl()
/illumos-gate/usr/src/cmd/pcieadm/
H A Dpcieadm.c445 if (ioctl(pck->pck_fd, PCITOOL_DEVICE_GET_REG, &pci_reg) != 0) { in pcieadm_read_cfgspace_kernel()
/illumos-gate/usr/src/uts/i86pc/io/pci/
H A Dpci_tools.c956 case (PCITOOL_DEVICE_GET_REG): in pcitool_dev_reg_ops()
H A Dpci_common.c1077 case PCITOOL_DEVICE_GET_REG: in pci_common_ioctl()