| /netbsd/src/sys/nfs/ |
| D | nfs_bootdhcp.c | 324 struct bootpcontext *bpc = context; in bootpcheck() local 359 if (bootp->bp_hlen != bpc->halen) { in bootpcheck() 361 bpc->halen)); in bootpcheck() 364 if (memcmp(bootp->bp_chaddr, bpc->haddr, bpc->halen)) { in bootpcheck() 368 bp_chaddr = malloc(3 * bpc->halen, M_TEMP, M_WAITOK); in bootpcheck() 369 haddr = malloc(3 * bpc->halen, M_TEMP, M_WAITOK); in bootpcheck() 372 ether_snprintf(bp_chaddr, 3 * bpc->halen, in bootpcheck() 374 ether_snprintf(haddr, 3 * bpc->halen, bpc->haddr))); in bootpcheck() 381 if (bootp->bp_xid != bpc->xid) { in bootpcheck() 383 bpc->xid)); in bootpcheck() [all …]
|
| /netbsd/src/sys/external/bsd/drm2/dist/drm/ |
| D | drm_dp_helper.c | 426 int bpc; in drm_dp_downstream_max_bpc() local 436 bpc = port_cap[2] & DP_DS_MAX_BPC_MASK; in drm_dp_downstream_max_bpc() 438 switch (bpc) { in drm_dp_downstream_max_bpc() 484 int bpc; in drm_dp_downstream_debug() local 547 bpc = drm_dp_downstream_max_bpc(dpcd, port_cap); in drm_dp_downstream_debug() 549 if (bpc > 0) in drm_dp_downstream_debug() 550 seq_printf(m, "\t\tMax bpc: %d\n", bpc); in drm_dp_downstream_debug()
|
| D | drm_edid.c | 4782 info->bpc = 8; in drm_parse_hdmi_deep_color_info() 4816 info->bpc = dc_bpc; in drm_parse_hdmi_deep_color_info() 4911 info->bpc = 0; in drm_reset_display_info() 4953 if (info->bpc == 0 && edid->revision == 3 && in drm_add_display_info() 4955 info->bpc = 8; in drm_add_display_info() 4957 connector->name, info->bpc); in drm_add_display_info() 4966 info->bpc = 6; in drm_add_display_info() 4969 info->bpc = 8; in drm_add_display_info() 4972 info->bpc = 10; in drm_add_display_info() 4975 info->bpc = 12; in drm_add_display_info() [all …]
|
| D | drm_atomic.c | 420 state->max_bpc = info->bpc ? info->bpc : 8; in drm_atomic_connector_check()
|
| /netbsd/src/external/gpl3/gdb/dist/sim/rx/ |
| D | reg.c | 98 case bpc: in get_reg_i() 195 case bpc: in put_reg()
|
| D | gdb-if.c | 507 val = get_reg (bpc); in sim_fetch_register() 622 put_reg (bpc, val); in sim_store_register()
|
| D | cpu.h | 104 #define bpc 25 macro
|
| /netbsd/src/external/bsd/file/dist/magic/magdir/ |
| D | pgf | 47 >>21 byte x %d bpc
|
| /netbsd/src/sys/dev/ic/ |
| D | stireg.h | 199 uint8_t bpc; member 212 uint8_t bpc; member
|
| D | sti.c | 748 fp->type, fp->bpc, fp->first, fp->last); in sti_describe_screen() 856 fp->bpc = bus_space_read_1(memt, romh, addr + 0x1f); in sti_fetchfonts() 869 fp->height, fp->type, fp->bpc, fp->first, fp->last)); in sti_fetchfonts() 875 (fp->last - fp->first + 1) * fp->bpc; in sti_fetchfonts()
|
| /netbsd/src/external/gpl3/binutils/dist/binutils/ |
| D | objdump.c | 3331 unsigned int bpc = 0; in disassemble_bytes() local 3497 bpc = inf->bytes_per_chunk; in disassemble_bytes() 3499 bpc = 1; in disassemble_bytes() 3501 for (j = addr_offset * opb; j < addr_offset * opb + pb; j += bpc) in disassemble_bytes() 3504 if (j + bpc <= stop_offset * opb) in disassemble_bytes() 3510 for (k = bpc; k-- != 0; ) in disassemble_bytes() 3515 for (k = 0; k < bpc; k++) in disassemble_bytes() 3522 for (; pb < octets_per_line; pb += bpc) in disassemble_bytes() 3526 for (k = 0; k < bpc; k++) in disassemble_bytes() 3574 for (; j < addr_offset * opb + pb; j += bpc) in disassemble_bytes() [all …]
|
| /netbsd/src/sys/external/bsd/drm2/dist/include/drm/ |
| D | drm_connector.h | 381 unsigned int bpc; member
|
| /netbsd/src/external/gpl3/binutils/dist/gas/doc/ |
| D | c-d10v.texi | 181 @item bpc
|
| D | c-d30v.texi | 212 @item bpc
|
| D | as.info | 11433 ‘bpc’ 11724 ‘bpc’
|
| /netbsd/src/external/gpl3/binutils/dist/cpu/ |
| D | m32r.cpu | 568 (bpc 6) (bbpsw 8) (bbpc 14) (evb 5) 1999 ; pc = bpc & -4 2001 ; bpc = bbpc 2189 ; bbpc = bpc 2191 ; Set bpc to the return address. Actually it's not quite the
|
| /netbsd/src/external/gpl3/gdb/dist/cpu/ |
| D | m32r.cpu | 568 (bpc 6) (bbpsw 8) (bbpc 14) (evb 5) 1999 ; pc = bpc & -4 2001 ; bpc = bbpc 2189 ; bbpc = bpc 2191 ; Set bpc to the return address. Actually it's not quite the
|
| /netbsd/src/sys/external/bsd/drm2/dist/drm/i915/ |
| D | i915_debugfs.c | 3182 intel_dp->compliance.test_data.bpc); in i915_displayport_test_data_show()
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/doc/ |
| D | gdb.texinfo | 49766 @samp{bpsw}, @samp{bpc}, @samp{fintv}, @samp{fpsw}, and @samp{acc}.
|