Searched refs:cid (Results 1 - 25 of 117) sorted by last modified time

12345

/freebsd-11-stable/sys/netinet/libalias/
H A Dalias_db.c2139 SetDestCallId(struct alias_link *lnk, u_int16_t cid) argument
2146 lnk->src_port, cid, lnk->alias_port, lnk->link_type);
/freebsd-11-stable/crypto/openssl/ssl/
H A Ds3_lib.c3515 unsigned int cid, nid; local
3517 n2s(clist, cid);
3518 nid = tls1_ec_curve_id2nid(cid);
3522 cptr[i] = TLSEXT_nid_unknown | cid;
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_csupport.cpp840 int cid = 0; local
881 (*th->th.th_dispatch->th_deo_fcn)(&gtid, &cid, loc);
883 __kmp_parallel_deo(&gtid, &cid, loc);
912 int cid = 0; local
925 (*th->th.th_dispatch->th_dxo_fcn)(&gtid, &cid, loc);
927 __kmp_parallel_dxo(&gtid, &cid, loc);
H A Dkmp.h1714 void (*th_deo_fcn)(int *gtid, int *cid, ident_t *);
1716 void (*th_dxo_fcn)(int *gtid, int *cid, ident_t *);
/freebsd-11-stable/sys/dev/cxgbe/
H A Dt4_main.c9419 if (cntxt->cid > M_CTXTQID)
9431 rc = -t4_sge_ctxt_rd(sc, sc->mbox, cntxt->cid, cntxt->mem_id,
9441 rc = -t4_sge_ctxt_rd_bd(sc, cntxt->cid, cntxt->mem_id, &cntxt->data[0]);
H A Dt4_ioctl.h331 uint32_t cid; member in struct:t4_sge_context
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/dtrace/
H A Ddtrace.c7419 dtrace_cacheid_t cid = probe->dtpr_predcache;
7421 if (cid != DTRACE_CACHEIDNONE && !onintr) {
7425 ASSERT(cid == pred->dtp_cacheid);
7426 curthread->t_predcache = cid;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbSymUid.h97 PdbSymUid(const PdbCompilandId &cid);
114 template <typename T> uint64_t toOpaqueUid(const T &cid) { argument
115 return PdbSymUid(cid).toOpaqueId();
H A DPdbSymUid.cpp68 PdbSymUid::PdbSymUid(const PdbCompilandId &cid) { argument
71 repr.modi = cid.modi;
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dspa.c5922 for (uint64_t cid = 0;
5923 cid < tvd->vdev_children; cid++) {
5924 vdev_t *cvd = tvd->vdev_child[cid];
/freebsd-11-stable/contrib/tcpdump/
H A Dprint-rx.c79 nd_uint32_t cid; member in struct:rx_header
546 ND_PRINT((ndo, " cid %08x call# %d",
547 (int) EXTRACT_32BITS(&rxh->cid),
/freebsd-11-stable/sys/dev/cxgbe/common/
H A Dt4_hw.c10519 * @cid: the context id
10525 int t4_sge_ctxt_rd(struct adapter *adap, unsigned int mbox, unsigned int cid, argument
10545 c.u.idctxt.physid = cpu_to_be32(cid);
10562 * @cid: the context id
10569 int t4_sge_ctxt_rd_bd(struct adapter *adap, unsigned int cid, enum ctxt_type ctype, argument
10574 t4_write_reg(adap, A_SGE_CTXT_CMD, V_CTXTQID(cid) | V_CTXTTYPE(ctype));
H A Dcommon.h806 int t4_sge_ctxt_rd(struct adapter *adap, unsigned int mbox, unsigned int cid,
808 int t4_sge_ctxt_rd_bd(struct adapter *adap, unsigned int cid, enum ctxt_type ctype,
/freebsd-11-stable/sys/dev/nvme/
H A Dnvme_qpair.c130 nvme_printf(qpair->ctrlr, "%s (%02x) sqid:%d cid:%d nsid:%x "
132 get_admin_opcode_string(cmd->opc), cmd->opc, qpair->id, cmd->cid,
147 nvme_printf(qpair->ctrlr, "%s sqid:%d cid:%d nsid:%d "
149 get_io_opcode_string(cmd->opc), qpair->id, cmd->cid,
160 nvme_printf(qpair->ctrlr, "%s sqid:%d cid:%d nsid:%d\n",
161 get_io_opcode_string(cmd->opc), qpair->id, cmd->cid,
165 nvme_printf(qpair->ctrlr, "%s (%02x) sqid:%d cid:%d nsid:%d\n",
167 cmd->cid, cmd->nsid);
314 nvme_printf(qpair->ctrlr, "%s (%02x/%02x) sqid:%d cid:%d cdw0:%x\n",
316 cpl->status.sct, cpl->status.sc, cpl->sqid, cpl->cid, cp
[all...]
H A Dnvme_private.h162 uint16_t cid; member in struct:nvme_tracker
386 void nvme_ctrlr_cmd_abort(struct nvme_controller *ctrlr, uint16_t cid,
H A Dnvme.h227 uint16_t cid; /* command identifier */ member in struct:nvme_command
281 uint16_t cid; /* command identifier */ member in struct:nvme_completion
882 uint16_t cid; member in struct:nvme_error_information_entry
H A Dnvme.c196 "opc:%x f:%x r1:%x cid:%x nsid:%x r2:%x r3:%x mptr:%jx prp1:%jx prp2:%jx cdw:%x %x %x %x %x %x\n",
197 cmd->opc, cmd->fuse, cmd->rsvd1, cmd->cid, cmd->nsid,
208 "cid:%04x p:%x sc:%02x sct:%x m:%x dnr:%x\n",
210 cpl->cid, cpl->status.p, cpl->status.sc, cpl->status.sct,
/freebsd-11-stable/sys/dev/aacraid/
H A Daacraid.c213 struct aac_fib *fib, int cid,
443 * Request information of container #cid
446 aac_get_container_info(struct aac_softc *sc, struct aac_fib *sync_fib, int cid, argument
475 mi->MntCount = cid;
480 device_printf(sc->aac_dev, "Error probing container %d\n", cid);
500 device_printf(sc->aac_dev, "Error probing container %d\n", cid);
508 *uid = cid;
519 ccfg->CTCommand.param[0] = cid;
/freebsd-11-stable/sys/dev/cxgbe/crypto/
H A Dt4_crypto.c174 uint32_t cid; member in struct:ccr_softc
1640 int32_t cid; local
1647 cid = crypto_get_driverid(dev, CRYPTOCAP_F_HARDWARE);
1648 if (cid < 0) {
1652 sc->cid = cid;
1666 crypto_register(cid, CRYPTO_SHA1_HMAC, 0, 0);
1667 crypto_register(cid, CRYPTO_SHA2_256_HMAC, 0, 0);
1668 crypto_register(cid, CRYPTO_SHA2_384_HMAC, 0, 0);
1669 crypto_register(cid, CRYPTO_SHA2_512_HMA
[all...]
/freebsd-11-stable/sys/dev/ral/
H A Drt2860.c2173 uint8_t cid; local
2183 cid = wait ? cmd : RT2860_TOKEN_NO_INTR;
2184 RAL_WRITE(sc, RT2860_H2M_MAILBOX, RT2860_H2M_BUSY | cid << 16 | arg);
2195 if ((tmp & 0xff) == cid)
/freebsd-11-stable/sys/dev/sdhci/
H A Dsdhci_fdt.c175 pcell_t cid; local
195 if ((OF_getencprop(node, "quirks", &cid, sizeof(cid))) > 0)
196 sc->quirks = cid;
197 if ((OF_getencprop(node, "num-slots", &cid, sizeof(cid))) > 0)
198 sc->num_slots = cid;
199 if ((OF_getencprop(node, "max-frequency", &cid, sizeof(cid))) > 0)
200 sc->max_clk = cid;
[all...]
/freebsd-11-stable/sys/arm/nvidia/
H A Dtegra_sdhci.c236 pcell_t cid; local
254 if ((OF_getencprop(node, "quirks", &cid, sizeof(cid))) > 0)
255 sc->quirks = cid;
256 if ((OF_getencprop(node, "max-frequency", &cid, sizeof(cid))) > 0)
257 sc->max_clk = cid;
/freebsd-11-stable/sys/netgraph/
H A Dng_pptpgre.h65 u_int16_t cid; /* my call id */ member in struct:ng_pptpgre_conf
78 { "cid", &ng_parse_hint16_type }, \
H A Dng_pptpgre.c105 u_int16_t cid; /* call id */ member in struct:greheader
231 static hpriv_p ng_pptpgre_find_session(priv_p privp, u_int16_t cid);
368 uint16_t cid, hash; local
375 for (cid = i = 0; i < 4; i++) {
379 cid = (cid << 4) | j;
392 hpriv->conf.cid = cid;
402 hash = SESSHASH(cid);
434 /* Try to find session by cid
1218 ng_pptpgre_find_session(priv_p privp, u_int16_t cid) argument
[all...]
/freebsd-11-stable/contrib/wpa/src/eap_server/
H A Deap_server_pax.c41 char *cid; member in struct:eap_pax_data
67 os_free(data->cid);
154 (u8 *) data->cid, data->cid_len, NULL, 0, pos) < 0) {
349 os_free(data->cid);
350 data->cid = os_memdup(pos + 2, data->cid_len);
351 if (data->cid == NULL) {
359 (u8 *) data->cid, data->cid_len);
371 if (eap_user_get(sm, (u8 *) data->cid, data->cid_len, 0) < 0) {
373 (u8 *) data->cid, data->cid_len);
393 (u8 *) data->cid, dat
[all...]

Completed in 653 milliseconds

12345