Searched refs:typesp (Results 1 – 5 of 5) sorted by relevance
/titanic_44/usr/src/uts/common/io/ |
H A D | pci_intr_lib.c | 747 pci_msi_get_supported_type(dev_info_t *rdip, int *typesp) in pci_msi_get_supported_type() argument 755 *typesp = 0; in pci_msi_get_supported_type() 759 *typesp |= DDI_INTR_TYPE_MSI; in pci_msi_get_supported_type() 765 *typesp |= DDI_INTR_TYPE_MSIX; in pci_msi_get_supported_type() 770 "rdip = 0x%p types 0x%x\n", (void *)rdip, *typesp)); in pci_msi_get_supported_type() 772 return (*typesp == 0 ? DDI_FAILURE : DDI_SUCCESS); in pci_msi_get_supported_type()
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | pci_intr_lib.h | 52 extern int pci_msi_get_supported_type(dev_info_t *rdip, int *typesp);
|
H A D | ddi_intr.h | 130 int ddi_intr_get_supported_types(dev_info_t *dip, int *typesp);
|
/titanic_44/usr/src/cmd/ctstat/ |
H A D | ctstat.c | 777 parse_types(const char *arg, int **typesp, int ntypes) in parse_types() argument 779 return (parse(arg, typesp, ntypes, get_type)); in parse_types()
|
/titanic_44/usr/src/uts/common/os/ |
H A D | ddi_intr.c | 50 ddi_intr_get_supported_types(dev_info_t *dip, int *typesp) in ddi_intr_get_supported_types() argument 61 if (*typesp = i_ddi_intr_get_supported_types(dip)) in ddi_intr_get_supported_types() 68 (void *)typesp); in ddi_intr_get_supported_types() 74 *typesp)); in ddi_intr_get_supported_types()
|