/illumos-gate/usr/src/uts/common/syscall/ |
H A D | ppriv.c | 374 int itype) in privsys() argument 401 return ((int)klpd_reg((int)op, (idtype_t)itype, (id_t)type, in privsys() 404 return ((int)klpd_unreg((int)op, (idtype_t)itype, (id_t)type)); in privsys() 416 size32_t bufsize, int itype) in privsys32() argument 419 (size_t)bufsize, itype)); in privsys32()
|
/illumos-gate/usr/src/lib/cfgadm_plugins/scsi/common/ |
H A D | cfga_list.c | 41 uint_t itype; member 681 char *itype = NULL; in get_bus_state() local 686 node, "initiator-interconnect-type", &itype); in get_bus_state() 687 if (itype != NULL) { in get_bus_state() 688 (void) strlcpy(bsp->iconnect_type, itype, 16); in get_bus_state() 835 int itype = (*inq_dtype) & DTYPE_MASK; in get_device_type() local 838 if (device_list[i].itype == DTYPE_UNKNOWN) in get_device_type() 840 if (itype == device_list[i].itype) { in get_device_type()
|
/illumos-gate/usr/src/uts/sun4v/io/ |
H A D | cnex.c | 608 cnex_add_intr(dev_info_t *dip, uint64_t id, cnex_intrtype_t itype, in cnex_add_intr() argument 640 if (itype == CNEX_TX_INTR) { in cnex_add_intr() 642 } else if (itype == CNEX_RX_INTR) { in cnex_add_intr() 798 cnex_rem_intr(dev_info_t *dip, uint64_t id, cnex_intrtype_t itype) in cnex_rem_intr() argument 829 if (itype == CNEX_TX_INTR) { in cnex_rem_intr() 831 } else if (itype == CNEX_RX_INTR) { in cnex_rem_intr() 903 cnex_clr_intr(dev_info_t *dip, uint64_t id, cnex_intrtype_t itype) in cnex_clr_intr() argument 933 if (itype == CNEX_TX_INTR) { in cnex_clr_intr() 935 } else if (itype == CNEX_RX_INTR) { in cnex_clr_intr()
|
H A D | ldc.c | 101 static void i_ldc_clear_intr(ldc_chan_t *ldcp, cnex_intrtype_t itype); 758 i_ldc_clear_intr(ldc_chan_t *ldcp, cnex_intrtype_t itype) in i_ldc_clear_intr() argument 765 switch (itype) { in i_ldc_clear_intr() 783 (void) cinfo->clr_intr(cinfo->dip, ldcp->id, itype); in i_ldc_clear_intr() 786 ldcp->id, itype); in i_ldc_clear_intr()
|
/illumos-gate/usr/src/cmd/svr4pkg/libinst/ |
H A D | pkgdbmerg.c | 727 int i, etype, itype, retcode; in typechg() local 756 etype = itype = 0; in typechg() 769 itype = i+1; in typechg() 774 if (itype == etype) { in typechg() 785 if (etype != 4 && itype == 4) { in typechg() 791 switch (itype) { in typechg()
|
/illumos-gate/usr/src/uts/common/io/sdcard/adapters/sdhost/ |
H A D | sdhost.c | 691 int itype; in sdhost_setup_intr() local 729 for (itype = DDI_INTR_TYPE_MSIX; itype != 0; itype >>= 1) { in sdhost_setup_intr() 733 if ((itypes & itype) == 0) { in sdhost_setup_intr() 738 if ((ddi_intr_get_nintrs(dip, itype, &count) != DDI_SUCCESS) || in sdhost_setup_intr() 757 if ((ddi_intr_alloc(dip, &shp->sh_ihandle, itype, 0, 1, in sdhost_setup_intr()
|
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/ |
H A D | t4_nexus.c | 1974 int rc, itype, itypes, navail, nc, n; in cfg_itype_and_nqueues() local 2057 for (itype = DDI_INTR_TYPE_MSIX; itype; itype >>= 1) { in cfg_itype_and_nqueues() 2058 ASSERT(itype == DDI_INTR_TYPE_MSIX || in cfg_itype_and_nqueues() 2059 itype == DDI_INTR_TYPE_MSI || in cfg_itype_and_nqueues() 2060 itype == DDI_INTR_TYPE_FIXED); in cfg_itype_and_nqueues() 2062 if ((itype & itypes & p->intr_types) == 0) in cfg_itype_and_nqueues() 2066 rc = ddi_intr_get_navail(sc->dip, itype, &navail); in cfg_itype_and_nqueues() 2070 itype, rc); in cfg_itype_and_nqueues() 2074 iaq->intr_type = itype; in cfg_itype_and_nqueues() 2088 (itype != DDI_INTR_TYPE_MSI || ISP2(iaq->nirq))) { in cfg_itype_and_nqueues() [all …]
|
/illumos-gate/usr/src/lib/libctf/common/ |
H A D | ctf_lib.c | 810 uint_t bind, itype; in ctf_symtab_iter() local 816 itype = ELF32_ST_TYPE(symp->st_info); in ctf_symtab_iter() 817 sym.st_info = ELF64_ST_INFO(bind, itype); in ctf_symtab_iter()
|
H A D | ctf_diff.c | 377 ctf_id_t itype, otype; in ctf_diff_struct() local 383 itype = imp->ctm_type; in ctf_diff_struct() 387 itype = ilmp->ctlm_type; in ctf_diff_struct() 406 ret = ctf_diff_type(cds, ifp, itype, ofp, otype); in ctf_diff_struct()
|
/illumos-gate/usr/src/lib/fm/topo/modules/common/disk/ |
H A D | disk_common.c | 767 int *inq_dtype, itype; in dev_di_node_add() local 957 itype = (*inq_dtype) & DTYPE_MASK; in dev_di_node_add() 958 if (itype == DTYPE_DIRECT) { in dev_di_node_add()
|
/illumos-gate/usr/src/lib/cfgadm_plugins/fp/common/ |
H A D | cfga_list.c | 44 uint_t itype; member 3006 if (inq_type == device_list[i].itype) { in init_ldata_for_accessible_dev() 3093 == device_list[j].itype) { in init_ldata_for_accessible_FCP_dev() 3384 int itype = (*inq_dtype) & DTYPE_MASK; in get_device_type() local 3387 if (itype == device_list[i].itype) { in get_device_type()
|
/illumos-gate/usr/src/lib/libdwarf/common/ |
H A D | dwarf_line.c | 2059 int itype = t->ch_itemtype; in _dwarf_free_chain_entries() local 2061 if (item && itype) { /* valid DW_DLA types are never 0 */ in _dwarf_free_chain_entries() 2062 dwarf_dealloc(dbg,item,itype); in _dwarf_free_chain_entries()
|
/illumos-gate/usr/src/tools/smatch/src/ |
H A D | sparse-llvm.c | 333 LLVMTypeRef itype = LLVMIntType(bits_in_pointer); in constant_value() local 334 result = LLVMConstInt(itype, val, 1); in constant_value()
|
H A D | evaluate.c | 586 static struct symbol *evaluate_ptr_add(struct expression *expr, struct symbol *itype) in evaluate_ptr_add() argument 618 if (multiply == 1 && itype->bit_size >= bits_in_pointer) in evaluate_ptr_add() 624 mask = 1ULL << (itype->bit_size - 1); in evaluate_ptr_add() 638 if (itype->bit_size < bits_in_pointer) in evaluate_ptr_add()
|
/illumos-gate/usr/src/uts/common/io/comstar/port/qlt/ |
H A D | qlt.c | 1259 int itype = DDI_INTR_TYPE_MSIX; in qlt_setup_msix() local 1273 ret = ddi_intr_get_nintrs(qlt->dip, itype, &count); in qlt_setup_msix() 1279 ret = ddi_intr_get_navail(qlt->dip, itype, &avail); in qlt_setup_msix() 1296 ret = ddi_intr_alloc(qlt->dip, qlt->htable, itype, in qlt_setup_msix() 1363 int itype = DDI_INTR_TYPE_MSI; in qlt_setup_msi() local 1373 ret = ddi_intr_get_nintrs(qlt->dip, itype, &count); in qlt_setup_msi() 1379 ret = ddi_intr_get_navail(qlt->dip, itype, &avail); in qlt_setup_msi() 1394 ret = ddi_intr_alloc(qlt->dip, qlt->htable, itype, in qlt_setup_msi() 1450 int itype = DDI_INTR_TYPE_FIXED; in qlt_setup_fixed() local 1452 ret = ddi_intr_get_nintrs(qlt->dip, itype, &count); in qlt_setup_fixed() [all …]
|
/illumos-gate/usr/src/cmd/ipf/tools/ |
H A D | ipf_y.y | 1152 icmp: | itype icode 1155 itype: seticmptype icmptype
|