HomeSort by: relevance | last modified time | path
    Searched defs:scratch (Results 1 - 25 of 124) sorted by relevancy

1 2 3 4 5

  /src/sys/arch/bebox/stand/boot/
clock.c 45 u_long scratch; local
49 : "=r"(tb), "=r"(scratch));
60 u_long tbh, tbl, scratch; local
68 : "=&r"(scratch) : "r"(tbh), "r"(tbl));
clock.c 45 u_long scratch; local
49 : "=r"(tb), "=r"(scratch));
60 u_long tbh, tbl, scratch; local
68 : "=&r"(scratch) : "r"(tbh), "r"(tbl));
  /src/sys/arch/powerpc/include/
cpu_counter.h 53 uint32_t rv, rtcu, scratch; local
78 : "=r"(scratch), "=r"(rv), "=r"(rtcu)
cpu_counter.h 53 uint32_t rv, rtcu, scratch; local
78 : "=r"(scratch), "=r"(rv), "=r"(rtcu)
  /src/sys/arch/prep/stand/boot/
clock.c 50 u_long scratch; local
54 : "=r"(tb), "=r"(scratch));
61 u_long scratch; local
65 : "=r"(*up), "=r"(*lp), "=r"(scratch)
76 u_long tbh, tbl, scratch; local
95 : "=&r"(scratch)
104 : "=&r"(scratch)
clock.c 50 u_long scratch; local
54 : "=r"(tb), "=r"(scratch));
61 u_long scratch; local
65 : "=r"(*up), "=r"(*lp), "=r"(scratch)
76 u_long tbh, tbl, scratch; local
95 : "=&r"(scratch)
104 : "=&r"(scratch)
  /src/sys/arch/rs6000/stand/boot/
clock.c 50 u_long scratch; local
54 : "=r"(tb), "=r"(scratch));
61 u_long scratch; local
65 : "=r"(*up), "=r"(*lp), "=r"(scratch)
76 u_long tbh, tbl, scratch; local
96 : "=&r"(scratch)
105 : "=&r"(scratch)
clock.c 50 u_long scratch; local
54 : "=r"(tb), "=r"(scratch));
61 u_long scratch; local
65 : "=r"(*up), "=r"(*lp), "=r"(scratch)
76 u_long tbh, tbl, scratch; local
96 : "=&r"(scratch)
105 : "=&r"(scratch)
  /src/sys/arch/amiga/dev/
afsc.c 105 u_long temp, scratch; local
117 scratch = rp->siop_scratch;
123 rp->siop_scratch = scratch;
125 if (rp->siop_scratch != scratch || rp->siop_temp != temp)
afsc.c 105 u_long temp, scratch; local
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
339 n = b64_ntop(data, scratch, size, sizeof(scratch));
340 printf("%s: %x %d %s\n", msg, mode, n, scratch);
support.c 337 static u_char scratch[1000]; local
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
175 read(fd, scratch, 80);
176 scratch[79] = '\0';
177 pid = atoi(scratch);
cleansrv.c 167 char scratch[80]; local
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
206 : "=&r"(scratch)
e500_timer.c 190 u_long tbh, tbl, scratch; local
206 : "=&r"(scratch)
  /src/sys/arch/powerpc/powerpc/
clock.c 207 uint64_t tb, scratch; local
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
263 : "=r"(msr), "=r"(scratch) : "K"((u_short)~PSL_EE));
276 int msr, scratch; local
279 : "=r"(msr), "=r"(scratch) : "K"((u_short)~PSL_EE));
clock.c 207 uint64_t tb, scratch; local
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
263 : "=r"(msr), "=r"(scratch) : "K"((u_short)~PSL_EE));
276 int msr, scratch; local
279 : "=r"(msr), "=r"(scratch) : "K"((u_short)~PSL_EE));
  /src/sys/arch/mac68k/nubus/
grf_nubus.c 419 unsigned long scratch; local
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);
grf_nubus.c 419 unsigned long scratch; local
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/powerpc/ibm4xx/
clock.c 235 u_long tbh, tbl, scratch; local
260 : "=&r" (scratch)
clock.c 235 u_long tbh, tbl, scratch; local
260 : "=&r" (scratch)
  /src/sys/external/bsd/drm2/dist/drm/i915/gt/
intel_gt_types.h 83 struct i915_vma *scratch; member in struct:intel_gt
intel_gt_types.h 83 struct i915_vma *scratch; member in struct:intel_gt
  /src/sys/arch/powerpc/oea/
ofwoea_machdep.c 147 register_t scratch; local
271 : "=r"(scratch)
333 int scratch, msr; local
338 : "=r"(msr), "=r"(scratch) : "K"((u_short)~PSL_EE));

Completed in 36 milliseconds

1 2 3 4 5