Searched refs:scratch (Results 1 - 13 of 13) sorted by relevance

/haiku/headers/private/kernel/arch/ppc/
H A Darch_int.h26 uint32 scratch[8]; // scratch memory for free use in the member in struct:ppc_cpu_exception_context
/haiku/headers/private/kernel/arch/mipsel/
H A Darch_int.h29 uint32 scratch[8]; // scratch memory for free use in the member in struct:mipsel_cpu_exception_context
/haiku/src/system/libnetwork/netresolv/dst/
H A Dsupport.c335 static u_char scratch[1000]; local
337 n = b64_ntop(data, scratch, size, sizeof(scratch));
338 printf("%s: %x %d %s\n", msg, mode, n, scratch);
/haiku/src/system/libroot/posix/glibc/arch/sparc/
H A Dlshift.S29 .register %g2, #scratch
30 .register %g3, #scratch
H A Drshift.S29 .register %g2, #scratch
30 .register %g3, #scratch
/haiku/src/add-ons/kernel/busses/scsi/buslogic/
H A Dbuslogic.c392 physical_entry *scratch; local
450 scratch = (physical_entry *) priv->sg;
466 get_memory_map(iov[i].iov_base, iov[i].iov_len, &(scratch[sgcount]),
470 for(j=sgcount;scratch[j].size && j<MAX_SCATTER;j++){
471 t += scratch[j].size;
474 j, (uint32) scratch[j].address, scratch[j].size);
481 if(scratch[j].size) panic("egads! sgseg overrun in BusLogic SIM");
498 get_memory_map((void *)ccb->cam_data_ptr, ccb->cam_dxfer_len, scratch,
501 if(scratch[
[all...]
/haiku/src/add-ons/accelerants/radeon_hd/atombios/
H A Datom.h148 uint32 *scratch; member in struct:atom_context_s
H A Datom.cpp249 val = gctx->scratch[((gctx->fb_base + idx) / 4)];
251 ERROR("%s: fb tried to read beyond scratch region!"
256 val = gctx->scratch[(gctx->fb_base / 4) + idx];
475 ERROR("%s: fb tried to write beyond scratch region! "
479 gctx->scratch[(gctx->fb_base / 4) + idx] = val;
1403 free(ctx->scratch);
1477 /* allocate some scratch memory */
1478 ctx->scratch = (uint32*)malloc(usage_bytes);
1479 if (!ctx->scratch)
/haiku/src/add-ons/accelerants/radeon_hd/
H A Ddisplayport.cpp64 unsigned char* base = (unsigned char*)(gAtomContext->scratch + 1);
/haiku/src/add-ons/kernel/drivers/network/wlan/iprowifi4965/dev/iwn/
H A Dif_iwnreg.h799 uint32_t scratch; member in struct:iwn_cmd_data
H A Dif_iwn.c4719 tx->scratch = 0; /* clear "scratch" area */
4819 tx->scratch = 0; /* clear "scratch" area */
4890 /* Set physical address of "scratch area". */
/haiku/src/add-ons/kernel/drivers/network/wlan/idualwifi7260/dev/pci/
H A Dif_iwmreg.h4890 * @dram_lsb_ptr: Physical address of scratch area in the command (try_cnt +
4892 * @dram_msb_ptr: upper bits of the scratch physical address
4921 } scratch; /* DRAM_SCRATCH_API_U_VER_1 */ member in struct:iwm_tx_cmd
H A Dif_iwm.c1484 + offsetof(struct iwm_tx_cmd, scratch);
6903 /* Set physical address of "scratch area". */

Completed in 162 milliseconds