Searched refs:cid (Results 1 - 25 of 117) sorted by relevance

12345

/freebsd-11-stable/sys/dev/hatm/
H A Dif_hatm_tx.c135 t->cid = 0;
170 u_int cid)
215 sc->tpdrq.tpdrq[sc->tpdrq.tail].cid = cid;
299 tpd->cid = arg->first->cid;
338 if (hatm_queue_tpds(arg->sc, tpd_cnt, tpd_list, arg->first->cid)) {
358 u_int cid; local
399 cid = HE_CID(arg.vpi, arg.vci);
400 arg.vcc = sc->vccs[cid];
169 hatm_queue_tpds(struct hatm_softc *sc, u_int count, struct tpd **list, u_int cid) argument
563 hatm_tx_vcc_can_open(struct hatm_softc *sc, u_int cid, struct hevcc *vcc) argument
658 hatm_tx_vcc_open(struct hatm_softc *sc, u_int cid) argument
779 hatm_tx_vcc_close(struct hatm_softc *sc, u_int cid) argument
821 hatm_tx_vcc_closed(struct hatm_softc *sc, u_int cid) argument
[all...]
H A Dif_hatm_ioctl.c98 u_int cid; local
109 cid = HE_CID(arg->param.vpi, arg->param.vci);
124 if (sc->vccs[cid] != NULL) {
158 (error = hatm_tx_vcc_can_open(sc, cid, vcc)) != 0)
162 sc->vccs[cid] = vcc;
163 hatm_load_vc(sc, cid, 0);
177 hatm_load_vc(struct hatm_softc *sc, u_int cid, int reopen) argument
179 struct hevcc *vcc = sc->vccs[cid];
182 hatm_tx_vcc_open(sc, cid);
184 hatm_rx_vcc_open(sc, cid);
200 hatm_vcc_closed(struct hatm_softc *sc, u_int cid) argument
220 u_int cid; local
[all...]
H A Dif_hatm_rx.c82 hatm_rx(struct hatm_softc *sc, u_int cid, u_int flags, struct mbuf *m0, argument
91 DBG(sc, RX, ("cid=%#x flags=%#x len=%u mbuf=%p", cid, flags, len, m0));
93 vcc = sc->vccs[cid];
102 hatm_vcc_closed(sc, cid);
236 vpi = HE_VPI(cid);
237 vci = HE_VCI(cid);
274 hatm_rx_vcc_open(struct hatm_softc *sc, u_int cid) argument
276 struct hevcc *vcc = sc->vccs[cid];
300 WRITE_RSR(sc, cid,
311 hatm_rx_vcc_close(struct hatm_softc *sc, u_int cid) argument
[all...]
/freebsd-11-stable/crypto/openssl/crypto/x509v3/
H A Dpcy_data.c87 const ASN1_OBJECT *cid, int crit)
91 if (!policy && !cid)
93 if (cid) {
94 id = OBJ_dup(cid);
86 policy_data_new(POLICYINFO *policy, const ASN1_OBJECT *cid, int crit) argument
/freebsd-11-stable/crypto/openssl/crypto/ocsp/
H A Docsp_lib.c107 OCSP_CERTID *cid = NULL; local
110 if (!(cid = OCSP_CERTID_new()))
113 alg = cid->hashAlgorithm;
128 if (!(ASN1_OCTET_STRING_set(cid->issuerNameHash, md, i)))
135 if (!(ASN1_OCTET_STRING_set(cid->issuerKeyHash, md, i)))
139 ASN1_INTEGER_free(cid->serialNumber);
140 if (!(cid->serialNumber = ASN1_INTEGER_dup(serialNumber)))
143 return cid;
147 if (cid)
148 OCSP_CERTID_free(cid);
[all...]
H A Docsp_vfy.c72 static int ocsp_match_issuerid(X509 *cert, OCSP_CERTID *cid,
278 OCSP_CERTID *tmpid, *cid; local
288 cid = sk_OCSP_SINGLERESP_value(sresp, 0)->certId;
295 if (OCSP_id_issuer_cmp(cid, tmpid)) {
298 cid->hashAlgorithm->algorithm))
306 *ret = cid;
310 static int ocsp_match_issuerid(X509 *cert, OCSP_CERTID *cid, argument
314 if (cid) {
319 if (!(dgst = EVP_get_digestbyobj(cid->hashAlgorithm->algorithm))) {
328 if ((cid
[all...]
H A Docsp_srv.c91 ASN1_INTEGER **pserial, OCSP_CERTID *cid)
93 if (!cid)
96 *pmd = cid->hashAlgorithm->algorithm;
98 *piNameHash = cid->issuerNameHash;
100 *pikeyHash = cid->issuerKeyHash;
102 *pserial = cid->serialNumber;
138 OCSP_CERTID *cid,
163 if (!(single->certId = OCSP_CERTID_dup(cid)))
89 OCSP_id_get0_info(ASN1_OCTET_STRING **piNameHash, ASN1_OBJECT **pmd, ASN1_OCTET_STRING **pikeyHash, ASN1_INTEGER **pserial, OCSP_CERTID *cid) argument
137 OCSP_basic_add1_status(OCSP_BASICRESP *rsp, OCSP_CERTID *cid, int status, int reason, ASN1_TIME *revtime, ASN1_TIME *thisupd, ASN1_TIME *nextupd) argument
H A Docsp_ext.c458 OCSP_CRLID *cid = NULL; local
460 if (!(cid = OCSP_CRLID_new()))
463 if (!(cid->crlUrl = ASN1_IA5STRING_new()))
465 if (!(ASN1_STRING_set(cid->crlUrl, url, -1)))
469 if (!(cid->crlNum = ASN1_INTEGER_new()))
471 if (!(ASN1_INTEGER_set(cid->crlNum, *n)))
475 if (!(cid->crlTime = ASN1_GENERALIZEDTIME_new()))
477 if (!(ASN1_GENERALIZEDTIME_set_string(cid->crlTime, tim)))
480 x = X509V3_EXT_i2d(NID_id_pkix_OCSP_CrlID, 0, cid);
482 if (cid)
[all...]
H A Docsp_prn.c144 OCSP_CERTID *cid = NULL; local
163 cid = one->reqCert;
164 ocsp_certid_print(bp, cid, 8);
189 OCSP_CERTID *cid = NULL; local
244 cid = single->certId;
245 if (ocsp_certid_print(bp, cid, 4) <= 0)
/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();
/freebsd-11-stable/sys/dev/qlnx/qlnxe/
H A Decore_ooo.h107 u32 cid);
125 u32 cid,
131 u32 cid,
137 u32 cid,
144 u32 cid,
H A Decore_cxt.h174 * @brief ecore_cxt_release - Release a cid
177 * @param cid
179 void ecore_cxt_release_cid(struct ecore_hwfn *p_hwfn, u32 cid);
182 * @brief ecore_cxt_release - Release a cid belonging to a vf-queue
185 * @param cid
189 u32 cid, u8 vfid);
192 * @brief ecore_cxt_acquire - Acquire a new cid of a specific protocol type
205 * @brief _ecore_cxt_acquire - Acquire a new cid of a specific protocol type
H A Decore_sp_commands.h47 u32 cid; member in struct:ecore_sp_init_data
/freebsd-11-stable/sys/dev/bhnd/bcma/
H A Dbcma_bhndb.c54 const struct bhnd_chipid *cid; local
57 cid = BHNDB_GET_CHIPID(device_get_parent(dev), dev);
58 if (cid->chip_type != BHND_CHIPTYPE_BCMA)
69 const struct bhnd_chipid *cid; local
77 cid = BHNDB_GET_CHIPID(device_get_parent(dev), dev);
79 erom_res = bus_alloc_resource(dev, SYS_RES_MEMORY, &rid, cid->enum_addr,
80 cid->enum_addr + BCMA_EROM_TABLE_SIZE, BCMA_EROM_TABLE_SIZE,
/freebsd-11-stable/sys/dev/patm/
H A Dif_patm_rx.c85 rct_write(struct patm_softc *sc, u_int cid, u_int w, u_int val) argument
87 patm_sram_write(sc, sc->mmap->rct + cid * IDT_RCT_ENTRY_SIZE + w, val);
90 rct_read(struct patm_softc *sc, u_int cid, u_int w) argument
93 cid * IDT_RCT_ENTRY_SIZE + w));
128 if (vcc->cid != 0)
129 patm_sram_write4(sc, sc->mmap->rct + vcc->cid *
148 if (vcc->cid == 0) {
157 w1 = rct_read(sc, vcc->cid, 0);
159 rct_write(sc, vcc->cid, 0, w1);
163 rct_write(sc, vcc->cid,
197 u_int stat, cid, w, cells, len, h; local
432 u_int vpi, vci, cid; local
[all...]
H A Dif_patm_ioctl.c82 u_int cid; local
95 cid = PATM_CID(sc, arg->param.vpi, arg->param.vci);
116 if (sc->vccs[cid] != NULL) {
123 vcc->cid = cid;
175 sc->vccs[cid] = vcc;
217 u_int cid; local
225 cid = PATM_CID(sc, arg->vpi, arg->vci);
234 vcc = sc->vccs[cid];
284 sc->vccs[vcc->cid]
[all...]
H A Dif_patm_tx.c104 static void patm_tct_print(struct patm_softc *sc, u_int cid) __unused;
259 patm_nor_write(sc, IDT_NOR_TCMDQ, IDT_TCMDQ_UIER(vcc->cid, 0xff));
260 patm_nor_write(sc, IDT_NOR_TCMDQ, IDT_TCMDQ_ULACR(vcc->cid, 0xff));
289 u_int vpi, vci, cid; local
329 cid = PATM_CID(sc, vpi, vci);
330 vcc = sc->vccs[cid];
643 if (patm_sram_read(a->sc, a->vcc->cid * 8 + 3) & IDT_TCT_IDLE) {
651 IDT_TCMDQ_START(a->vcc->cid));
661 u_int cid, tag, last; local
668 cid
764 patm_tx_idle(struct patm_softc *sc, u_int cid) argument
1012 patm_tct_print(struct patm_softc *sc, u_int cid) argument
[all...]
/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/netgraph/bluetooth/l2cap/
H A Dng_l2cap_misc.c632 u_int16_t cid ; local
642 endcid = l2cap->cid;
647 cid = (endcid+1) & mask;
649 if (cid < NG_L2CAP_FIRST_CID)
650 cid = NG_L2CAP_FIRST_CID;
652 while (cid != endcid) {
653 if (ng_l2cap_chan_by_scid(l2cap, cid, idtype) == NULL) {
655 l2cap->cid = cid;
657 l2cap->lecid = cid;
[all...]
/freebsd-11-stable/sys/net/
H A Dif_atmsubr.c412 u_int cid, alloc; local
432 for (cid = 0; cid < size; cid++)
433 if (table[cid] != NULL) {
437 *v++ = *table[cid];
441 if (cid == size)
/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...]
/freebsd-11-stable/sys/crypto/aesni/
H A Daesni.c58 int32_t cid; member in struct:aesni_softc
146 sc->cid = crypto_get_driverid(dev, CRYPTOCAP_F_HARDWARE |
148 if (sc->cid < 0) {
164 crypto_register(sc->cid, CRYPTO_AES_CBC, 0, 0);
165 crypto_register(sc->cid, CRYPTO_AES_ICM, 0, 0);
166 crypto_register(sc->cid, CRYPTO_AES_NIST_GCM_16, 0, 0);
167 crypto_register(sc->cid, CRYPTO_AES_128_NIST_GMAC, 0, 0);
168 crypto_register(sc->cid, CRYPTO_AES_192_NIST_GMAC, 0, 0);
169 crypto_register(sc->cid, CRYPTO_AES_256_NIST_GMAC, 0, 0);
170 crypto_register(sc->cid, CRYPTO_AES_XT
[all...]
/freebsd-11-stable/sys/dev/mmc/
H A Dmmc.c95 struct mmc_cid cid; /* cid decoded */ member in struct:mmc_ivars
178 static void mmc_decode_cid_mmc(uint32_t *raw_cid, struct mmc_cid *cid,
180 static void mmc_decode_cid_sd(uint32_t *raw_cid, struct mmc_cid *cid);
1090 mmc_decode_cid_sd(uint32_t *raw_cid, struct mmc_cid *cid) argument
1095 memset(cid, 0, sizeof(*cid));
1096 cid->mid = mmc_get_bits(raw_cid, 128, 120, 8);
1097 cid->oid = mmc_get_bits(raw_cid, 128, 104, 16);
1099 cid
1108 mmc_decode_cid_mmc(uint32_t *raw_cid, struct mmc_cid *cid, bool is_4_41p) argument
[all...]
/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...]
/freebsd-11-stable/crypto/heimdal/lib/krb5/
H A Dscache.c45 sqlite_uint64 cid; member in struct:krb5_scache
98 "DELETE FROM credentials WHERE cid=old.oid;" \
111 "cid INTEGER NOT NULL," \
124 #define SQL_ICRED "INSERT INTO credentials (cid, kvno, etype, cred, created_at) VALUES (?,?,?,?,?)"
125 #define SQL_DCRED "DELETE FROM credentials WHERE cid=?"
306 s->cid = SCACHE_INVALID_CID;
376 s->cid = sqlite3_last_insert_rowid(s->db);
527 s->cid = sqlite3_column_int(s->scache_name, 0);
529 s->cid = SCACHE_INVALID_CID;
573 if (s->cid
[all...]

Completed in 313 milliseconds

12345