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

/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.h128 * to be the 'typesp' argument.
130 int ddi_intr_get_supported_types(dev_info_t *dip, int *typesp);
/illumos-gate/usr/src/uts/common/io/
H A Dpci_intr_lib.c747 pci_msi_get_supported_type(dev_info_t *rdip, int *typesp) argument
755 *typesp = 0;
759 *typesp |= DDI_INTR_TYPE_MSI;
765 *typesp |= DDI_INTR_TYPE_MSIX;
770 "rdip = 0x%p types 0x%x\n", (void *)rdip, *typesp));
772 return (*typesp == 0 ? DDI_FAILURE : DDI_SUCCESS);
/illumos-gate/usr/src/cmd/ctstat/
H A Dctstat.c777 parse_types(const char *arg, int **typesp, int ntypes) argument
779 return (parse(arg, typesp, ntypes, get_type));
/illumos-gate/usr/src/uts/common/os/
H A Dddi_intr.c47 * to be the 'typesp' argument.
50 ddi_intr_get_supported_types(dev_info_t *dip, int *typesp) argument
61 if (*typesp = i_ddi_intr_get_supported_types(dip))
68 (void *)typesp);
74 *typesp));

Completed in 1047 milliseconds