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

12345

/freebsd-10-stable/sys/dev/hatm/
H A Dif_hatm_tx.c134 t->cid = 0;
169 u_int cid)
214 sc->tpdrq.tpdrq[sc->tpdrq.tail].cid = cid;
298 tpd->cid = arg->first->cid;
337 if (hatm_queue_tpds(arg->sc, tpd_cnt, tpd_list, arg->first->cid)) {
357 u_int cid; local
398 cid = HE_CID(arg.vpi, arg.vci);
399 arg.vcc = sc->vccs[cid];
168 hatm_queue_tpds(struct hatm_softc *sc, u_int count, struct tpd **list, u_int cid) argument
562 hatm_tx_vcc_can_open(struct hatm_softc *sc, u_int cid, struct hevcc *vcc) argument
657 hatm_tx_vcc_open(struct hatm_softc *sc, u_int cid) argument
778 hatm_tx_vcc_close(struct hatm_softc *sc, u_int cid) argument
820 hatm_tx_vcc_closed(struct hatm_softc *sc, u_int cid) argument
[all...]
H A Dif_hatm_ioctl.c97 u_int cid; local
108 cid = HE_CID(arg->param.vpi, arg->param.vci);
123 if (sc->vccs[cid] != NULL) {
157 (error = hatm_tx_vcc_can_open(sc, cid, vcc)) != 0)
161 sc->vccs[cid] = vcc;
162 hatm_load_vc(sc, cid, 0);
176 hatm_load_vc(struct hatm_softc *sc, u_int cid, int reopen) argument
178 struct hevcc *vcc = sc->vccs[cid];
181 hatm_tx_vcc_open(sc, cid);
183 hatm_rx_vcc_open(sc, cid);
199 hatm_vcc_closed(struct hatm_softc *sc, u_int cid) argument
219 u_int cid; local
[all...]
H A Dif_hatm_rx.c81 hatm_rx(struct hatm_softc *sc, u_int cid, u_int flags, struct mbuf *m0, argument
90 DBG(sc, RX, ("cid=%#x flags=%#x len=%u mbuf=%p", cid, flags, len, m0));
92 vcc = sc->vccs[cid];
101 hatm_vcc_closed(sc, cid);
235 vpi = HE_VPI(cid);
236 vci = HE_VCI(cid);
273 hatm_rx_vcc_open(struct hatm_softc *sc, u_int cid) argument
275 struct hevcc *vcc = sc->vccs[cid];
299 WRITE_RSR(sc, cid,
310 hatm_rx_vcc_close(struct hatm_softc *sc, u_int cid) argument
[all...]
/freebsd-10-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-10-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,
276 OCSP_CERTID *tmpid, *cid; local
286 cid = sk_OCSP_SINGLERESP_value(sresp, 0)->certId;
293 if (OCSP_id_issuer_cmp(cid, tmpid)) {
296 cid->hashAlgorithm->algorithm))
304 *ret = cid;
308 static int ocsp_match_issuerid(X509 *cert, OCSP_CERTID *cid, argument
312 if (cid) {
317 if (!(dgst = EVP_get_digestbyobj(cid->hashAlgorithm->algorithm))) {
326 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-10-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
/freebsd-10-stable/sys/dev/patm/
H A Dif_patm_rx.c84 rct_write(struct patm_softc *sc, u_int cid, u_int w, u_int val) argument
86 patm_sram_write(sc, sc->mmap->rct + cid * IDT_RCT_ENTRY_SIZE + w, val);
89 rct_read(struct patm_softc *sc, u_int cid, u_int w) argument
92 cid * IDT_RCT_ENTRY_SIZE + w));
127 if (vcc->cid != 0)
128 patm_sram_write4(sc, sc->mmap->rct + vcc->cid *
147 if (vcc->cid == 0) {
156 w1 = rct_read(sc, vcc->cid, 0);
158 rct_write(sc, vcc->cid, 0, w1);
162 rct_write(sc, vcc->cid,
196 u_int stat, cid, w, cells, len, h; local
431 u_int vpi, vci, cid; local
[all...]
H A Dif_patm_ioctl.c81 u_int cid; local
94 cid = PATM_CID(sc, arg->param.vpi, arg->param.vci);
115 if (sc->vccs[cid] != NULL) {
122 vcc->cid = cid;
174 sc->vccs[cid] = vcc;
216 u_int cid; local
224 cid = PATM_CID(sc, arg->vpi, arg->vci);
233 vcc = sc->vccs[cid];
283 sc->vccs[vcc->cid]
[all...]
H A Dif_patm_tx.c103 static void patm_tct_print(struct patm_softc *sc, u_int cid) __unused;
258 patm_nor_write(sc, IDT_NOR_TCMDQ, IDT_TCMDQ_UIER(vcc->cid, 0xff));
259 patm_nor_write(sc, IDT_NOR_TCMDQ, IDT_TCMDQ_ULACR(vcc->cid, 0xff));
288 u_int vpi, vci, cid; local
328 cid = PATM_CID(sc, vpi, vci);
329 vcc = sc->vccs[cid];
642 if (patm_sram_read(a->sc, a->vcc->cid * 8 + 3) & IDT_TCT_IDLE) {
650 IDT_TCMDQ_START(a->vcc->cid));
660 u_int cid, tag, last; local
667 cid
763 patm_tx_idle(struct patm_softc *sc, u_int cid) argument
1011 patm_tct_print(struct patm_softc *sc, u_int cid) argument
[all...]
/freebsd-10-stable/sys/dev/sdhci/
H A Dsdhci_fdt.c159 pcell_t cid; local
179 if ((OF_getencprop(node, "quirks", &cid, sizeof(cid))) > 0)
180 sc->quirks = cid;
181 if ((OF_getencprop(node, "num-slots", &cid, sizeof(cid))) > 0)
182 sc->num_slots = cid;
183 if ((OF_getencprop(node, "max-frequency", &cid, sizeof(cid))) > 0)
184 sc->max_clk = cid;
[all...]
/freebsd-10-stable/sys/netgraph/bluetooth/l2cap/
H A Dng_l2cap_misc.c596 u_int16_t cid = l2cap->cid + 1; local
598 if (cid < NG_L2CAP_FIRST_CID)
599 cid = NG_L2CAP_FIRST_CID;
601 while (cid != l2cap->cid) {
602 if (ng_l2cap_chan_by_scid(l2cap, cid) == NULL) {
603 l2cap->cid = cid;
605 return (cid);
[all...]
/freebsd-10-stable/sys/net/
H A Dif_atmsubr.c411 u_int cid, alloc; local
431 for (cid = 0; cid < size; cid++)
432 if (table[cid] != NULL) {
436 *v++ = *table[cid];
440 if (cid == size)
/freebsd-10-stable/contrib/wpa/src/eap_server/
H A Deap_server_pax.c40 char *cid; member in struct:eap_pax_data
66 os_free(data->cid);
148 (u8 *) data->cid, data->cid_len, NULL, 0, pos);
324 os_free(data->cid);
325 data->cid = os_malloc(data->cid_len);
326 if (data->cid == NULL) {
331 os_memcpy(data->cid, pos + 2, data->cid_len);
335 (u8 *) data->cid, data->cid_len);
347 if (eap_user_get(sm, (u8 *) data->cid, data->cid_len, 0) < 0) {
349 (u8 *) data->cid, dat
[all...]
/freebsd-10-stable/sys/dev/nvme/
H A Dnvme_qpair.c111 nvme_printf(qpair->ctrlr, "%s (%02x) sqid:%d cid:%d nsid:%x "
113 get_admin_opcode_string(cmd->opc), cmd->opc, qpair->id, cmd->cid,
127 nvme_printf(qpair->ctrlr, "%s sqid:%d cid:%d nsid:%d "
129 get_io_opcode_string(cmd->opc), qpair->id, cmd->cid,
136 nvme_printf(qpair->ctrlr, "%s sqid:%d cid:%d nsid:%d\n",
137 get_io_opcode_string(cmd->opc), qpair->id, cmd->cid,
141 nvme_printf(qpair->ctrlr, "%s (%02x) sqid:%d cid:%d nsid:%d\n",
143 cmd->cid, cmd->nsid);
245 nvme_printf(qpair->ctrlr, "%s (%02x/%02x) sqid:%d cid:%d cdw0:%x\n",
247 cpl->status.sct, cpl->status.sc, cpl->sqid, cpl->cid, cp
293 nvme_qpair_construct_tracker(struct nvme_qpair *qpair, struct nvme_tracker *tr, uint16_t cid) argument
[all...]
/freebsd-10-stable/sys/dev/mmc/
H A Dmmc.c95 struct mmc_cid cid; /* cid decoded */ member in struct:mmc_ivars
179 static void mmc_decode_cid_mmc(uint32_t *raw_cid, struct mmc_cid *cid,
181 static void mmc_decode_cid_sd(uint32_t *raw_cid, struct mmc_cid *cid);
1091 mmc_decode_cid_sd(uint32_t *raw_cid, struct mmc_cid *cid) argument
1096 memset(cid, 0, sizeof(*cid));
1097 cid->mid = mmc_get_bits(raw_cid, 128, 120, 8);
1098 cid->oid = mmc_get_bits(raw_cid, 128, 104, 16);
1100 cid
1109 mmc_decode_cid_mmc(uint32_t *raw_cid, struct mmc_cid *cid, bool is_4_41p) argument
[all...]
/freebsd-10-stable/sys/netgraph/
H A Dng_pptpgre.c104 u_int16_t cid; /* call id */ member in struct:greheader
194 static hpriv_p ng_pptpgre_find_session(priv_p privp, u_int16_t cid);
324 uint16_t cid, hash; local
331 for (cid = i = 0; i < 4; i++) {
335 cid = (cid << 4) | j;
348 hpriv->conf.cid = cid;
353 hash = SESSHASH(cid);
385 /* Try to find session by cid
927 ng_pptpgre_find_session(priv_p privp, u_int16_t cid) argument
[all...]
H A Dng_pptpgre.h65 u_int16_t cid; /* my call id */ member in struct:ng_pptpgre_conf
78 { "cid", &ng_parse_hint16_type }, \
/freebsd-10-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...]
/freebsd-10-stable/contrib/tcpdump/
H A Drx.h61 u_int32_t cid; member in struct:rx_header
/freebsd-10-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);
128 timer_thread_create(clockid_t cid, bool expire) argument
146 ATF_REQUIRE(timer_create(cid, &evt, &t) == 0);

Completed in 411 milliseconds

12345