Home
last modified time | relevance | path

Searched refs:cid (Results 126 – 150 of 152) sorted by relevance

1234567

/illumos-gate/usr/src/uts/common/ipp/ipgpc/
H A Dfilters.c1540 cid_t *cid = &ipgpc_cid_list[in_class_id]; in remove_from_cid_filter_list() local
1542 if (cid->filter_list != NULL) { in remove_from_cid_filter_list()
1543 (void) ipgpc_list_remove(&cid->filter_list, in_filter_id); in remove_from_cid_filter_list()
/illumos-gate/usr/src/uts/common/io/comstar/port/iscsit/
H A Discsit.h705 iscsit_sess_lookup_conn(iscsit_sess_t *ist, uint16_t cid);
H A Discsit_login.c874 ict->ict_cid = ntohs(lh_req->cid); in login_sm_handle_initial_login()
1900 if ((ict->ict_cid != ntohs(lh->cid)) || in login_sm_req_pdu_check()
/illumos-gate/usr/src/test/nvme-tests/tests/nvmeadm/
H A Dnvmeadm_test.ksh323 nvmeadm_fail get-features $nt_dev/cid
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/
H A Dfcoe_common.h604 __le32 cid /* CID which that tasks associated to */; member
H A Decore_hsi_iwarp.h839 __le32 cid; member
H A Decore_hsi_common.h1370 __le32 cid /* Slowpath Connection CID */; member
/illumos-gate/usr/src/uts/common/sys/
H A Dproc.h776 int cid,
/illumos-gate/usr/src/uts/sun4u/sunfire/io/
H A Djtag.c449 #define CID_TO_REV(cid) ((cid) >> 28) argument
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_srv_deleg.c1216 rfs4_dinfo_t *dinfo, clientid4 cid) in rfs4_delegation_policy() argument
1234 if (dinfo->rd_conflicted_client != cid) { in rfs4_delegation_policy()
H A Dnfs4_client.c104 static callb_id_t cid = 0; variable
3180 cid = callb_add(nfs4_client_cpr_callb, 0, CB_CL_CPR_RPC, "nfs4"); in nfs4_clnt_init()
3207 if (cid) in nfs4_clnt_fini()
3208 (void) callb_delete(cid); in nfs4_clnt_fini()
H A Dnfs4_vfsops.c3545 } cid; in nfs4setclientid_otw() local
3547 cid.clientid = s_resok->clientid; in nfs4setclientid_otw()
3551 "verifier = %" PRIx64 "\n", cid.foo[0], cid.foo[1], verf); in nfs4setclientid_otw()
/illumos-gate/usr/src/uts/common/os/
H A Dzone.c4092 id_t cid; in zsched() local
4110 cid = zone->zone_defaultcid; in zsched()
4112 cid = pool_get_class(zone->zone_pool); in zsched()
4113 if (cid == -1) in zsched()
4114 cid = defaultcid; in zsched()
4121 if ((zone->zone_boot_err = newproc(zone_start_init, NULL, cid, in zsched()
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/fw/
H A D5710_hsi.h7400 u16_t cid; member
7404 u16_t cid; member
7441 u16_t cid; member
7445 u16_t cid; member
7728 u32_t cid /* cid of deleted connection */; member
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_dbg_fw_funcs.c2295 ecore_wr(p_hwfn, p_ptt, base_addr + SEM_FAST_REG_FILTER_CID, storm_bus->cid); in ecore_bus_enable_storm()
5228 u32 cid) in ecore_dbg_bus_add_cid_sem_filter() argument
5235 …SE(p_hwfn, ECORE_MSG_DEBUG, "dbg_bus_add_cid_sem_filter: storm = %d, cid = 0x%x\n", storm_id, cid); in ecore_dbg_bus_add_cid_sem_filter()
5243 storm_bus->cid = cid; in ecore_dbg_bus_add_cid_sem_filter()
H A Decore_hsi_common.h1370 __le32 cid /* Slowpath Connection CID */; member
H A Drelease.txt2060 connection establishment cid and Iwarp QP cid. A.k.a. cid
2407 5. Request: Separate index to keep cid and Qzone id to support multi COS.
3924 Change: (FW iSCSI) Fix the cid error MCM FOC flow.
/illumos-gate/usr/src/uts/common/io/nvme/
H A Dnvme.c1584 nvme_unqueue_cmd(nvme_t *nvme, nvme_qpair_t *qp, int cid) in nvme_unqueue_cmd() argument
1589 ASSERT3S(cid, <, qp->nq_nentry); in nvme_unqueue_cmd()
1591 cmd = qp->nq_cmd[cid]; in nvme_unqueue_cmd()
1605 qp->nq_cmd[cid] = NULL; in nvme_unqueue_cmd()
1612 ASSERT3S(cmd->nc_sqe.sqe_cid, ==, cid); in nvme_unqueue_cmd()
/illumos-gate/usr/src/uts/common/io/idm/
H A Didm_conn_sm.c1674 ic->ic_login_cid = ntohs(login_req->cid); in idm_login_success_actions()
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dcudbg_lib.c152 read_sge_ctxt(struct cudbg_init *pdbg_init, u32 cid, in read_sge_ctxt() argument
162 rc = t4_sge_ctxt_rd(padap, padap->mbox, cid, ctype, in read_sge_ctxt()
169 t4_sge_ctxt_rd_bd(padap, cid, ctype, data); in read_sge_ctxt()
/illumos-gate/usr/src/uts/common/io/scsi/adapters/iscsi/
H A Discsi_login.c702 ilhp->cid = icp->conn_cid; in iscsi_make_login_pdu()
H A Discsi_io.c2389 ilh->cid = icp->conn_cid; in iscsi_tx_logout()
/illumos-gate/usr/src/uts/common/io/cxgbe/common/
H A Dt4_hw.c11983 int t4_sge_ctxt_rd(struct adapter *adap, unsigned int mbox, unsigned int cid, in t4_sge_ctxt_rd() argument
12003 c.u.idctxt.physid = cpu_to_be32(cid); in t4_sge_ctxt_rd()
12027 int t4_sge_ctxt_rd_bd(struct adapter *adap, unsigned int cid, enum ctxt_type ctype, in t4_sge_ctxt_rd_bd() argument
12032 t4_write_reg(adap, A_SGE_CTXT_CMD, V_CTXTQID(cid) | V_CTXTTYPE(ctype)); in t4_sge_ctxt_rd_bd()
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dspa.c6163 for (uint64_t cid = 0; local
6164 cid < tvd->vdev_children; cid++) {
6165 vdev_t *cvd = tvd->vdev_child[cid];
/illumos-gate/usr/src/uts/common/dtrace/
H A Ddtrace.c7125 dtrace_cacheid_t cid = probe->dtpr_predcache; in dtrace_probe() local
7127 if (cid != DTRACE_CACHEIDNONE && !onintr) { in dtrace_probe()
7131 ASSERT(cid == pred->dtp_cacheid); in dtrace_probe()
7132 curthread->t_predcache = cid; in dtrace_probe()

1234567