Home
last modified time | relevance | path

Searched defs:bp (Results 1 – 25 of 691) sorted by relevance

12345678910>>...28

/dragonfly/sys/dev/drm/amd/display/dc/bios/
H A Dcommand_table.c171 struct bios_parser *bp, in encoder_control_dig_v1()
198 struct bios_parser *bp, in encoder_control_dig1_v1()
213 struct bios_parser *bp, in encoder_control_dig2_v1()
228 struct bios_parser *bp, in encoder_control_digx_v3()
257 struct bios_parser *bp, in encoder_control_digx_v4()
286 struct bios_parser *bp, in encoder_control_digx_v5()
399 struct bios_parser *bp, in transmitter_control_v2()
519 struct bios_parser *bp, in transmitter_control_v3()
653 struct bios_parser *bp, in transmitter_control_v4()
776 struct bios_parser *bp, in transmitter_control_v1_5()
[all …]
H A Dcommand_table2.c107 struct bios_parser *bp, in encoder_control_digx_v1_5()
195 struct bios_parser *bp, in transmitter_control_v1_6()
261 struct bios_parser *bp, in set_pixel_clock_v7()
370 struct bios_parser *bp, in set_crtc_using_dtd_timing_v3()
492 struct bios_parser *bp, in select_crtc_source_v3()
560 struct bios_parser *bp, in enable_crtc_v1()
607 struct bios_parser *bp) in init_external_encoder_control()
621 struct bios_parser *bp, in external_encoder_control_v3()
642 struct bios_parser *bp) in init_enable_disp_power_gating()
658 struct bios_parser *bp, in enable_disp_power_gating_v2_1()
[all …]
H A Dbios_parser.c546 struct bios_parser *bp, in bios_parser_get_device_tag_record()
675 struct bios_parser *bp, in get_firmware_info_v1_4()
725 struct bios_parser *bp, in get_firmware_info_v2_1()
809 struct bios_parser *bp, in get_firmware_info_v2_2()
903 struct bios_parser *bp, in get_ss_info_v3_1()
1228 struct bios_parser *bp, in get_i2c_record()
1360 struct bios_parser *bp, in get_ss_info_from_tbl()
1385 struct bios_parser *bp, in get_ss_info_from_internal_ss_info_tbl_V2_1()
1450 struct bios_parser *bp, in get_ss_info_from_ss_info_table()
1575 struct bios_parser *bp, in get_embedded_panel_info_v1_2()
[all …]
H A Dbios_parser2.c330 struct bios_parser *bp, in get_bios_object()
415 struct bios_parser *bp, in get_gpio_i2c_info()
614 struct bios_parser *bp, in get_hpd_record()
809 struct bios_parser *bp, in get_ss_info_v4_1()
874 struct bios_parser *bp, in get_ss_info_v4_2()
1000 struct bios_parser *bp, in get_embedded_panel_info_v2_1()
1371 struct bios_parser *bp, in get_firmware_info_v3_1()
1418 struct bios_parser *bp, in get_firmware_info_v3_2()
1530 struct bios_parser *bp, in get_encoder_cap_record()
1581 struct bios_parser *bp, in get_integrated_info_v11()
[all …]
/dragonfly/sys/sys/
H A Dbuf2.h59 #define BUF_LOCKINIT(bp) \ argument
95 BUF_UNLOCK(struct buf *bp) in BUF_UNLOCK()
107 BUF_KERNPROC(struct buf *bp) in BUF_KERNPROC()
118 BUF_LOCKINUSE(struct buf *bp) in BUF_LOCKINUSE()
126 #define BUF_LOCKFREE(bp) \ argument
169 struct bio *bp; in bioq_takefirst() local
205 buf_dep_init(struct buf *bp) in buf_dep_init()
217 buf_deallocate(struct buf *bp) in buf_deallocate()
251 buf_start(struct buf *bp) in buf_start()
263 buf_complete(struct buf *bp) in buf_complete()
[all …]
/dragonfly/sys/kern/
H A Dvfs_bio.c610 struct buf *bp; in bufinit() local
862 struct buf *bp; in breadcb() local
964 bwrite(struct buf *bp) in bwrite()
1164 bdirty(struct buf *bp) in bdirty()
1200 bheavy(struct buf *bp) in bheavy()
1268 brelse(struct buf *bp) in brelse()
1888 struct buf *bp; in getnewbuf() local
2338 struct buf *bp; in flushbufqueues() local
2558 struct buf *bp; in findblk() local
2644 struct buf *bp; in getcacheblk() local
[all …]
/dragonfly/usr.sbin/ppp/
H A Dmbuf.c79 m_length(struct mbuf *bp) in m_length()
108 struct mbuf *bp; in m_get() local
166 m_free(struct mbuf *bp) in m_free()
189 m_freem(struct mbuf *bp) in m_freem()
196 mbuf_Read(struct mbuf *bp, void *v, size_t len) in mbuf_Read()
224 mbuf_View(struct mbuf *bp, void *v, size_t len) in mbuf_View()
272 m_adj(struct mbuf *bp, ssize_t n) in m_adj()
346 struct mbuf *bp; in m_dequeue() local
366 m_enqueue(struct mqueue *queue, struct mbuf *bp) in m_enqueue()
380 m_pullup(struct mbuf *bp) in m_pullup()
[all …]
H A Dfsm.c193 struct mbuf *bp; in fsm_Output() local
466 FsmRecvConfigReq(struct fsm *fp, struct fsmheader *lhp, struct mbuf *bp) in FsmRecvConfigReq()
739 FsmRecvTermReq(struct fsm *fp, struct fsmheader *lhp, struct mbuf *bp) in FsmRecvTermReq()
872 struct mbuf *bp) in FsmRecvCodeRej()
950 FsmRecvEchoReq(struct fsm *fp, struct fsmheader *lhp, struct mbuf *bp) in FsmRecvEchoReq()
988 struct mbuf *bp) in FsmRecvDiscReq()
994 FsmRecvIdent(struct fsm *fp, struct fsmheader *lhp, struct mbuf *bp) in FsmRecvIdent()
1017 struct mbuf *bp) in FsmRecvTimeRemain()
1023 FsmRecvResetReq(struct fsm *fp, struct fsmheader *lhp, struct mbuf *bp) in FsmRecvResetReq()
1038 FsmRecvResetAck(struct fsm *fp, struct fsmheader *lhp, struct mbuf *bp) in FsmRecvResetAck()
[all …]
/dragonfly/games/hunt/huntd/
H A Dshots.c94 BULLET *bp, *next; in moveshots() local
227 move_normal_shot(BULLET *bp) in move_normal_shot()
454 move_drone(BULLET *bp) in move_drone()
594 save_bullet(BULLET *bp) in save_bullet()
751 chkshot(BULLET *bp, BULLET *next) in chkshot()
1073 BULLET *bp; in zapshot() local
1094 BULLET *bp; in explshot() local
1152 BULLET *bp; in is_bullet() local
1168 BULLET *bp; in fixshots() local
1197 mark_player(BULLET *bp) in mark_player()
[all …]
/dragonfly/crypto/libressl/crypto/pem/
H A Dpem_all.c166 PEM_write_bio_X509_REQ(BIO *bp, X509_REQ *x) in PEM_write_bio_X509_REQ()
208 PEM_write_bio_X509_CRL(BIO *bp, X509_CRL *x) in PEM_write_bio_X509_CRL()
236 PEM_write_bio_PKCS7(BIO *bp, PKCS7 *x) in PEM_write_bio_PKCS7()
325 PEM_write_bio_RSAPrivateKey(BIO *bp, RSA *x, in PEM_write_bio_RSAPrivateKey()
383 PEM_write_bio_RSA_PUBKEY(BIO *bp, RSA *x) in PEM_write_bio_RSA_PUBKEY()
438 PEM_write_bio_DSAPrivateKey(BIO *bp, DSA *x, in PEM_write_bio_DSAPrivateKey()
461 PEM_write_bio_DSA_PUBKEY(BIO *bp, DSA *x) in PEM_write_bio_DSA_PUBKEY()
496 PEM_write_bio_DSAparams(BIO *bp, const DSA *x) in PEM_write_bio_DSAparams()
608 PEM_write_bio_EC_PUBKEY(BIO *bp, EC_KEY *x) in PEM_write_bio_EC_PUBKEY()
640 PEM_write_bio_DHparams(BIO *bp, const DH *x) in PEM_write_bio_DHparams()
[all …]
H A Dpem_pk8.c82 PEM_write_bio_PKCS8PrivateKey_nid(BIO *bp, EVP_PKEY *x, int nid, char *kstr, in PEM_write_bio_PKCS8PrivateKey_nid()
89 PEM_write_bio_PKCS8PrivateKey(BIO *bp, EVP_PKEY *x, const EVP_CIPHER *enc, in PEM_write_bio_PKCS8PrivateKey()
96 i2d_PKCS8PrivateKey_bio(BIO *bp, EVP_PKEY *x, const EVP_CIPHER *enc, in i2d_PKCS8PrivateKey_bio()
103 i2d_PKCS8PrivateKey_nid_bio(BIO *bp, EVP_PKEY *x, int nid, in i2d_PKCS8PrivateKey_nid_bio()
110 do_pk8pkey(BIO *bp, EVP_PKEY *x, int isder, int nid, const EVP_CIPHER *enc, in do_pk8pkey()
157 d2i_PKCS8PrivateKey_bio(BIO *bp, EVP_PKEY **x, pem_password_cb *cb, void *u) in d2i_PKCS8PrivateKey_bio()
225 BIO *bp; in do_pk8pkey_fp() local
240 BIO *bp; in d2i_PKCS8PrivateKey_fp() local
267 PEM_read_bio_PKCS8(BIO *bp, X509_SIG **x, pem_password_cb *cb, void *u) in PEM_read_bio_PKCS8()
274 PEM_write_bio_PKCS8(BIO *bp, X509_SIG *x) in PEM_write_bio_PKCS8()
[all …]
/dragonfly/crypto/libressl/crypto/x509/
H A Dx_all.c79 d2i_X509_bio(BIO *bp, X509 **x509) in d2i_X509_bio()
85 i2d_X509_bio(BIO *bp, X509 *x509) in i2d_X509_bio()
109 i2d_X509_CRL_bio(BIO *bp, X509_CRL *crl) in i2d_X509_CRL_bio()
127 d2i_PKCS7_bio(BIO *bp, PKCS7 **p7) in d2i_PKCS7_bio()
133 i2d_PKCS7_bio(BIO *bp, PKCS7 *p7) in i2d_PKCS7_bio()
157 i2d_X509_REQ_bio(BIO *bp, X509_REQ *req) in i2d_X509_REQ_bio()
182 i2d_RSAPrivateKey_bio(BIO *bp, RSA *rsa) in i2d_RSAPrivateKey_bio()
200 d2i_RSAPublicKey_bio(BIO *bp, RSA **rsa) in d2i_RSAPublicKey_bio()
206 i2d_RSAPublicKey_bio(BIO *bp, RSA *rsa) in i2d_RSAPublicKey_bio()
277 d2i_PKCS8_bio(BIO *bp, X509_SIG **p8) in d2i_PKCS8_bio()
[all …]
/dragonfly/lib/libc/db/mpool/
H A Dmpool.c113 BKT *bp; in mpool_new() local
147 BKT *bp; in mpool_delete() local
179 BKT *bp; in mpool_get() local
272 BKT *bp; in mpool_put() local
298 BKT *bp; in mpool_close() local
319 BKT *bp; in mpool_sync() local
339 BKT *bp; in mpool_bkt() local
391 mpool_write(MPOOL *mp, BKT *bp) in mpool_write()
428 BKT *bp; in mpool_look() local
453 BKT *bp; in mpool_stat() local
/dragonfly/sys/vfs/hammer/
H A Dhammer_io.c379 struct buf *bp; in hammer_io_read() local
439 struct buf *bp; in hammer_io_new() local
494 struct buf *bp; in hammer_io_inval() local
560 struct buf *bp; in hammer_io_release() local
709 struct buf *bp; in hammer_io_flush() local
1456 struct buf *bp; in hammer_io_direct_read() local
1531 struct buf *bp; in hammer_io_indirect_read() local
1701 struct buf *bp; in hammer_io_direct_write() local
1816 struct buf *bp; in hammer_io_direct_write_complete() local
1943 struct buf *bp; in hammer_io_direct_uncache_callback() local
[all …]
/dragonfly/contrib/gcc-8.0/gcc/
H A Ddata-streamer.h93 struct bitpack_d bp; in bitpack_create() local
102 bp_pack_value (struct bitpack_d *bp, bitpack_word_t val, unsigned nbits) in bp_pack_value()
132 bp_pack_poly_value (struct bitpack_d *bp, in bp_pack_poly_value()
142 streamer_write_bitpack (struct bitpack_d *bp) in streamer_write_bitpack()
154 struct bitpack_d bp; in streamer_read_bitpack() local
163 bp_unpack_value (struct bitpack_d *bp, unsigned nbits) in bp_unpack_value()
191 bp_unpack_poly_value (struct bitpack_d *bp, unsigned nbits) in bp_unpack_poly_value()
272 bp_pack_int_in_range (struct bitpack_d *bp, in bp_pack_int_in_range()
291 bp_unpack_int_in_range (struct bitpack_d *bp, in bp_unpack_int_in_range()
320 #define bp_pack_enum(bp,enum_name,enum_last,val) \ argument
[all …]
H A Dtree-streamer-out.c71 pack_ts_base_value_fields (struct bitpack_d *bp, tree expr) in pack_ts_base_value_fields()
146 pack_ts_int_cst_value_fields (struct bitpack_d *bp, tree expr) in pack_ts_int_cst_value_fields()
160 pack_ts_real_cst_value_fields (struct bitpack_d *bp, tree expr) in pack_ts_real_cst_value_fields()
181 pack_ts_fixed_cst_value_fields (struct bitpack_d *bp, tree expr) in pack_ts_fixed_cst_value_fields()
193 pack_ts_decl_common_value_fields (struct bitpack_d *bp, tree expr) in pack_ts_decl_common_value_fields()
244 pack_ts_decl_wrtl_value_fields (struct bitpack_d *bp, tree expr) in pack_ts_decl_wrtl_value_fields()
350 struct bitpack_d *bp, tree expr) in pack_ts_block_value_fields()
368 struct bitpack_d *bp, tree expr) in pack_ts_translation_unit_decl_value_fields()
379 struct bitpack_d *bp, tree expr) in pack_ts_omp_clause_value_fields()
419 bitpack_d bp = bitpack_create (ob->main_stream); in streamer_write_tree_bitfields() local
[all …]
H A Dtree-streamer-in.c103 unpack_ts_base_value_fields (struct bitpack_d *bp, tree expr) in unpack_ts_base_value_fields()
176 unpack_ts_int_cst_value_fields (struct bitpack_d *bp, tree expr) in unpack_ts_int_cst_value_fields()
188 unpack_ts_real_cst_value_fields (struct bitpack_d *bp, tree expr) in unpack_ts_real_cst_value_fields()
216 unpack_ts_fixed_cst_value_fields (struct bitpack_d *bp, tree expr) in unpack_ts_fixed_cst_value_fields()
229 unpack_ts_decl_common_value_fields (struct bitpack_d *bp, tree expr) in unpack_ts_decl_common_value_fields()
284 unpack_ts_decl_wrtl_value_fields (struct bitpack_d *bp, tree expr) in unpack_ts_decl_wrtl_value_fields()
405 struct bitpack_d *bp, tree expr) in unpack_ts_block_value_fields()
417 struct bitpack_d *bp, tree expr) in unpack_ts_translation_unit_decl_value_fields()
429 struct bitpack_d *bp, tree expr) in unpack_ts_omp_clause_value_fields()
476 struct bitpack_d bp; in streamer_read_tree_bitfields() local
[all …]
/dragonfly/contrib/nvi2/common/
H A Dmem.h74 #define GET_SPACE_GOTOC(sp, bp, blen, nlen) \ argument
76 #define GET_SPACE_GOTOW(sp, bp, blen, nlen) \ argument
78 #define GET_SPACE_RET(sp, type, bp, blen, nlen) { \ argument
92 #define GET_SPACE_RETC(sp, bp, blen, nlen) \ argument
94 #define GET_SPACE_RETW(sp, bp, blen, nlen) \ argument
113 #define ADD_SPACE_GOTOC(sp, bp, blen, nlen) \ argument
115 #define ADD_SPACE_GOTOW(sp, bp, blen, nlen) \ argument
129 #define ADD_SPACE_RETC(sp, bp, blen, nlen) \ argument
131 #define ADD_SPACE_RETW(sp, bp, blen, nlen) \ argument
135 #define FREE_SPACE(sp, bp, blen) { \ argument
[all …]
/dragonfly/usr.sbin/lpr/common_source/
H A Dprintcap.c92 char *bp; in getprintcap() local
143 char *bp; in firstprinter() local
165 char *bp; in nextprinter() local
208 getprintcap_int(char *bp, struct printer *pp) in getprintcap_int()
366 capdb_getaltstr(char *bp, const char *shrt, const char *lng, in capdb_getaltstr()
390 capdb_getaltnum(char *bp, const char *shrt, const char *lng, long dflt, in capdb_getaltnum()
410 capdb_getaltlog(char *bp, const char *shrt, const char *lng) in capdb_getaltlog()
426 capdb_canonical_name(const char *bp) in capdb_canonical_name()
/dragonfly/sys/vfs/ufs/
H A Dffs_softdep_stub.c76 softdep_setup_inomapdep(struct buf *bp, struct inode *ip, ino_t newinum) in softdep_setup_inomapdep()
82 softdep_setup_blkmapdep(struct buf *bp, struct fs *fs, ufs_daddr_t newblkno) in softdep_setup_blkmapdep()
90 long newsize, long oldsize, struct buf *bp) in softdep_setup_allocdirect()
96 softdep_setup_allocindir_page(struct inode *ip, ufs_lbn_t lbn, struct buf *bp, in softdep_setup_allocindir_page()
104 softdep_setup_allocindir_meta(struct buf *nbp, struct inode *ip, struct buf *bp, in softdep_setup_allocindir_meta()
124 softdep_setup_directory_add(struct buf *bp, struct inode *dp, off_t diroffset, in softdep_setup_directory_add()
139 softdep_setup_remove(struct buf *bp, struct inode *dp, struct inode *ip, in softdep_setup_remove()
146 softdep_setup_directory_change(struct buf *bp, struct inode *dp, in softdep_setup_directory_change()
165 softdep_update_inodeblock(struct inode *ip, struct buf *bp, int waitfor) in softdep_update_inodeblock()
/dragonfly/crypto/libressl/crypto/asn1/
H A Dt_x509.c106 X509_print(BIO *bp, X509 *x) in X509_print()
112 X509_print_ex(BIO *bp, X509 *x, unsigned long nmflags, unsigned long cflag) in X509_print_ex()
255 X509_ocspid_print(BIO *bp, X509 *x) in X509_ocspid_print()
306 X509_signature_dump(BIO *bp, const ASN1_STRING *sig, int indent) in X509_signature_dump()
331 X509_signature_print(BIO *bp, const X509_ALGOR *sigalg, const ASN1_STRING *sig) in X509_signature_print()
357 ASN1_TIME_print(BIO *bp, const ASN1_TIME *tm) in ASN1_TIME_print()
373 ASN1_GENERALIZEDTIME_print(BIO *bp, const ASN1_GENERALIZEDTIME *tm) in ASN1_GENERALIZEDTIME_print()
427 ASN1_UTCTIME_print(BIO *bp, const ASN1_UTCTIME *tm) in ASN1_UTCTIME_print()
470 X509_NAME_print(BIO *bp, const X509_NAME *name, int obase) in X509_NAME_print()
/dragonfly/contrib/tcpdump/
H A Dprint-resp.c210 resp_print(netdissect_options *ndo, const u_char *bp, u_int length) in resp_print()
242 resp_parse(netdissect_options *ndo, const u_char *bp, int length) in resp_parse()
272 resp_print_simple_string(netdissect_options *ndo, const u_char *bp, int length) { in resp_print_simple_string()
277 resp_print_integer(netdissect_options *ndo, const u_char *bp, int length) { in resp_print_integer()
282 resp_print_error(netdissect_options *ndo, const u_char *bp, int length) { in resp_print_error()
287 resp_print_string_error_integer(netdissect_options *ndo, const u_char *bp, int length) { in resp_print_string_error_integer()
322 resp_print_bulk_string(netdissect_options *ndo, const u_char *bp, int length) { in resp_print_bulk_string()
368 resp_print_bulk_array(netdissect_options *ndo, const u_char *bp, int length) { in resp_print_bulk_array()
407 resp_print_inline(netdissect_options *ndo, const u_char *bp, int length) { in resp_print_inline()
454 resp_get_length(netdissect_options *ndo, const u_char *bp, int len, const u_char **endp) in resp_get_length()
/dragonfly/contrib/gcc-4.7/gcc/
H A Ddata-streamer.h121 struct bitpack_d bp; in bitpack_create() local
130 bp_pack_value (struct bitpack_d *bp, bitpack_word_t val, unsigned nbits) in bp_pack_value()
159 streamer_write_bitpack (struct bitpack_d *bp) in streamer_write_bitpack()
171 struct bitpack_d bp; in streamer_read_bitpack() local
180 bp_unpack_value (struct bitpack_d *bp, unsigned nbits) in bp_unpack_value()
289 bp_pack_int_in_range (struct bitpack_d *bp, in bp_pack_int_in_range()
308 bp_unpack_int_in_range (struct bitpack_d *bp, in bp_unpack_int_in_range()
337 #define bp_pack_enum(bp,enum_name,enum_last,val) \ argument
342 #define bp_unpack_enum(bp,enum_name,enum_last) \ argument
H A Dtree-streamer-out.c66 pack_ts_base_value_fields (struct bitpack_d *bp, tree expr) in pack_ts_base_value_fields()
119 pack_ts_real_cst_value_fields (struct bitpack_d *bp, tree expr) in pack_ts_real_cst_value_fields()
140 pack_ts_fixed_cst_value_fields (struct bitpack_d *bp, tree expr) in pack_ts_fixed_cst_value_fields()
153 pack_ts_decl_common_value_fields (struct bitpack_d *bp, tree expr) in pack_ts_decl_common_value_fields()
201 pack_ts_decl_wrtl_value_fields (struct bitpack_d *bp, tree expr) in pack_ts_decl_wrtl_value_fields()
211 pack_ts_decl_with_vis_value_fields (struct bitpack_d *bp, tree expr) in pack_ts_decl_with_vis_value_fields()
274 pack_ts_type_common_value_fields (struct bitpack_d *bp, tree expr) in pack_ts_type_common_value_fields()
299 pack_ts_block_value_fields (struct bitpack_d *bp, tree expr) in pack_ts_block_value_fields()
317 streamer_pack_tree_bitfields (struct bitpack_d *bp, tree expr) in streamer_pack_tree_bitfields()
757 struct bitpack_d bp; in write_ts_target_option() local
[all …]
H A Ddata-streamer.c30 bp_pack_var_len_unsigned (struct bitpack_d *bp, unsigned HOST_WIDE_INT work) in bp_pack_var_len_unsigned()
49 bp_pack_var_len_int (struct bitpack_d *bp, HOST_WIDE_INT work) in bp_pack_var_len_int()
72 bp_unpack_var_len_unsigned (struct bitpack_d *bp) in bp_unpack_var_len_unsigned()
92 bp_unpack_var_len_int (struct bitpack_d *bp) in bp_unpack_var_len_int()

12345678910>>...28