/src/sys/arch/bebox/stand/boot/ |
clock.c | 45 u_long scratch; local in function:mftb 49 : "=r"(tb), "=r"(scratch)); 60 u_long tbh, tbl, scratch; local in function:delay 68 : "=&r"(scratch) : "r"(tbh), "r"(tbl));
|
/src/sys/arch/powerpc/include/ |
cpu_counter.h | 53 uint32_t rv, rtcu, scratch; local in function:cpu_counter32 78 : "=r"(scratch), "=r"(rv), "=r"(rtcu)
|
/src/sys/arch/prep/stand/boot/ |
clock.c | 50 u_long scratch; local in function:mftb 54 : "=r"(tb), "=r"(scratch)); 61 u_long scratch; local in function:mfrtc 65 : "=r"(*up), "=r"(*lp), "=r"(scratch) 76 u_long tbh, tbl, scratch; local in function:delay 95 : "=&r"(scratch) 104 : "=&r"(scratch)
|
/src/sys/arch/rs6000/stand/boot/ |
clock.c | 50 u_long scratch; local in function:mftb 54 : "=r"(tb), "=r"(scratch)); 61 u_long scratch; local in function:mfrtc 65 : "=r"(*up), "=r"(*lp), "=r"(scratch) 76 u_long tbh, tbl, scratch; local in function:delay 96 : "=&r"(scratch) 105 : "=&r"(scratch)
|
/src/sys/arch/amiga/dev/ |
afsc.c | 105 u_long temp, scratch; local in function:afscmatch 117 scratch = rp->siop_scratch; 123 rp->siop_scratch = scratch; 125 if (rp->siop_scratch != scratch || rp->siop_temp != temp)
|
/src/lib/libresolv/ |
support.c | 337 static u_char scratch[1000]; local in function:dst_s_dump 339 n = b64_ntop(data, scratch, size, sizeof(scratch)); 340 printf("%s: %x %d %s\n", msg, mode, n, scratch);
|
/src/libexec/lfs_cleanerd/ |
cleansrv.c | 167 char scratch[80]; local in function:try_to_become_master 175 read(fd, scratch, 80); 176 scratch[79] = '\0'; 177 pid = atoi(scratch);
|
/src/sys/arch/powerpc/booke/ |
e500_timer.c | 190 u_long tbh, tbl, scratch; local in function:delay 206 : "=&r"(scratch)
|
/src/sys/arch/powerpc/powerpc/ |
clock.c | 207 uint64_t tb, scratch; local in function:delay 210 uint32_t tbh, tbl, scratch; 228 : "=&r"(scratch) 243 : "=&r"(scratch) : "r"(tb) 250 : "=&r"(scratch) : "r"(tbh), "r"(tbl) 260 int msr, scratch; local in function:get_powerpc_timecount 263 : "=r"(msr), "=r"(scratch) : "K"((u_short)~PSL_EE)); 276 int msr, scratch; local in function:get_601_timecount 279 : "=r"(msr), "=r"(scratch) : "K"((u_short)~PSL_EE));
|
/src/sys/external/bsd/drm2/dist/drm/i915/gt/ |
intel_gt_types.h | 83 struct i915_vma *scratch; member in struct:intel_gt
|
selftest_mocs.c | 21 struct i915_vma *scratch; member in struct:live_mocs 83 arg->scratch = create_scratch(gt); 84 if (IS_ERR(arg->scratch)) 85 return PTR_ERR(arg->scratch); 87 arg->vaddr = i915_gem_object_pin_map(arg->scratch->obj, I915_MAP_WB); 96 i915_vma_unpin_and_release(&arg->scratch, 0); 102 i915_vma_unpin_and_release(&arg->scratch, I915_VMA_RELEASE_MAP); 210 struct i915_vma *vma = arg->scratch;
|
gen6_ppgtt.c | 94 const gen6_pte_t scratch_pte = vm->scratch[0].encode; 105 GEM_BUG_ON(px_base(pt) == px_base(&vm->scratch[1])); 117 * entries back to scratch. 142 GEM_BUG_ON(pd->entry[act_pt] == &vm->scratch[1]); 233 if (px_base(pt) == px_base(&vm->scratch[1])) { 244 fill32_px(pt, vm->scratch[0].encode); 247 if (pd->entry[pde] == &vm->scratch[1]) { 283 vm->scratch[0].encode = 284 vm->pte_encode(px_dma(&vm->scratch[0]), 287 if (unlikely(setup_page_dma(vm, px_base(&vm->scratch[1])))) 301 struct i915_page_dma * const scratch = local in function:gen6_ppgtt_free_pd 385 struct i915_page_dma * const scratch = local in function:pd_vma_unbind [all...] |
gen8_ppgtt.c | 183 const struct i915_page_scratch * const scratch = &vm->scratch[lvl]; local in function:__gen8_ppgtt_clear 201 clear_pd_entry(pd, idx, scratch); 223 vm->scratch[0].encode, 231 if (release_pd_entry(pd, idx, pt, scratch)) { 260 const struct i915_page_scratch * const scratch = &vm->scratch[lvl]; local in function:__gen8_ppgtt_alloc 294 fill_px(pt, vm->scratch[lvl].encode); 306 fill_px(pt, vm->scratch[lvl].encode); 323 if (release_pd_entry(pd, idx, pt, scratch)) [all...] |
/src/sys/arch/powerpc/ibm4xx/ |
clock.c | 235 u_long tbh, tbl, scratch; local in function:delay 260 : "=&r" (scratch)
|
/src/sys/arch/mac68k/nubus/ |
grf_nubus.c | 419 unsigned long scratch; local in function:grfmv_intr_generic_or4 421 scratch = bus_space_read_4(sc->sc_tag, sc->sc_handle, sc->cli_offset); 422 scratch |= 0x80; 423 bus_space_write_4(sc->sc_tag, sc->sc_handle, sc->cli_offset, scratch);
|
/src/sys/arch/evbppc/wii/ |
machdep.c | 242 register_t scratch; local in function:initppc 340 : "=r"(scratch) 461 int scratch, msr; local in function:init_decrementer 466 : "=r"(msr), "=r"(scratch) : "K"((u_short)~PSL_EE));
|
/src/sys/dev/ic/ |
cissvar.h | 61 void *scratch; member in struct:ciss_softc
|
/src/sys/fs/v7fs/ |
v7fs_impl.h | 104 uint8_t scratch[V7FS_SELF_NSCRATCH][V7FS_BSIZE]; member in struct:v7fs_self
|
/src/sys/lib/libkern/ |
entpool.c | 424 uint8_t scratch[RATE]; 572 entpool_extract(P, scratch, RATE-1 + 1); 579 entpool_extract(P, scratch, 1); 417 uint8_t scratch[RATE]; local in function:entpool_selftest
|
/src/usr.sbin/lpr/lpc/ |
lpc.c | 160 int scratch; local in function:cmdscanner 177 if (((elline = el_gets(elptr, &scratch)) != NULL) 178 && (scratch != 0)) {
|
/src/sys/arch/x86/x86/ |
svs.c | 321 uint64_t scratch; member in struct:svs_utls 677 utls->scratch = 0;
|
/src/sys/arch/sgimips/mace/ |
mace.c | 147 uint32_t scratch; local in function:mace_attach 183 scratch = bus_space_read_8(sc->iot, sc->ioh, MACE_ISA_FLASH_NIC_REG); 184 scratch |= MACE_ISA_LED_RED; 185 scratch &= ~(MACE_ISA_LED_GREEN); 186 bus_space_write_8(sc->iot, sc->ioh, MACE_ISA_FLASH_NIC_REG, scratch); 193 for (scratch = 0; scratch < MACE_NINTR; scratch++) { 194 maceintrtab[scratch].func = NULL; 195 maceintrtab[scratch].irq = 0 [all...] |
/src/sys/arch/powerpc/oea/ |
ofwoea_machdep.c | 147 register_t scratch; local in function:ofwoea_initppc 271 : "=r"(scratch) 333 int scratch, msr; local in function:init_decrementer 338 : "=r"(msr), "=r"(scratch) : "K"((u_short)~PSL_EE));
|
/src/usr.sbin/apmd/ |
apmd.c | 314 char *scratch; local in function:main 360 uid = strtoul(user, &scratch, 0); 361 if (*scratch != '\0') { 370 gid = strtoul(group, &scratch, 0); 371 if (*scratch != '\0') {
|
/src/usr.sbin/rpc.pcnfsd/ |
pcnfsd_print.c | 218 char scratch[512]; local in function:pr_start2
|