| /illumos-gate/usr/src/uts/i86pc/io/pci/ |
| H A D | pci_tools.c | 126 apic_get_type_t type_info; in pcitool_set_intr() local 156 info_hdl.ih_private = &type_info; in pcitool_set_intr() 165 if (strcmp(type_info.avgi_type, APIC_APIX_NAME) == 0) { in pcitool_set_intr() 166 if (iset.old_cpu > type_info.avgi_num_cpu) { in pcitool_set_intr() 181 if (iset.ino > type_info.avgi_num_intr) { in pcitool_set_intr() 195 if (strcmp(type_info.avgi_type, APIC_APIX_NAME) == 0) { in pcitool_set_intr() 241 if (strcmp(type_info.avgi_type, APIC_APIX_NAME) == 0) { in pcitool_set_intr() 277 apic_get_type_t type_info; in pcitool_get_intr() local 291 info_hdl.ih_private = &type_info; in pcitool_get_intr() 301 if (strcmp(type_info.avgi_type, APIC_APIX_NAME) == 0) { in pcitool_get_intr() [all …]
|
| H A D | pci_common.c | 793 apic_get_type_t type_info; in pci_alloc_intr_fixed() local 808 info_hdl.ih_private = &type_info; in pci_alloc_intr_fixed() 810 PSM_SUCCESS && strcmp(type_info.avgi_type, APIC_APIX_NAME) == 0) { in pci_alloc_intr_fixed() 849 apic_get_type_t type_info; in pci_free_intr_fixed() local 859 info_hdl.ih_private = &type_info; in pci_free_intr_fixed() 861 PSM_SUCCESS && strcmp(type_info.avgi_type, APIC_APIX_NAME) == 0) { in pci_free_intr_fixed()
|
| /illumos-gate/usr/src/uts/intel/io/pci-ide/ |
| H A D | pci-ide.c | 785 apic_get_type_t type_info; in pciide_alloc_intr() local 798 info_hdl.ih_private = &type_info; in pciide_alloc_intr() 800 PSM_SUCCESS && strcmp(type_info.avgi_type, APIC_APIX_NAME) == 0) { in pciide_alloc_intr() 836 apic_get_type_t type_info; in pciide_free_intr() local 846 info_hdl.ih_private = &type_info; in pciide_free_intr() 848 PSM_SUCCESS && strcmp(type_info.avgi_type, APIC_APIX_NAME) == 0) { in pciide_free_intr()
|
| /illumos-gate/usr/src/uts/i86pc/io/apix/ |
| H A D | apix_irm.c | 244 apic_get_type_t type_info; in apix_irm_chk_apix() local 250 info_hdl.ih_private = &type_info; in apix_irm_chk_apix() 256 if (strcmp(type_info.avgi_type, APIC_APIX_NAME) == 0) in apix_irm_chk_apix()
|
| /illumos-gate/usr/src/lib/print/libipp-core/common/ |
| H A D | read.c | 97 } type_info[] = { variable 113 for (i = 0; type_info[i].ipp_type != DTAG_MIN; i++) in validate_length() 114 if (type_info[i].ipp_type == type) in validate_length() 115 return ((type_info[i].size == size) ? 0 : -1); in validate_length()
|
| /illumos-gate/usr/src/tools/smatch/src/smatch_data/db/ |
| H A D | type_info.schema | 1 CREATE TABLE type_info (
|
| H A D | fixup_kernel.sh | 172 delete from type_info where key = '(union anonymous)->__val';
|
| /illumos-gate/usr/src/uts/i86pc/io/ |
| H A D | isa.c | 938 apic_get_type_t type_info; in isa_alloc_intr_fixed() local 951 info_hdl.ih_private = &type_info; in isa_alloc_intr_fixed() 953 PSM_SUCCESS && strcmp(type_info.avgi_type, APIC_APIX_NAME) == 0) { in isa_alloc_intr_fixed() 988 apic_get_type_t type_info; in isa_free_intr_fixed() local 998 info_hdl.ih_private = &type_info; in isa_free_intr_fixed() 1000 PSM_SUCCESS && strcmp(type_info.avgi_type, APIC_APIX_NAME) == 0) { in isa_free_intr_fixed()
|
| H A D | rootnex.c | 1592 apic_get_type_t type_info; in rootnex_alloc_intr_fixed() local 1605 info_hdl.ih_private = &type_info; in rootnex_alloc_intr_fixed() 1607 PSM_SUCCESS && strcmp(type_info.avgi_type, APIC_APIX_NAME) == 0) { in rootnex_alloc_intr_fixed() 1643 apic_get_type_t type_info; in rootnex_free_intr_fixed() local 1653 info_hdl.ih_private = &type_info; in rootnex_free_intr_fixed() 1655 PSM_SUCCESS && strcmp(type_info.avgi_type, APIC_APIX_NAME) == 0) { in rootnex_free_intr_fixed()
|
| /illumos-gate/usr/src/cmd/hal/hald/ |
| H A D | device_store.c | 119 static GTypeInfo type_info = { in hal_device_store_get_type() local 131 &type_info, in hal_device_store_get_type()
|
| H A D | device.c | 151 static GTypeInfo type_info = { in hal_device_get_type() local 164 &type_info, in hal_device_get_type()
|
| /illumos-gate/usr/src/tools/smatch/ |
| H A D | Makefile | 220 SMATCH_DB_DATA += type_info.schema
|
| /illumos-gate/usr/src/tools/smatch/src/ |
| H A D | smatch_db.c | 311 sql_insert_cache(type_info, "'%s', %d, '%s', '%s'", get_base_file(), type, member, value); in sql_insert_type_info()
|