Home
last modified time | relevance | path

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

12345678910>>...54

/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/bios/
H A Damdgpu_command_table.c70 void dal_bios_parser_init_cmd_tbl(struct bios_parser *bp) in dal_bios_parser_init_cmd_tbl()
123 static void init_dig_encoder_control(struct bios_parser *bp) in init_dig_encoder_control()
156 static void init_encoder_control_dig_v1(struct bios_parser *bp) in init_encoder_control_dig_v1()
174 struct bios_parser *bp, in encoder_control_dig_v1()
201 struct bios_parser *bp, in encoder_control_dig1_v1()
216 struct bios_parser *bp, in encoder_control_dig2_v1()
231 struct bios_parser *bp, in encoder_control_digx_v3()
260 struct bios_parser *bp, in encoder_control_digx_v4()
289 struct bios_parser *bp, in encoder_control_digx_v5()
370 static void init_transmitter_control(struct bios_parser *bp) in init_transmitter_control()
[all …]
H A Damdgpu_command_table2.c101 static void init_dig_encoder_control(struct bios_parser *bp) in init_dig_encoder_control()
133 struct bios_parser *bp, in encoder_control_digx_v1_5()
197 struct bios_parser *bp, in encoder_control_fallback()
224 static void init_transmitter_control(struct bios_parser *bp) in init_transmitter_control()
259 struct bios_parser *bp, in transmitter_control_v1_6()
302 struct bios_parser *bp, in transmitter_control_fallback()
329 static void init_set_pixel_clock(struct bios_parser *bp) in init_set_pixel_clock()
359 struct bios_parser *bp, in set_pixel_clock_v7()
445 struct bios_parser *bp, in set_pixel_clock_fallback()
468 static void init_set_crtc_timing(struct bios_parser *bp) in init_set_crtc_timing()
[all …]
H A Damdgpu_bios_parser.c105 struct bios_parser *bp = NULL; in bios_parser_create() local
119 static void bios_parser_destruct(struct bios_parser *bp) in bios_parser_destruct()
127 struct bios_parser *bp = BP_FROM_DCB(*dcb); in bios_parser_destroy() local
140 static uint8_t get_number_of_objects(struct bios_parser *bp, uint32_t offset) in get_number_of_objects()
156 struct bios_parser *bp = BP_FROM_DCB(dcb); in bios_parser_get_connectors_number() local
166 struct bios_parser *bp = BP_FROM_DCB(dcb); in bios_parser_get_connector_id() local
200 struct bios_parser *bp = BP_FROM_DCB(dcb); in bios_parser_get_src_obj() local
230 struct bios_parser *bp = BP_FROM_DCB(dcb); in bios_parser_get_i2c_info() local
272 struct bios_parser *bp = BP_FROM_DCB(dcb); in bios_parser_get_hpd_info() local
296 struct bios_parser *bp, in bios_parser_get_device_tag_record()
[all …]
H A Damdgpu_bios_parser2.c119 static void bios_parser2_destruct(struct bios_parser *bp) in bios_parser2_destruct()
127 struct bios_parser *bp = BP_FROM_DCB(*dcb); in firmware_parser_destroy() local
165 struct bios_parser *bp = BP_FROM_DCB(dcb); in bios_parser_get_connectors_number() local
180 struct bios_parser *bp = BP_FROM_DCB(dcb); in bios_parser_get_connector_id() local
203 struct bios_parser *bp = BP_FROM_DCB(dcb); in bios_parser_get_src_obj() local
260 struct bios_parser *bp, in get_bios_object()
303 struct bios_parser *bp = BP_FROM_DCB(dcb); in bios_parser_get_i2c_info() local
352 struct bios_parser *bp, in get_gpio_i2c_info()
430 struct bios_parser *bp = BP_FROM_DCB(dcb); in bios_parser_get_hpd_info() local
454 struct bios_parser *bp, in get_hpd_record()
[all …]
/netbsd-src/external/cddl/osnet/dist/lib/libdtrace/common/
H A Ddt_buf.c49 dt_buf_create(dtrace_hdl_t *dtp, dt_buf_t *bp, const char *name, size_t len) in dt_buf_create()
67 dt_buf_destroy(dtrace_hdl_t *dtp, dt_buf_t *bp) in dt_buf_destroy()
76 dt_buf_reset(dtrace_hdl_t *dtp, dt_buf_t *bp) in dt_buf_reset()
85 dt_buf_write(dtrace_hdl_t *dtp, dt_buf_t *bp, in dt_buf_write()
139 dt_buf_offset(const dt_buf_t *bp, size_t align) in dt_buf_offset()
146 dt_buf_len(const dt_buf_t *bp) in dt_buf_len()
152 dt_buf_error(const dt_buf_t *bp) in dt_buf_error()
158 dt_buf_ptr(const dt_buf_t *bp) in dt_buf_ptr()
164 dt_buf_claim(dtrace_hdl_t *dtp, dt_buf_t *bp) in dt_buf_claim()
/netbsd-src/crypto/external/bsd/netpgp/dist/src/lib/
H A Dbufgap.c57 #define AFTSUB(bp, n) ((bp)->buf[(int)n]) argument
58 #define BEFSUB(bp, n) ((bp)->buf[(int)((bp)->size - (n) - 1)]) argument
129 bufgap_open(bufgap_t *bp, const char *f) in bufgap_open()
173 bufgap_close(bufgap_t *bp) in bufgap_close()
180 bufgap_forwards(bufgap_t *bp, uint64_t n, int type) in bufgap_forwards()
237 bufgap_backwards(bufgap_t *bp, uint64_t n, int type) in bufgap_backwards()
294 bufgap_seek(bufgap_t *bp, int64_t off, int whence, int type) in bufgap_seek()
362 bufgap_getstr(bufgap_t *bp) in bufgap_getstr()
369 bufgap_getbin(bufgap_t *bp, void *dst, size_t len) in bufgap_getbin()
380 bufgap_tell(bufgap_t *bp, int whence, int type) in bufgap_tell()
[all …]
/netbsd-src/crypto/external/bsd/netpgp/dist/src/netpgpverify/
H A Dbufgap.c46 #define AFTSUB(bp, n) ((bp)->buf[(int)n]) argument
47 #define BEFSUB(bp, n) ((bp)->buf[(int)((bp)->size - (n) - 1)]) argument
118 bufgap_open(bufgap_t *bp, const char *f) in bufgap_open()
162 bufgap_close(bufgap_t *bp) in bufgap_close()
169 bufgap_forwards(bufgap_t *bp, uint64_t n, int type) in bufgap_forwards()
226 bufgap_backwards(bufgap_t *bp, uint64_t n, int type) in bufgap_backwards()
283 bufgap_seek(bufgap_t *bp, int64_t off, int whence, int type) in bufgap_seek()
351 bufgap_getstr(bufgap_t *bp) in bufgap_getstr()
358 bufgap_getbin(bufgap_t *bp, void *dst, size_t len) in bufgap_getbin()
369 bufgap_tell(bufgap_t *bp, int whence, int type) in bufgap_tell()
[all …]
/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
H A Dspa.h297 #define BPE_GET_ETYPE(bp) \ argument
300 #define BPE_SET_ETYPE(bp, t) do { \ argument
305 #define BPE_GET_LSIZE(bp) \ argument
308 #define BPE_SET_LSIZE(bp, x) do { \ argument
313 #define BPE_GET_PSIZE(bp) \ argument
316 #define BPE_SET_PSIZE(bp, x) do { \ argument
329 #define BPE_IS_PAYLOADWORD(bp, wp) \ argument
377 #define BP_GET_LSIZE(bp) \ argument
381 #define BP_SET_LSIZE(bp, x) do { \ argument
387 #define BP_GET_PSIZE(bp) \ argument
[all …]
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/x509/
H A Dx_all.c130 X509 *d2i_X509_bio(BIO *bp, X509 **x509) in d2i_X509_bio()
135 int i2d_X509_bio(BIO *bp, X509 *x509) in i2d_X509_bio()
152 X509_CRL *d2i_X509_CRL_bio(BIO *bp, X509_CRL **crl) in d2i_X509_CRL_bio()
157 int i2d_X509_CRL_bio(BIO *bp, X509_CRL *crl) in i2d_X509_CRL_bio()
174 PKCS7 *d2i_PKCS7_bio(BIO *bp, PKCS7 **p7) in d2i_PKCS7_bio()
179 int i2d_PKCS7_bio(BIO *bp, PKCS7 *p7) in i2d_PKCS7_bio()
196 X509_REQ *d2i_X509_REQ_bio(BIO *bp, X509_REQ **req) in d2i_X509_REQ_bio()
201 int i2d_X509_REQ_bio(BIO *bp, X509_REQ *req) in i2d_X509_REQ_bio()
242 RSA *d2i_RSAPrivateKey_bio(BIO *bp, RSA **rsa) in d2i_RSAPrivateKey_bio()
247 int i2d_RSAPrivateKey_bio(BIO *bp, RSA *rsa) in i2d_RSAPrivateKey_bio()
[all …]
/netbsd-src/games/hunt/huntd/
H A Dshots.c69 BULLET *bp, *next; in moveshots() local
186 move_normal_shot(BULLET *bp) in move_normal_shot()
374 move_drone(BULLET *bp) in move_drone()
517 save_bullet(BULLET *bp) in save_bullet()
659 chkshot(BULLET *bp, BULLET *next) in chkshot()
751 chkslime(BULLET *bp, BULLET *next) in chkslime()
797 move_slime(BULLET *bp, int speed, BULLET *next) in move_slime()
988 BULLET *bp; in zapshot() local
1012 BULLET *bp; in explshot() local
1068 BULLET *bp; in is_bullet() local
[all …]
/netbsd-src/sys/kern/
H A Dvfs_bio.c346 checkfreelist(buf_t * bp,struct bqueue * dp,int ison) checkfreelist() argument
367 binsheadfree(buf_t * bp,struct bqueue * dp) binsheadfree() argument
378 binstailfree(buf_t * bp,struct bqueue * dp) binstailfree() argument
390 bremfree(buf_t * bp) bremfree() argument
685 buf_t *bp; bio_doread() local
744 buf_t *bp; bread() local
774 buf_t *bp; breadn() local
815 bwrite(buf_t * bp) bwrite() argument
945 bdwrite(buf_t * bp) bdwrite() argument
1001 bawrite(buf_t * bp) bawrite() argument
1016 brelsel(buf_t * bp,int set) brelsel() argument
1162 brelse(buf_t * bp,int set) brelse() argument
1180 buf_t *bp; incore() local
1208 buf_t *bp; getblk() local
1279 buf_t *bp; geteblk() local
1304 allocbuf(buf_t * bp,int size,int preserve) allocbuf() argument
1383 buf_t *bp; getnewbuf() local
1527 buf_t *bp; binvalbuf() local
1559 buf_t *bp; buf_trim() local
1602 biowait(buf_t * bp) biowait() argument
1647 biodone(buf_t * bp) biodone() argument
1673 biodone2(buf_t * bp) biodone2() argument
1721 buf_t *bp; biointr() local
1771 buf_t *bp; sysctl_dobuf() local
1967 buf_t *bp; bufhash_stats() local
2008 buf_t *bp; vfs_bufstats() local
2034 buf_t *bp; getiobuf() local
2052 putiobuf(buf_t * bp) putiobuf() argument
2064 nestiobuf_iodone(buf_t * bp) nestiobuf_iodone() argument
2099 nestiobuf_setup(buf_t * mbp,buf_t * bp,int offset,size_t size) nestiobuf_setup() argument
2152 buf_init(buf_t * bp) buf_init() argument
2170 buf_destroy(buf_t * bp) buf_destroy() argument
2178 bbusy(buf_t * bp,bool intr,int timo,kmutex_t * interlock) bbusy() argument
[all...]
/netbsd-src/sbin/fsck_lfs/
H A Dbufcache.c105 struct ubuf *bp, *nbp; in bufrehash() local
156 buf_destroy(struct ubuf * bp) in buf_destroy()
168 bremfree(struct ubuf * bp) in bremfree()
196 struct ubuf *bp; in incore() local
220 struct ubuf *bp; in getblk() local
293 bwrite(struct ubuf * bp) in bwrite()
304 brelse(struct ubuf * bp, int set) in brelse()
340 struct ubuf *bp; in bread() local
368 reassignbuf(struct ubuf * bp, struct uvnode * vp) in reassignbuf()
382 struct ubuf *bp; in dump_free_lists() local
/netbsd-src/sys/arch/pmax/pmax/
H A Ddisksubr.c61 readdisklabel(dev_t dev, void (*strat)(struct buf *bp), struct disklabel *lp, in readdisklabel()
64 struct buf *bp; in readdisklabel() local
121 compat_label(dev_t dev, void (*strat)(struct buf *bp), struct disklabel *lp, in compat_label()
125 struct buf *bp = NULL; in compat_label() local
200 writedisklabel(dev_t dev, void (*strat)(struct buf *bp), struct disklabel *lp, in writedisklabel()
203 struct buf *bp; in writedisklabel() local
/netbsd-src/lib/libc/db/mpool/
H A Dmpool.c128 BKT *bp; in mpool_newf() local
169 BKT *bp; in mpool_delete() local
199 BKT *bp; in mpool_get() local
297 BKT *bp; in mpool_put() local
323 BKT *bp; in mpool_close() local
344 BKT *bp; in mpool_sync() local
364 BKT *bp; in mpool_bkt() local
418 mpool_write(MPOOL *mp, BKT *bp) in mpool_write()
463 BKT *bp; in mpool_look() local
488 BKT *bp; local
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/x509/
H A Dx_all.c185 X509 *d2i_X509_bio(BIO *bp, X509 **x509) in d2i_X509_bio()
190 int i2d_X509_bio(BIO *bp, const X509 *x509) in i2d_X509_bio()
207 X509_CRL *d2i_X509_CRL_bio(BIO *bp, X509_CRL **crl) in d2i_X509_CRL_bio()
212 int i2d_X509_CRL_bio(BIO *bp, const X509_CRL *crl) in i2d_X509_CRL_bio()
241 PKCS7 *d2i_PKCS7_bio(BIO *bp, PKCS7 **p7) in d2i_PKCS7_bio()
258 int i2d_PKCS7_bio(BIO *bp, const PKCS7 *p7) in i2d_PKCS7_bio()
275 X509_REQ *d2i_X509_REQ_bio(BIO *bp, X509_REQ **req) in d2i_X509_REQ_bio()
288 int i2d_X509_REQ_bio(BIO *bp, const X509_REQ *req) in i2d_X509_REQ_bio()
327 RSA *d2i_RSAPrivateKey_bio(BIO *bp, RSA **rsa) in d2i_RSAPrivateKey_bio()
332 int i2d_RSAPrivateKey_bio(BIO *bp, const RSA *rsa) in i2d_RSAPrivateKey_bio()
[all …]
/netbsd-src/external/bsd/ntp/dist/tests/libntp/
H A Dsbprintf.c19 char *bp = NULL; in test_NullBuf2() local
29 char *bp = ba + 1; in test_EndBeyond() local
39 char *bp = ba; in test_SmallBuf() local
50 char *bp = ba; in test_MatchBuf() local
61 char *bp = ba; in test_BigBuf() local
72 char *bp = ba; in test_SimpleArgs() local
84 char *bp = ba; in test_Increment1() local
/netbsd-src/external/ibm-public/postfix/dist/src/util/
H A Dvbuf.c163 int vbuf_unget(VBUF *bp, int ch) in vbuf_unget()
177 int vbuf_get(VBUF *bp) in vbuf_get()
185 int vbuf_put(VBUF *bp, int ch) in vbuf_put()
192 ssize_t vbuf_read(VBUF *bp, void *buf, ssize_t len) in vbuf_read()
218 ssize_t vbuf_write(VBUF *bp, const void *buf, ssize_t len) in vbuf_write()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Ddata-streamer.h95 struct bitpack_d bp; in bitpack_create() local
104 bp_pack_value (struct bitpack_d *bp, bitpack_word_t val, unsigned nbits) in bp_pack_value()
134 bp_pack_poly_value (struct bitpack_d *bp, in bp_pack_poly_value()
144 streamer_write_bitpack (struct bitpack_d *bp) in streamer_write_bitpack()
156 struct bitpack_d bp; in streamer_read_bitpack() local
165 bp_unpack_value (struct bitpack_d *bp, unsigned nbits) in bp_unpack_value()
193 bp_unpack_poly_value (struct bitpack_d *bp, unsigned nbits) in bp_unpack_poly_value()
274 bp_pack_int_in_range (struct bitpack_d *bp, in bp_pack_int_in_range()
293 bp_unpack_int_in_range (struct bitpack_d *bp, in bp_unpack_int_in_range()
322 #define bp_pack_enum(bp,enum_name,enum_last,val) \ argument
[all …]
H A Ddata-streamer.c34 bp_pack_var_len_unsigned (struct bitpack_d *bp, unsigned HOST_WIDE_INT work) in bp_pack_var_len_unsigned()
53 bp_pack_var_len_int (struct bitpack_d *bp, HOST_WIDE_INT work) in bp_pack_var_len_int()
76 bp_unpack_var_len_unsigned (struct bitpack_d *bp) in bp_unpack_var_len_unsigned()
96 bp_unpack_var_len_int (struct bitpack_d *bp) in bp_unpack_var_len_int()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Ddata-streamer.h97 struct bitpack_d bp; in bitpack_create() local
106 bp_pack_value (struct bitpack_d *bp, bitpack_word_t val, unsigned nbits) in bp_pack_value()
136 bp_pack_poly_value (struct bitpack_d *bp, in bp_pack_poly_value()
146 streamer_write_bitpack (struct bitpack_d *bp) in streamer_write_bitpack()
158 struct bitpack_d bp; in streamer_read_bitpack() local
167 bp_unpack_value (struct bitpack_d *bp, unsigned nbits) in bp_unpack_value()
195 bp_unpack_poly_value (struct bitpack_d *bp, unsigned nbits) in bp_unpack_poly_value()
276 bp_pack_int_in_range (struct bitpack_d *bp, in bp_pack_int_in_range()
295 bp_unpack_int_in_range (struct bitpack_d *bp, in bp_unpack_int_in_range()
324 #define bp_pack_enum(bp,enum_name,enum_last,val) \ argument
[all …]
H A Dtree-streamer-out.cc72 pack_ts_base_value_fields (struct bitpack_d *bp, tree expr) in pack_ts_base_value_fields()
153 pack_ts_int_cst_value_fields (struct bitpack_d *bp, tree expr) in pack_ts_int_cst_value_fields()
167 pack_ts_real_cst_value_fields (struct bitpack_d *bp, tree expr) in pack_ts_real_cst_value_fields()
188 pack_ts_fixed_cst_value_fields (struct bitpack_d *bp, tree expr) in pack_ts_fixed_cst_value_fields()
200 pack_ts_decl_common_value_fields (struct bitpack_d *bp, tree expr) in pack_ts_decl_common_value_fields()
258 pack_ts_decl_wrtl_value_fields (struct bitpack_d *bp, tree expr) in pack_ts_decl_wrtl_value_fields()
268 pack_ts_decl_with_vis_value_fields (struct bitpack_d *bp, tree expr) in pack_ts_decl_with_vis_value_fields()
298 pack_ts_function_decl_value_fields (struct bitpack_d *bp, tree expr) in pack_ts_function_decl_value_fields()
329 pack_ts_type_common_value_fields (struct bitpack_d *bp, tree expr) in pack_ts_type_common_value_fields()
377 struct bitpack_d *bp, tree expr) in pack_ts_block_value_fields()
[all …]
H A Ddata-streamer.cc34 bp_pack_var_len_unsigned (struct bitpack_d *bp, unsigned HOST_WIDE_INT work) in bp_pack_var_len_unsigned()
53 bp_pack_var_len_int (struct bitpack_d *bp, HOST_WIDE_INT work) in bp_pack_var_len_int()
76 bp_unpack_var_len_unsigned (struct bitpack_d *bp) in bp_unpack_var_len_unsigned()
96 bp_unpack_var_len_int (struct bitpack_d *bp) in bp_unpack_var_len_int()
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/bio/
H A Dbss_log.c231 static int slg_puts(BIO *bp, const char *str) in slg_puts()
242 static void xopenlog(BIO *bp, char *name, int level) in xopenlog()
250 static void xsyslog(BIO *bp, int priority, const char *string) in xsyslog()
290 static void xcloselog(BIO *bp) in xcloselog()
301 static void xopenlog(BIO *bp, char *name, int level) in xopenlog()
306 static void xsyslog(BIO *bp, int priority, const char *string) in xsyslog()
384 static void xcloselog(BIO *bp) in xcloselog()
390 static void xopenlog(BIO *bp, char *name, int level) in xopenlog()
399 static void xsyslog(BIO *bp, int priority, const char *string) in xsyslog()
404 static void xcloselog(BIO *bp) in xcloselog()
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/bio/
H A Dbss_log.c232 static int slg_puts(BIO *bp, const char *str) in slg_puts()
243 static void xopenlog(BIO *bp, char *name, int level) in xopenlog()
251 static void xsyslog(BIO *bp, int priority, const char *string) in xsyslog()
291 static void xcloselog(BIO *bp) in xcloselog()
302 static void xopenlog(BIO *bp, char *name, int level) in xopenlog()
307 static void xsyslog(BIO *bp, int priority, const char *string) in xsyslog()
385 static void xcloselog(BIO *bp) in xcloselog()
391 static void xopenlog(BIO *bp, char *name, int level) in xopenlog()
400 static void xsyslog(BIO *bp, int priority, const char *string) in xsyslog()
405 static void xcloselog(BIO *bp) in xcloselog()
/netbsd-src/sys/dev/flash/
H A Dflash_io.c75 flash_io_getblock(struct flash_io *fio, struct buf *bp) in flash_io_getblock() argument
158 flash_io_submit(struct flash_io *fio, struct buf *bp) in flash_io_submit() argument
185 flash_io_cache_write(struct flash_io * fio,flash_addr_t block,struct buf * bp) flash_io_cache_write() argument
232 struct buf *bp; flash_io_cache_sync() local
310 flash_io_read(struct flash_io * fio,struct buf * bp) flash_io_read() argument
327 flash_io_write(struct flash_io * fio,struct buf * bp) flash_io_write() argument
349 flash_io_done(struct flash_io * fio,struct buf * bp,int error) flash_io_done() argument
[all...]

12345678910>>...54