Searched refs:itype (Results 1 - 11 of 11) sorted by relevance

/illumos-gate/usr/src/uts/common/syscall/
H A Dppriv.c374 int itype)
401 return ((int)klpd_reg((int)op, (idtype_t)itype, (id_t)type,
404 return ((int)klpd_unreg((int)op, (idtype_t)itype, (id_t)type));
416 size32_t bufsize, int itype)
419 (size_t)bufsize, itype));
373 privsys(int code, priv_op_t op, priv_ptype_t type, void *buf, size_t bufsize, int itype) argument
415 privsys32(int code, priv_op_t op, priv_ptype_t type, caddr32_t buf, size32_t bufsize, int itype) argument
/illumos-gate/usr/src/lib/cfgadm_plugins/scsi/common/
H A Dcfga_list.c41 uint_t itype; member in struct:__anon2422
681 char *itype = NULL; local
686 node, "initiator-interconnect-type", &itype);
687 if (itype != NULL) {
688 (void) strlcpy(bsp->iconnect_type, itype, 16);
835 int itype = (*inq_dtype) & DTYPE_MASK; local
838 if (device_list[i].itype == DTYPE_UNKNOWN)
840 if (itype == device_list[i].itype) {
/illumos-gate/usr/src/uts/sun4v/io/
H A Dcnex.c608 cnex_add_intr(dev_info_t *dip, uint64_t id, cnex_intrtype_t itype, argument
640 if (itype == CNEX_TX_INTR) {
642 } else if (itype == CNEX_RX_INTR) {
798 cnex_rem_intr(dev_info_t *dip, uint64_t id, cnex_intrtype_t itype) argument
829 if (itype == CNEX_TX_INTR) {
831 } else if (itype == CNEX_RX_INTR) {
903 cnex_clr_intr(dev_info_t *dip, uint64_t id, cnex_intrtype_t itype) argument
933 if (itype == CNEX_TX_INTR) {
935 } else if (itype == CNEX_RX_INTR) {
H A Dldc.c101 static void i_ldc_clear_intr(ldc_chan_t *ldcp, cnex_intrtype_t itype);
774 i_ldc_clear_intr(ldc_chan_t *ldcp, cnex_intrtype_t itype) argument
781 switch (itype) {
799 (void) cinfo->clr_intr(cinfo->dip, ldcp->id, itype);
802 ldcp->id, itype);
/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Dpkgdbmerg.c729 int i, etype, itype, retcode; local
758 etype = itype = 0;
768 /* Set itype to that in the package database. */
771 itype = i+1;
776 if (itype == etype) {
787 if (etype != 4 && itype == 4) {
793 switch (itype) {
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_nexus.c1646 int rc, itype, itypes, navail, nc, nrxq10g, nrxq1g, n; local
1669 for (itype = DDI_INTR_TYPE_MSIX; itype; itype >>= 1) {
1670 ASSERT(itype == DDI_INTR_TYPE_MSIX ||
1671 itype == DDI_INTR_TYPE_MSI ||
1672 itype == DDI_INTR_TYPE_FIXED);
1674 if ((itype & itypes & p->intr_types) == 0)
1678 rc = ddi_intr_get_navail(sc->dip, itype, &navail);
1682 itype, r
[all...]
/illumos-gate/usr/src/uts/common/io/sdcard/adapters/sdhost/
H A Dsdhost.c691 int itype; local
729 for (itype = DDI_INTR_TYPE_MSIX; itype != 0; itype >>= 1) {
733 if ((itypes & itype) == 0) {
738 if ((ddi_intr_get_nintrs(dip, itype, &count) != DDI_SUCCESS) ||
757 if ((ddi_intr_alloc(dip, &shp->sh_ihandle, itype, 0, 1,
/illumos-gate/usr/src/lib/fm/topo/modules/common/disk/
H A Ddisk_common.c588 int *inq_dtype, itype; local
778 itype = (*inq_dtype) & DTYPE_MASK;
779 if (itype == DTYPE_DIRECT) {
/illumos-gate/usr/src/lib/cfgadm_plugins/fp/common/
H A Dcfga_list.c44 uint_t itype; member in struct:__anon2394
3006 if (inq_type == device_list[i].itype) {
3093 == device_list[j].itype) {
3384 int itype = (*inq_dtype) & DTYPE_MASK; local
3387 if (itype == device_list[i].itype) {
/illumos-gate/usr/src/uts/common/io/comstar/port/qlt/
H A Dqlt.c722 int itype = DDI_INTR_TYPE_MSIX; local
725 ret = ddi_intr_get_nintrs(qlt->dip, itype, &count);
731 ret = ddi_intr_get_navail(qlt->dip, itype, &avail);
744 ret = ddi_intr_alloc(qlt->dip, qlt->htable, itype,
797 int itype = DDI_INTR_TYPE_MSI; local
802 ret = ddi_intr_get_nintrs(qlt->dip, itype, &count);
808 ret = ddi_intr_get_navail(qlt->dip, itype, &avail);
823 ret = ddi_intr_alloc(qlt->dip, qlt->htable, itype,
879 int itype = DDI_INTR_TYPE_FIXED; local
881 ret = ddi_intr_get_nintrs(qlt->dip, itype,
[all...]
/illumos-gate/usr/src/cmd/ipf/tools/
H A Dipf_y.y1152 icmp: | itype icode
1155 itype: seticmptype icmptype label

Completed in 101 milliseconds