Searched refs:PCITOOL_IGET_SIZE (Results 1 – 7 of 7) sorted by relevance
/titanic_41/usr/src/uts/sun4v/io/niumx/ |
H A D | niumx_tools.c | 310 if (ddi_copyin(arg, &partial_iget, PCITOOL_IGET_SIZE(0), mode) != in niumxtool_get_intr() 337 iget_kmem_alloc_size = PCITOOL_IGET_SIZE(iget_p->num_devs_ret); in niumxtool_get_intr() 386 ddi_copyout(iget_p, arg, PCITOOL_IGET_SIZE(iget_p->num_devs_ret), in niumxtool_get_intr()
|
/titanic_41/usr/src/uts/sun4u/io/pci/ |
H A D | pci_tools.c | 306 if (ddi_copyin(arg, &partial_iget, PCITOOL_IGET_SIZE(0), mode) != in pcitool_get_intr() 338 iget_kmem_alloc_size = PCITOOL_IGET_SIZE(num_devs_ret); in pcitool_get_intr() 352 bzero(iget, PCITOOL_IGET_SIZE(num_devs_ret)); in pcitool_get_intr() 393 PCITOOL_IGET_SIZE(num_devs_ret), mode); in pcitool_get_intr()
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | pci_tools.h | 175 #define PCITOOL_IGET_SIZE(num_devs) \ macro
|
/titanic_41/usr/src/uts/i86pc/io/pci/ |
H A D | pci_tools.c | 292 if (ddi_copyin(arg, &partial_iget, PCITOOL_IGET_SIZE(0), mode) != in pcitool_get_intr() 358 iget_kmem_alloc_size = PCITOOL_IGET_SIZE(num_devs_ret); in pcitool_get_intr() 372 bzero(iget, PCITOOL_IGET_SIZE(num_devs_ret)); in pcitool_get_intr() 435 PCITOOL_IGET_SIZE(num_devs_ret), mode); in pcitool_get_intr()
|
/titanic_41/usr/src/uts/sun4/io/px/ |
H A D | px_tools.c | 125 if (ddi_copyin(arg, &partial_iget, PCITOOL_IGET_SIZE(0), mode) != in pxtool_get_intr() 172 iget_kmem_alloc_size = PCITOOL_IGET_SIZE(iget->num_devs_ret); in pxtool_get_intr() 230 ddi_copyout(iget, arg, PCITOOL_IGET_SIZE(iget->num_devs_ret), mode); in pxtool_get_intr()
|
/titanic_41/usr/src/uts/common/io/mac/ |
H A D | mac_util.c | 642 ipsz = PCITOOL_IGET_SIZE(0); in mac_get_single_intr() 663 nipsz = PCITOOL_IGET_SIZE(iget_p->num_devs); in mac_get_single_intr()
|
/titanic_41/usr/src/cmd/pcitool/ |
H A D | pcitool.c | 1487 realloc(iget_p, PCITOOL_IGET_SIZE(iget_p->num_devs)); in get_single_interrupt() 1521 pcitool_intr_get_t *iget_p = malloc(PCITOOL_IGET_SIZE(INIT_NUM_DEVS)); in get_interrupts()
|