Searched refs:typesp (Results 1 - 5 of 5) sorted by relevance
/illumos-gate/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 | 128 * 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 D | pci_intr_lib.c | 747 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 D | ctstat.c | 777 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 D | ddi_intr.c | 47 * 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 926 milliseconds