Searched refs:cid (Results 26 - 50 of 117) sorted by relevance

12345

/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/sys/dev/bhnd/siba/
H A Dsiba.c383 struct siba_core_id *cid; local
388 cid = &di->core_id;
419 bus_reserved = cid->num_cfg_blocks * SIBA_CFG_SIZE;
547 struct siba_core_id cid; local
575 cid = siba_parse_core_id(idhigh, idlow, i, 0);
576 cores[i] = cid.core_info;
591 if ((error = siba_init_dinfo(dev, dinfo, &cid)))
H A Dsiba_bhndb.c85 const struct bhnd_chipid *cid; local
88 cid = BHNDB_GET_CHIPID(device_get_parent(dev), dev);
89 if (cid->chip_type != BHND_CHIPTYPE_SIBA)
/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/dev/hatm/
H A Dif_hatmvar.h172 SLIST_ENTRY(tpd) link; /* free cid list link */
175 uint32_t cid; /* CID */ member in struct:tpd
627 void hatm_rx(struct hatm_softc *sc, u_int cid, u_int flags, struct mbuf *m,
631 int hatm_tx_vcc_can_open(struct hatm_softc *sc, u_int cid, struct hevcc *);
632 void hatm_tx_vcc_open(struct hatm_softc *sc, u_int cid);
633 void hatm_rx_vcc_open(struct hatm_softc *sc, u_int cid);
634 void hatm_tx_vcc_close(struct hatm_softc *sc, u_int cid);
635 void hatm_rx_vcc_close(struct hatm_softc *sc, u_int cid);
636 void hatm_tx_vcc_closed(struct hatm_softc *sc, u_int cid);
637 void hatm_vcc_closed(struct hatm_softc *sc, u_int cid);
[all...]
H A Dif_hatm.c446 u_int cid; local
455 for (cid = 0; cid < HE_MAX_VCCS; cid++)
456 if (sc->vccs[cid] != NULL)
457 uma_zfree(sc->vcc_zone, sc->vccs[cid]);
1976 u_int cid; local
2255 for (cid = 0; cid < HE_MAX_VCCS; cid
2271 u_int i, p, cid; local
[all...]
/freebsd-11-stable/crypto/openssl/crypto/ts/
H A Dts_rsp_sign.c817 ESS_CERT_ID *cid; local
828 if (!(cid = ESS_CERT_ID_new_init(signcert, 0))
829 || !sk_ESS_CERT_ID_push(sc->cert_ids, cid))
834 if (!(cid = ESS_CERT_ID_new_init(cert, 1))
835 || !sk_ESS_CERT_ID_push(sc->cert_ids, cid))
848 ESS_CERT_ID *cid = NULL; local
854 if (!(cid = ESS_CERT_ID_new()))
856 if (!ASN1_OCTET_STRING_set(cid->hash, cert->sha1_hash,
863 if (!cid->issuer_serial
864 && !(cid
[all...]
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/sys/
H A Dt_timer_create.c54 timer_signal_create(clockid_t cid, bool expire) argument
91 ATF_REQUIRE(timer_create(cid, &evt, &t) == 0);
/freebsd-11-stable/contrib/wpa/src/eap_peer/
H A Deap_pax.c35 char *cid; member in struct:eap_pax_data
72 data->cid = os_memdup(identity, identity_len);
73 if (data->cid == NULL) {
88 os_free(data->cid);
201 wpabuf_put_data(resp, data->cid, data->cid_len);
203 (u8 *) data->cid, data->cid_len);
210 (u8 *) data->cid, data->cid_len, rpos);
280 (u8 *) data->cid, data->cid_len, NULL, 0, mac) < 0) {
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbSymUid.cpp68 PdbSymUid::PdbSymUid(const PdbCompilandId &cid) { argument
71 repr.modi = cid.modi;
/freebsd-11-stable/sys/dev/qlnx/qlnxe/
H A Decore_ll2.h117 u32 cid; member in struct:ecore_ll2_info
H A Decore_l2.h86 u32 cid; member in struct:ecore_queue_cid
93 * Notice this is relevant on the *PF* queue-cid of its VF's queues,
H A Decore_l2.c218 _ecore_cxt_release_cid(p_hwfn, p_cid->cid, p_cid->vfid);
232 u16 opaque_fid, u32 cid,
245 p_cid->cid = cid;
310 p_cid->opaque_fid, p_cid->cid,
333 u32 cid = 0; local
345 cid = p_vf_params->vf_qid;
355 &cid, vfid) != ECORE_SUCCESS) {
356 DP_NOTICE(p_hwfn, true, "Failed to acquire cid\n");
361 p_cid = _ecore_eth_queue_to_cid(p_hwfn, opaque_fid, cid,
231 _ecore_eth_queue_to_cid(struct ecore_hwfn *p_hwfn, u16 opaque_fid, u32 cid, struct ecore_queue_start_common_params *p_params, bool b_is_rx, struct ecore_queue_cid_vf_params *p_vf_params) argument
[all...]
H A Decore_sp_commands.c61 u32 opaque_cid = p_data->opaque_fid << 16 | p_data->cid;
75 p_ent->elem.hdr.cid = OSAL_CPU_TO_LE32(opaque_cid);
344 init_data.cid = ecore_spq_get_cid(p_hwfn);
465 init_data.cid = ecore_spq_get_cid(p_hwfn);
495 init_data.cid = ecore_spq_get_cid(p_hwfn);
542 init_data.cid = ecore_spq_get_cid(p_hwfn);
610 init_data.cid = ecore_spq_get_cid(p_hwfn);
641 init_data.cid = ecore_spq_get_cid(p_hwfn);
662 init_data.cid = ecore_spq_get_cid(p_hwfn);
683 init_data.cid
[all...]
H A Decore_fcoe_api.h107 u32 cid);
H A Decore_spq.c223 OSAL_LE32_TO_CPU(p_ent->elem.hdr.cid),
255 p_ent->elem.hdr.cid, p_ent->elem.hdr.cmd_id,
276 cxt_info.iid = p_spq->cid;
281 DP_NOTICE(p_hwfn, true, "Cannot find context info for cid=%d\n",
282 p_spq->cid);
350 p_spq->db_addr_offset, p_spq->cid, p_db_data->params,
618 /* SPQ cid, cannot fail */
619 ecore_cxt_acquire_cid(p_hwfn, PROTOCOLID_CORE, &p_spq->cid);
626 p_spq->db_addr_offset = DB_ADDR(p_spq->cid, DQ_DEMS_LEGACY);
855 return p_hwfn->p_spq->cid;
[all...]
/freebsd-11-stable/sys/netgraph/bluetooth/include/
H A Dng_btsocket_l2cap.h138 u_int16_t cid; /* Local channel ID */ member in struct:ng_btsocket_l2cap_pcb
/freebsd-11-stable/sys/netgraph/bluetooth/l2cap/
H A Dng_l2cap_var.h62 * because there is only one signaling channel (cid == 0x01) for every
95 u_int16_t cid; /* last allocated CID */ member in struct:ng_l2cap
H A Dng_l2cap_cmds.h74 c->data.cid.scid = htole16((_scid)); \
75 c->data.cid.dcid = htole16((_dcid)); \
76 c->hdr.length += sizeof(c->data.cid); \
/freebsd-11-stable/crypto/openssl/crypto/ocsp/
H A Docsp_cl.c87 OCSP_ONEREQ *OCSP_request_add0_id(OCSP_REQUEST *req, OCSP_CERTID *cid) argument
95 one->reqCert = cid;
/freebsd-11-stable/sys/dev/nvme/
H A Dnvme_ctrlr_cmd.c312 nvme_ctrlr_cmd_abort(struct nvme_controller *ctrlr, uint16_t cid, argument
322 cmd->cdw10 = (cid << 16) | sqid;
/freebsd-11-stable/sys/netgraph/bluetooth/socket/
H A Dng_btsocket_l2cap.c468 pcb->encryption = op->encryption; pcb->cid = op->lcid;
483 pcb->cid = op->lcid;
552 pcb->psm, pcb->cid, op->result, pcb->state);
659 pcb1->cid = ip->lcid;
790 pcb->psm, pcb->cid, op->result, pcb->state, pcb->cfg_state);
897 pcb->psm, pcb->cid, op->result, pcb->state, pcb->cfg_state);
992 pcb->psm, pcb->cid, pcb->state, pcb->cfg_state);
1083 pcb->psm, pcb->cid, op->result, pcb->state);
1140 pcb->psm, pcb->cid, pcb->state);
1190 pcb->psm, pcb->cid, o
2790 ng_btsocket_l2cap_pcb_by_cid(bdaddr_p src, int cid, int idtype) argument
[all...]
/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/crypto/openssl/apps/
H A Docsp.c1028 OCSP_CERTID *cid, *ca_id = NULL; local
1053 cid = OCSP_onereq_get0_id(one);
1055 OCSP_id_get0_info(NULL, &cert_id_md_oid, NULL, NULL, cid);
1068 if (OCSP_id_issuer_cmp(ca_id, cid)) {
1069 OCSP_basic_add1_status(bs, cid,
1074 OCSP_id_get0_info(NULL, NULL, NULL, &serial, cid);
1077 OCSP_basic_add1_status(bs, cid,
1081 OCSP_basic_add1_status(bs, cid,
1091 single = OCSP_basic_add1_status(bs, cid,

Completed in 254 milliseconds

12345