Home
last modified time | relevance | path

Searched refs:bci (Results 1 – 5 of 5) sorted by relevance

/netbsd/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
H A Dtwl4030.dtsi19 charger: bci {
20 compatible = "ti,twl4030-bci";
/netbsd/external/gpl3/binutils/dist/gprofng/src/
H A DClassFile.cc42 bci = _bci; in ByteCodeInfo()
47 int bci; member in ByteCodeInfo
1364 int bci = input->readUnsignedShort (); in readAttributes() local
1367 (int) (blanksCnt + 5), ' ', (int) (lx + 1), (int) bci, (int) bci, (int) lno); in readAttributes()
1369 byteCodeInfo->append (new ByteCodeInfo (cur_jmthd, bci, lno)); in readAttributes()
1567 func->add_PC_info (p->bci, p->lno, main_source); in readFile()
H A DCallStack.cc380 int bci = frp->getBciFromStack (jind); in add_stack_java() local
381 DbeInstr *cur_instr = experiment->map_jmid_to_PC (mid, bci, tstamp); in add_stack_java()
383 if (bci == JNI_MARKER) in add_stack_java()
H A DExperiment.cc5992 Experiment::map_jmid_to_PC (Vaddr mid, int bci, hrtime_t ts) in map_jmid_to_PC() argument
5996 return dbeSession->get_JUnknown_Function ()->find_dbeinstr (0, bci); in map_jmid_to_PC()
6007 return jmthd->find_dbeinstr (0, bci); in map_jmid_to_PC()
/netbsd/external/bsd/openldap/dist/servers/slapd/overlays/
H A Dpcache.c2643 bindcacheinfo *bci = op->o_callback->sc_private; in pc_bind_save() local
2644 slap_overinst *on = bci->on; in pc_bind_save()
2646 CachedQuery *qc = bci->qc; in pc_bind_save()
2653 bci->qc->bindref_time = op->o_time + bci->qc->qtemp->bindttr; in pc_bind_save()
2655 bci->qc = NULL; in pc_bind_save()
2850 bindcacheinfo *bci; in pcache_op_bind() local
2945 bci = sc->sc_private; in pcache_op_bind()
2948 bci->on = on; in pcache_op_bind()
2949 bci->qc = bi.bi_cq; in pcache_op_bind()