Home
last modified time | relevance | path

Searched refs:typesp (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/io/
H A Dpci_intr_lib.c742 pci_msi_get_supported_type(dev_info_t *rdip, int *typesp) in pci_msi_get_supported_type() argument
750 *typesp = 0; in pci_msi_get_supported_type()
754 *typesp |= DDI_INTR_TYPE_MSI; in pci_msi_get_supported_type()
760 *typesp |= DDI_INTR_TYPE_MSIX; in pci_msi_get_supported_type()
765 "rdip = 0x%p types 0x%x\n", (void *)rdip, *typesp)); in pci_msi_get_supported_type()
767 return (*typesp == 0 ? DDI_FAILURE : DDI_SUCCESS); in pci_msi_get_supported_type()
/illumos-gate/usr/src/uts/common/sys/
H A Dpci_intr_lib.h52 extern int pci_msi_get_supported_type(dev_info_t *rdip, int *typesp);
H A Dddi_intr.h130 int ddi_intr_get_supported_types(dev_info_t *dip, int *typesp);
/illumos-gate/usr/src/cmd/ctstat/
H A Dctstat.c777 parse_types(const char *arg, int **typesp, int ntypes) in parse_types() argument
779 return (parse(arg, typesp, ntypes, get_type)); in parse_types()
/illumos-gate/usr/src/uts/common/os/
H A Dddi_intr.c50 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()