| /src/usr.sbin/makefs/msdos/ |
| msdosfs_vfsops.c | 88 union bootsector *bsp; local 103 bsp = (union bootsector *)bp->b_data; 104 b33 = (struct byte_bpb33 *)bsp->bs33.bsBPB; 105 b50 = (struct byte_bpb50 *)bsp->bs50.bsBPB; 106 b710 = (struct byte_bpb710 *)bsp->bs710.bsBPB; 109 if (bsp->bs50.bsBootSectSig0 != BOOTSIG0 110 || bsp->bs50.bsBootSectSig1 != BOOTSIG1) { 112 bsp->bs50.bsBootSectSig0, 113 bsp->bs50.bsBootSectSig1));
|
| /src/sys/arch/ia64/ia64/ |
| db_interface.c | 189 uint64_t bsp; local 200 bsp = f->tf_special.bspstore + f->tf_special.ndirty; 206 nats = (sof - regno + 63 - ((int)(bsp >> 3) & 0x3f)) / 63; 207 reg = (void*)(bsp - ((sof - regno + nats) << 3));
|
| /src/sys/arch/ia64/unwind/ |
| stackframe.h | 68 struct regstate bsp; member in struct:staterecord 81 uint64_t bsp; /* Base of the RSE. */ member in struct:unwind_frame 121 /* These functions adjust for RSE rnat saves to bsp in the forward and 127 ia64_bsp_adjust_call(uint64_t bsp, int sol) 129 bsp += ((sol + (IA64_RNATINDEX(bsp) + sol) / 63) << 3); 130 return bsp; 134 ia64_bsp_adjust_ret(uint64_t bsp, int sol) 136 bsp -= ((sol + (62 - IA64_RNATINDEX(bsp) + sol) / 63) << 3) [all...] |
| /src/sys/kern/ |
| subr_bufq.c | 136 struct bufq_strat *bsp, *it; local 168 bsp = NULL; 174 bsp = it; 178 if (bsp == NULL || (it)->bs_prio > bsp->bs_prio) 179 bsp = it; 194 if (bsp == NULL) { 205 strategy, bsp->bs_name); 210 printf("bufq_alloc: using '%s'\n", bsp->bs_name); 213 bsp->bs_refcnt++ [all...] |
| /src/sys/external/bsd/drm2/dist/drm/radeon/ |
| rv6xx_dpm.h | 73 u32 bsp; member in struct:rv6xx_power_info
|
| rv770_dpm.h | 122 u32 bsp; member in struct:rv7xx_power_info
|
| sumo_dpm.h | 109 u32 bsp; member in struct:sumo_power_info
|
| /src/sys/fs/msdosfs/ |
| msdosfs_vfsops.c | 464 union bootsector *bsp; local 521 bsp = (union bootsector *)bp->b_data; 522 b33 = (struct byte_bpb33 *)bsp->bs33.bsBPB; 523 b50 = (struct byte_bpb50 *)bsp->bs50.bsBPB; 524 b710 = (struct byte_bpb710 *)bsp->bs710.bsBPB; 534 if (bsp->bs50.bsBootSectSig0 != BOOTSIG0 535 || bsp->bs50.bsBootSectSig1 != BOOTSIG1) { 537 bsp->bs50.bsBootSectSig0, 538 bsp->bs50.bsBootSectSig1);
|
| /src/sys/dev/sdmmc/ |
| if_bwi_sdio.c | 145 const struct bwi_sdio_product *bsp = &bwi_sdio_products[n]; local 147 if (bsp->vendor == cis->manufacturer && 148 bsp->product == cis->product) {
|
| if_bwfm_sdio.c | 334 const struct bwfm_sdio_product *bsp; local 342 bsp = &bwfm_sdio_products[i]; 343 if (saa->manufacturer == bsp->manufacturer && 344 saa->product == bsp->product)
|
| /src/tests/usr.bin/xlint/lint1/ |
| d_c99_bool_strict.c | 536 struct bool_struct *bsp = &bs; local 537 b = bsp->b; 538 bsp->b = b; 540 bsp->b = 0;
|
| /src/games/gomoku/ |
| pickmove.c | 150 const struct spotstr *bsp = &board[bs]; local 155 bsp->s_combo[BLACK].s, bsp->s_level[BLACK], 156 bsp->s_nforce[BLACK], 157 bsp->s_combo[WHITE].s, bsp->s_level[WHITE], 158 bsp->s_nforce[WHITE], bsp->s_wval); 197 const struct spotstr *bsp = &board[bs]; local 199 if (/* .... */ asp->s_combo[us].s != bsp->s_combo[us].s [all...] |
| /src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/core/ |
| device.h | 170 struct nvkm_engine *bsp; member in struct:nvkm_device 247 int (*bsp )(struct nvkm_device *, int idx, struct nvkm_engine **); member in struct:nvkm_device_chip
|
| /src/external/gpl3/gcc/dist/libgcc/config/ia64/ |
| unwind-ia64.c | 138 unsigned int no_reg_stack_frame : 1; /* Don't adjust bsp for i&l regs */ 182 unw_word bsp; /* backing store pointer value member in struct:_Unwind_Context 194 unw_word *bsp_loc; /* previous bsp save location 1479 ia64_rse_num_regs (unw_word *bspstore, unw_word *bsp) 1481 unw_word slots = (bsp - bspstore); 1487 registers, calculate ar.bsp. */ 1645 addr = ia64_rse_skip_regs ((unw_word *) info->bsp, regnum - 32); 1765 return (_Unwind_Ptr) context->bsp; 1930 addr = ia64_rse_skip_regs ((unw_word *) context->bsp, rval - 32); 2101 /* Unwind BSP for the local registers allocated this frame. * [all...] |
| /src/external/gpl3/gcc.old/dist/libgcc/config/ia64/ |
| unwind-ia64.c | 138 unsigned int no_reg_stack_frame : 1; /* Don't adjust bsp for i&l regs */ 182 unw_word bsp; /* backing store pointer value member in struct:_Unwind_Context 194 unw_word *bsp_loc; /* previous bsp save location 1479 ia64_rse_num_regs (unw_word *bspstore, unw_word *bsp) 1481 unw_word slots = (bsp - bspstore); 1487 registers, calculate ar.bsp. */ 1645 addr = ia64_rse_skip_regs ((unw_word *) info->bsp, regnum - 32); 1765 return (_Unwind_Ptr) context->bsp; 1930 addr = ia64_rse_skip_regs ((unw_word *) context->bsp, rval - 32); 2101 /* Unwind BSP for the local registers allocated this frame. * [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/ |
| ia64-tdep.c | 199 "rsc", "bsp", "bspstore", "rnat", 261 CORE_ADDR bsp; /* points at r32 for the current frame */ member in struct:ia64_frame_cache 953 ULONGEST bsp; local 956 status = regcache->cooked_read (IA64_BSP_REGNUM, &bsp); 964 /* The bsp points at the end of the register frame so we 967 bsp = rse_address_add (bsp, -(cfm & 0x7f)); 971 ULONGEST reg_addr = rse_address_add (bsp, (regnum - V32_REGNUM)); 996 ULONGEST bsp; local 1000 status = regcache->cooked_read (IA64_BSP_REGNUM, &bsp); 1039 ULONGEST bsp, vbsp; local 1096 ULONGEST bsp; local 1126 ULONGEST bsp; local 1930 CORE_ADDR prev_cfm, bsp, prev_bsp; local 2020 CORE_ADDR bsp; local 2488 unw_word_t bsp, sof, cfm, psr, ip; local 2560 unw_word_t bsp, sof, cfm, psr, ip; local 2904 CORE_ADDR bsp; local 3034 CORE_ADDR bsp; local 3689 ULONGEST bsp; local 3869 CORE_ADDR sp, bsp; local [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/stubs/ |
| ia64vms-stub.c | 262 union ia64_ireg bsp; member in struct:ia64_all_regs 1557 sel_regs.bsp.v = regs.bspstore; /* FIXME: it is correct ? */ 1804 ireg2pkt (regs->bsp.b); 2124 /* GDB and linux expects bsp to point after the current register frame. 2127 unsigned __int64 bsp = intstk->intstk$q_bsp; local 2129 unsigned int delta = ((bsp >> 3) & 0x3f) + sof; 2130 excp_regs.bsp.v = bsp + ((sof + delta / 0x3f) << 3);
|
| /src/external/gpl3/gdb/dist/gdb/ |
| ia64-tdep.c | 199 "rsc", "bsp", "bspstore", "rnat", 261 CORE_ADDR bsp; /* points at r32 for the current frame */ member in struct:ia64_frame_cache 953 ULONGEST bsp; local 956 status = regcache->cooked_read (IA64_BSP_REGNUM, &bsp); 964 /* The bsp points at the end of the register frame so we 967 bsp = rse_address_add (bsp, -(cfm & 0x7f)); 971 ULONGEST reg_addr = rse_address_add (bsp, (regnum - V32_REGNUM)); 996 ULONGEST bsp; local 1000 status = regcache->cooked_read (IA64_BSP_REGNUM, &bsp); 1039 ULONGEST bsp, vbsp; local 1096 ULONGEST bsp; local 1126 ULONGEST bsp; local 1930 CORE_ADDR prev_cfm, bsp, prev_bsp; local 2020 CORE_ADDR bsp; local 2488 unw_word_t bsp, sof, cfm, psr, ip; local 2560 unw_word_t bsp, sof, cfm, psr, ip; local 2904 CORE_ADDR bsp; local 3034 CORE_ADDR bsp; local 3689 ULONGEST bsp; local 3869 CORE_ADDR sp, bsp; local [all...] |
| /src/external/gpl3/gdb/dist/gdb/stubs/ |
| ia64vms-stub.c | 262 union ia64_ireg bsp; member in struct:ia64_all_regs 1557 sel_regs.bsp.v = regs.bspstore; /* FIXME: it is correct ? */ 1804 ireg2pkt (regs->bsp.b); 2124 /* GDB and linux expects bsp to point after the current register frame. 2127 unsigned __int64 bsp = intstk->intstk$q_bsp; local 2129 unsigned int delta = ((bsp >> 3) & 0x3f) + sof; 2130 excp_regs.bsp.v = bsp + ((sof + delta / 0x3f) << 3);
|
| /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
| si_dpm.h | 440 uint32_t bSP; 578 u32 bsp; member in struct:rv7xx_power_info 760 uint32_t bSP;
|