Home
last modified time | relevance | path

Searched refs:rfp (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/cddl/osnet/dist/common/ctf/
H A Dctf_types.c243 ctf_file_t *rfp = fp; in ctf_type_qlname() local
245 ctf_lookup_by_id(&rfp, cdp->cd_type); in ctf_type_qlname()
246 const char *name = ctf_strptr(rfp, tp->ctt_name); in ctf_type_qlname()
564 ctf_type_cmp(ctf_file_t *lfp, ctf_id_t ltype, ctf_file_t *rfp, ctf_id_t rtype) in ctf_type_cmp() argument
575 if (lfp == rfp) in ctf_type_cmp()
581 if (CTF_TYPE_ISPARENT(rtype) && rfp->ctf_parent != NULL) in ctf_type_cmp()
582 rfp = rfp->ctf_parent; in ctf_type_cmp()
584 if (lfp < rfp) in ctf_type_cmp()
587 if (lfp > rfp) in ctf_type_cmp()
601 ctf_file_t *rfp, ctf_id_t rtype) in ctf_type_compat() argument
[all …]
/netbsd-src/external/gpl3/binutils/dist/libctf/
H A Dctf-types.c701 ctf_dict_t *rfp = fp; in ctf_type_aname() local
702 const ctf_type_t *tp = ctf_lookup_by_id (&rfp, cdp->cd_type); in ctf_type_aname()
703 const char *name = ctf_strptr (rfp, tp->ctt_name); in ctf_type_aname()
742 if (ctf_func_type_info (rfp, cdp->cd_type, &fi) < 0) in ctf_type_aname()
747 ctf_set_errno (rfp, errno); in ctf_type_aname()
751 if (ctf_func_type_args (rfp, cdp->cd_type, in ctf_type_aname()
758 char *arg = ctf_type_aname (rfp, argv[i]); in ctf_type_aname()
778 ctf_set_errno (fp, ctf_errno (rfp)); in ctf_type_aname()
1245 ctf_type_cmp (ctf_dict_t *lfp, ctf_id_t ltype, ctf_dict_t *rfp, in ctf_type_cmp() argument
1257 if (lfp == rfp) in ctf_type_cmp()
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/libctf/
H A Dctf-types.c693 ctf_dict_t *rfp = fp; in ctf_type_aname() local
694 const ctf_type_t *tp = ctf_lookup_by_id (&rfp, cdp->cd_type); in ctf_type_aname()
695 const char *name = ctf_strptr (rfp, tp->ctt_name); in ctf_type_aname()
734 if (ctf_func_type_info (rfp, cdp->cd_type, &fi) < 0) in ctf_type_aname()
739 ctf_set_errno (rfp, errno); in ctf_type_aname()
743 if (ctf_func_type_args (rfp, cdp->cd_type, in ctf_type_aname()
750 char *arg = ctf_type_aname (rfp, argv[i]); in ctf_type_aname()
1236 ctf_type_cmp (ctf_dict_t *lfp, ctf_id_t ltype, ctf_dict_t *rfp, in ctf_type_cmp() argument
1248 if (lfp == rfp) in ctf_type_cmp()
1254 if (LCTF_TYPE_ISPARENT (rfp, rtype) && rfp->ctf_parent != NULL) in ctf_type_cmp()
[all …]
/netbsd-src/lib/librumpuser/
H A Drumpuser_sp.c991 struct handshake_fork *rfp; in handlereq() local
994 if (spc->spc_off-HDRSZ != sizeof(*rfp)) { in handlereq()
1003 rfp = (void *)spc->spc_buf; in handlereq()
1004 cancel = rfp->rf_cancel; in handlereq()
1008 if (memcmp(rfp->rf_auth, pf->pf_auth, in handlereq()
1009 sizeof(rfp->rf_auth)) == 0) { in handlereq()
/netbsd-src/external/cddl/osnet/dist/lib/libdtrace/common/
H A Ddt_parser.c341 ctf_file_t *rfp = rp->dn_ctfp; in dt_type_promote() local
347 ctf_id_t rbase = ctf_type_resolve(rfp, rtype); in dt_type_promote()
348 uint_t rkind = ctf_type_kind(rfp, rbase); in dt_type_promote()
363 rfp = DT_INT_CTFP(dtp); in dt_type_promote()
372 if (ctf_type_encoding(rfp, rbase, &re) == CTF_ERR) { in dt_type_promote()
373 yypcb->pcb_hdl->dt_ctferr = ctf_errno(rfp); in dt_type_promote()
402 *ofp = rfp; in dt_type_promote()
1050 ctf_file_t *rfp = rp->dn_ctfp; in dt_node_is_ptrcompat() local
1101 rbase = ctf_type_resolve(rfp, rp->dn_type); in dt_node_is_ptrcompat()
1102 rkind = ctf_type_kind(rfp, rbase); in dt_node_is_ptrcompat()
[all …]
/netbsd-src/sys/dev/ieee1394/
H A Dsbp.c1713 struct fw_pkt *rfp; in sbp_recv() local
1745 rfp = &xfer->recv.hdr; in sbp_recv()
1746 if (rfp->mode.wreqb.tcode != FWTCODE_WREQB) { in sbp_recv()
1748 "sbp_recv: tcode = %d\n", rfp->mode.wreqb.tcode); in sbp_recv()
1752 addr = rfp->mode.wreqb.dest_lo; in sbp_recv()
1980 sfp->mode.wres.dst = rfp->mode.wreqb.src; in sbp_recv()
1985 sfp->mode.wres.tlrt = rfp->mode.wreqb.tlrt; in sbp_recv()
/netbsd-src/external/gpl3/binutils/dist/gprofng/src/
H A DExperiment.cc5332 RawFramePacket *rfp = NULL; in resolve_frame_info() local
5337 rfp = (RawFramePacket *) frameInfoCache->get (frinfo); in resolve_frame_info()
5339 if (rfp == 0) in resolve_frame_info()
5341 rfp = find_frame_packet (frinfo); in resolve_frame_info()
5342 if (rfp != 0) in resolve_frame_info()
5345 frameInfoCache->put (frinfo, (uint64_t) rfp); in resolve_frame_info()
5355 fp->omp_state = rfp ? rfp->omp_state : 0; in resolve_frame_info()
5407 UIDnode *node = rfp ? rfp->uidn : NULL; in resolve_frame_info()
5438 node = rfp ? rfp->uidj : NULL; in resolve_frame_info()
5481 if (rfp && rfp->omp_uid) in resolve_frame_info()
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/
H A DExperiment.cc5330 RawFramePacket *rfp = NULL; in resolve_frame_info() local
5335 rfp = (RawFramePacket *) frameInfoCache->get (frinfo); in resolve_frame_info()
5337 if (rfp == 0) in resolve_frame_info()
5339 rfp = find_frame_packet (frinfo); in resolve_frame_info()
5340 if (rfp != 0) in resolve_frame_info()
5343 frameInfoCache->put (frinfo, (uint64_t) rfp); in resolve_frame_info()
5353 fp->omp_state = rfp ? rfp->omp_state : 0; in resolve_frame_info()
5405 UIDnode *node = rfp ? rfp->uidn : NULL; in resolve_frame_info()
5436 node = rfp ? rfp->uidj : NULL; in resolve_frame_info()
5479 if (rfp && rfp->omp_uid) in resolve_frame_info()
[all …]
/netbsd-src/sys/dev/pci/
H A Dmpii.c1475 u_int32_t *rfp; in mpii_push_reply() local
1484 rfp = MPII_DMA_KVA(sc->sc_reply_freeq); in mpii_push_reply()
1485 rfp[idx] = htole32(rcb->rcb_reply_dva); in mpii_push_reply()
2863 u_int32_t *rfp; in mpii_alloc_queues() local
2870 sc->sc_reply_free_qdepth * sizeof(*rfp)); in mpii_alloc_queues()
2873 rfp = MPII_DMA_KVA(sc->sc_reply_freeq); in mpii_alloc_queues()
2875 rfp[i] = (u_int32_t)MPII_DMA_DVA(sc->sc_replies) + in mpii_alloc_queues()