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

/freebsd-11-stable/sys/cddl/contrib/opensolaris/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...]
H A Dspa.c7417 spa_sync_frees(spa_t *spa, bplist_t *bpl, dmu_tx_t *tx) argument
7420 bplist_iterate(bpl, spa_free_sync_cb, zio, tx);
/freebsd-11-stable/sys/cddl/contrib/opensolaris/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,
/freebsd-11-stable/sys/arm/arm/
H A Dcpufunc_asm_armv5_ec.S91 bpl 1b
129 bpl 1b
148 bpl 1b
171 bpl 1b
191 bpl 1b
/freebsd-11-stable/sys/dev/vt/hw/fb/
H A Dvt_fb.c264 int bpp, bpl, xi, yi; local
271 bpl = (width + 7) / 8; /* Bytes per source line. */
291 byte = yi * bpl + xi / 8;
/freebsd-11-stable/secure/lib/libcrypto/amd64/
H A Drc4-md5-x86_64.S28 movb -8(%rdi),%bpl
31 incb %bpl
621 addb $32,%bpl
1198 addb $32,%bpl
1219 movb %sil,%bpl
1247 subb $1,%bpl
/freebsd-11-stable/crypto/openssl/crypto/modes/asm/
H A Dghash-armv4.pl226 bpl .Linner
310 bpl .Loop
/freebsd-11-stable/lib/libc/arm/gen/
H A Ddivsi3.S65 bpl .L_divide_l1
103 bpl .L_old_code
/freebsd-11-stable/sys/libkern/arm/
H A Ddivsi3.S67 bpl .L_divide_l1
109 bpl .L_old_code
/freebsd-11-stable/contrib/gcc/config/arm/
H A Dlib1funcs.asm833 bpl LSYM(Lover10)
837 bpl LSYM(Lover11)
848 bpl LSYM(Lover12)
924 bpl LSYM(Lover10)
933 bpl LSYM(Lover11)
943 bpl LSYM(Lover12)
H A Dieee754-df.S169 bpl LSYM(Lad_p)
491 bpl 2f
1204 bpl 1f @ value is too small
1245 bpl 1f @ value is too small
H A Dieee754-sf.S123 bpl LSYM(Lad_p)
322 bpl 1f
/freebsd-11-stable/secure/lib/libcrypto/arm/
H A Dghash-armv4.S105 bpl .Linner
246 bpl .Loop
H A Dbsaes-armv7.S1710 bpl .Lxts_enc_loop
2199 bpl .Lxts_dec_loop
/freebsd-11-stable/sys/dev/fb/
H A Dvga.c1238 int bpl; /* bytes per line */ local
1251 bpl = (howmany(pixel, ppw)/2)*4;
1255 bpl = rounddown(pixel + 7, 8);
1259 bpl = (pixel + 7)/8; /* columns */
1269 adp->va_line_width = bpl;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterInfos_x86_64.h248 DEFINE_GPR_PSEUDO_8L(bpl, rbp), DEFINE_GPR_PSEUDO_8L(spl, rsp),
/freebsd-11-stable/crypto/openssl/crypto/aes/asm/
H A Dbsaes-armv7.pl1732 bpl .Lxts_enc_loop
2145 bpl .Lxts_dec_loop

Completed in 256 milliseconds