Searched refs:bpl (Results 1 - 25 of 66) sorted by relevance

123

/netbsd-current/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dbplist.c31 bplist_create(bplist_t *bpl) argument
33 mutex_init(&bpl->bpl_lock, NULL, MUTEX_DEFAULT, NULL);
34 list_create(&bpl->bpl_list, sizeof (bplist_entry_t),
39 bplist_destroy(bplist_t *bpl) argument
41 list_destroy(&bpl->bpl_list);
42 mutex_destroy(&bpl->bpl_lock);
46 bplist_append(bplist_t *bpl, const blkptr_t *bp) argument
50 mutex_enter(&bpl->bpl_lock);
52 list_insert_tail(&bpl->bpl_list, bpe);
53 mutex_exit(&bpl
63 bplist_iterate(bplist_t *bpl, bplist_itor_t *func, void *arg, dmu_tx_t *tx) argument
[all...]
/netbsd-current/sys/external/bsd/drm2/include/linux/
H A Dbitmap.h50 const size_t bpl = NBBY * sizeof(*bitmap); local
51 size_t n = howmany(nbits, bpl);
65 const size_t bpl = NBBY * sizeof(*bitmap); local
67 for (; nbits >= bpl; nbits -= bpl) {
88 const size_t bpl = NBBY * sizeof(*bitmap); local
91 for (; nbits >= bpl; nbits -= bpl)
108 const size_t bpl = NBBY * sizeof(*bitmap); local
109 unsigned long *p = bitmap + startbit/bpl;
143 const size_t bpl = NBBY * sizeof(*bitmap); local
178 const size_t bpl = NBBY * sizeof(unsigned long); local
193 const size_t bpl = NBBY * sizeof(unsigned long); local
211 const size_t bpl = NBBY * sizeof(unsigned long); local
229 const size_t bpl = NBBY * sizeof(unsigned long); local
247 const size_t bpl = NBBY * sizeof(unsigned long); local
257 const size_t bpl = NBBY * sizeof(unsigned long); local
[all...]
/netbsd-current/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
H A Dbplist.h47 void bplist_create(bplist_t *bpl);
48 void bplist_destroy(bplist_t *bpl);
49 void bplist_append(bplist_t *bpl, const blkptr_t *bp);
50 void bplist_iterate(bplist_t *bpl, bplist_itor_t *func,
/netbsd-current/external/gpl3/gdb/dist/sim/testsuite/aarch64/
H A Dfcmp.s36 bpl .Lfailure
38 bpl .Lfailure
41 bpl .Lfailure
43 bpl .Lfailure
64 bpl .Lfailure
66 bpl .Lfailure
71 bpl .Lfailure
73 bpl .Lfailure
104 bpl .Lfailure
106 bpl
[all...]
H A Dadds.s19 bpl .Lfailure
40 bpl .Lfailure
61 bpl .Lfailure
82 bpl .Lfailure
/netbsd-current/external/gpl3/gdb.old/dist/sim/testsuite/aarch64/
H A Dfcmp.s36 bpl .Lfailure
38 bpl .Lfailure
41 bpl .Lfailure
43 bpl .Lfailure
64 bpl .Lfailure
66 bpl .Lfailure
71 bpl .Lfailure
73 bpl .Lfailure
104 bpl .Lfailure
106 bpl
[all...]
H A Dadds.s19 bpl .Lfailure
40 bpl .Lfailure
61 bpl .Lfailure
82 bpl .Lfailure
/netbsd-current/sys/lib/libkern/arch/m68k/
H A Ddivsi3.S58 bpl 1f
61 bpl 2f
64 bpl 3f | branch if sgn(divisor) == sgn(dividend)
H A Dmodsi3.S65 bpl 1f
69 bpl 2f
/netbsd-current/sys/external/bsd/gnu-efi/dist/lib/arm/
H A Dldivmod.S40 bpl L_Test1
45 bpl L_Test2
H A Dllsl.S34 bpl 1f
H A Dllsr.S34 bpl 1f
/netbsd-current/sys/arch/arm/arm/
H A Dcpufunc_asm_arm9.S96 bpl .Larm9_sync_next
122 bpl .Lnext_set /* Next set */
142 bpl .Larm9_wb_next
159 bpl .Larm9_wbinv_next
180 bpl .Larm9_inv_next
198 bpl .Larm9_id_wbinv_next
225 bpl .Lnext_set_inv /* Next set */
H A Dcpufunc_asm_armv5.S83 bpl 1b
109 bpl 1b /* Next set */
130 bpl 1b
148 bpl 1b
170 bpl 1b
189 bpl 1b
216 bpl 1b /* Next set */
H A Dcpufunc_asm_armv5_ec.S94 bpl 1b
132 bpl 1b
150 bpl 1b
172 bpl 1b
191 bpl 1b
/netbsd-current/sys/arch/mac68k/obio/
H A Diwm.s331 bpl chkHasDisk
343 bpl chkMotorOn
349 bpl chkWrtProt
354 bpl chkDD_HD
359 bpl chkDone
538 bpl isTrack00 | Track 0 => Bit 7 = 0
595 bpl stepOut
714 bpl rsLI1
731 bpl rsTagNyb0
743 bpl rsTagNyb
[all...]
/netbsd-current/sys/external/bsd/common/include/linux/
H A Dbitops.h199 const size_t bpl = (CHAR_BIT * sizeof(*ptr)); local
200 const unsigned long *p = ptr + startbit/bpl;
201 size_t n = howmany(nbits, bpl);
213 if (startbit % bpl) {
217 /* Clear the low startbit%bpl bits. */
218 word &= (~0UL << (startbit % bpl));
244 result = bpl*(p - ptr);
/netbsd-current/sys/dev/pci/
H A Dcxdtv.c693 cxdtv_risc_buffer(struct cxdtv_softc *sc, uint32_t bpl, uint32_t lines) argument
698 CX_DPRINTF(("cxdtv_risc_buffer: bpl=0x%x\n", bpl));
700 size = 1 + (bpl * lines) / PAGE_SIZE + lines;
714 cxdtv_risc_field(sc, rm, bpl);
720 cxdtv_risc_field(struct cxdtv_softc *sc, uint32_t *rm, uint32_t bpl) argument
724 CX_DPRINTF(("cxdtv_risc_field: bpl=0x%x\n", bpl));
743 *(rm++) = (CX_RISC_WRITE|CX_RISC_SOL|CX_RISC_EOL|CX_RISC_IRQ1|bpl);
744 *(rm++) = (DMAADDR(p) + 0 * bpl);
756 cxdtv_sram_ch_setup(struct cxdtv_softc *sc, struct cxdtv_sram_ch *csc, uint32_t bpl) argument
[all...]
H A Dcoram.c939 coram_risc_buffer(struct coram_softc *sc, uint32_t bpl, uint32_t lines) argument
944 size = 1 + (bpl * lines) / PAGE_SIZE + lines;
952 coram_risc_field(sc, rm, bpl);
958 coram_risc_field(struct coram_softc *sc, uint32_t *rm, uint32_t bpl) argument
979 *(rm++) = (CX_RISC_WRITE|CX_RISC_SOL|CX_RISC_EOL|CX_RISC_IRQ1|bpl);
980 *(rm++) = (DMAADDR(p) + 0 * bpl);
983 *(rm++) = (CX_RISC_WRITE|CX_RISC_SOL|CX_RISC_EOL|CX_RISC_IRQ2|bpl);
984 *(rm++) = (DMAADDR(p) + 1 * bpl);
996 uint32_t bpl)
1002 bpl
995 coram_sram_ch_setup(struct coram_softc *sc, struct coram_sram_ch *csc, uint32_t bpl) argument
[all...]
/netbsd-current/sys/arch/amiga/amiga/
H A Dcustom.h150 unsigned short bpl; member in struct:Custom::__anon8068::__anon8069
154 #define bplptl(n) _bplpt.bs[n].bpl
/netbsd-current/external/gpl3/gdb/dist/sim/testsuite/cris/asm/
H A Dtestutils.inc244 bpl 9f
/netbsd-current/external/gpl3/gdb.old/dist/sim/testsuite/cris/asm/
H A Dtestutils.inc244 bpl 9f
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.disasm/
H A Dt13_otr.s21 bpl 0x12+.+2 ;4a12
38 bpl 0x1234+.+4 ;58a01234
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.disasm/
H A Dt13_otr.s21 bpl 0x12+.+2 ;4a12
38 bpl 0x1234+.+4 ;58a01234
/netbsd-current/external/lgpl3/gmp/dist/mpn/arm/v7a/cora17/
H A Dmod_34lsub1.asm75 bpl L(top)

Completed in 392 milliseconds

123