Searched refs:scratch (Results 26 - 50 of 124) sorted by relevance

12345

/freebsd-11-stable/usr.sbin/bsnmpd/modules/snmp_hostres/
H A Dhostres_scalars.c415 if ((ctx->scratch->ptr1 =
433 free(ctx->scratch->ptr1);
446 (void)OS_setSystemDate(ctx->scratch->ptr1);
447 free(ctx->scratch->ptr1);
/freebsd-11-stable/contrib/unbound/services/cache/
H A Drrset.h196 * touch LRU on the rrsets. It needs the scratch region for temporary
199 * @param scratch: region for temporary storage of hash values.
206 void rrset_array_unlock_touch(struct rrset_cache* r, struct regional* scratch,
/freebsd-11-stable/contrib/bsnmp/snmpd/
H A Dtrans_udp.c370 ctx->scratch->int1 = (p != NULL);
377 ctx->scratch->int2 = TRUTH_GET(value->v.integer);
379 if (ctx->scratch->int2) {
397 if (ctx->scratch->int1 == 0) {
399 if (ctx->scratch->int2 == 1) {
410 if (ctx->scratch->int1 == 1) {
412 if (ctx->scratch->int2 == 0) {
H A Dconfig.c121 struct snmp_scratch scratch; member in struct:assign
732 snmp_ctx->scratch = &tp->scratch;
1255 snmp_ctx->scratch = &tp->scratch;
1282 snmp_ctx->scratch = &tp->scratch;
/freebsd-11-stable/sys/dev/drm2/radeon/
H A Dradeon_device.c123 * GPU scratch registers helpers function.
126 * radeon_scratch_init - Init scratch register driver information.
130 * Init CP scratch register driver information (r1xx-r5xx)
138 rdev->scratch.num_reg = 5;
140 rdev->scratch.num_reg = 7;
142 rdev->scratch.reg_base = RADEON_SCRATCH_REG0;
143 for (i = 0; i < rdev->scratch.num_reg; i++) {
144 rdev->scratch.free[i] = true;
145 rdev->scratch.reg[i] = rdev->scratch
[all...]
H A Datom.h142 uint32_t *scratch; member in struct:atom_context
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/intel/dtrace/
H A Dfasttrap_isa.c80 * in user-land, we copy out the following sequence of instructions to scratch
83 * We then set the program counter (%eip or %rip) to point to this scratch
591 * were in our scratch space, the subsequent
1506 uint8_t scratch[2 * FASTTRAP_MAX_INSTR_SIZE + 22]; local
1508 uint8_t scratch[2 * FASTTRAP_MAX_INSTR_SIZE + 7]; local
1537 * We failed to allocate scratch space for this thread.
1554 * This is the layout of the scratch space in the user-land
1584 * instruction), the scratch space will just contain the
1613 * the value that %rip would have been into the scratch
1614 * register and generate an instruction to reset the scratch
[all...]
/freebsd-11-stable/contrib/gcc/
H A Dresource.c441 HARD_REG_SET scratch;
571 COPY_HARD_REG_SET (scratch, target_set.regs);
572 AND_COMPL_HARD_REG_SET (scratch, needed.regs);
573 AND_COMPL_HARD_REG_SET (target_res.regs, scratch);
576 COPY_HARD_REG_SET (scratch, set.regs);
577 AND_COMPL_HARD_REG_SET (scratch, needed.regs);
578 AND_COMPL_HARD_REG_SET (fallthrough_res.regs, scratch);
606 COPY_HARD_REG_SET (scratch, set.regs);
607 AND_COMPL_HARD_REG_SET (scratch, needed.regs);
608 AND_COMPL_HARD_REG_SET (res->regs, scratch);
436 HARD_REG_SET scratch; local
894 HARD_REG_SET scratch; local
[all...]
/freebsd-11-stable/contrib/gdb/gdb/
H A Dfork-child.c51 breakup_args (char *scratch, char **argv) argument
53 char *cp = scratch;
/freebsd-11-stable/contrib/gcc/config/ia64/
H A Dlinux-unwind.h52 char scratch[16]; member in struct:sigframe
59 /* Restore scratch registers in case the unwinder needs to
131 char scratch[16]; member in struct:sigframe
138 /* Restore scratch registers in case the unwinder needs to
/freebsd-11-stable/contrib/bsnmp/lib/
H A Dsnmpagent.h50 struct snmp_scratch *scratch; member in struct:snmp_context
H A Dsnmpagent.c83 struct snmp_scratch scratch[SNMP_MAX_BINDINGS]; member in struct:context
581 context->ctx.scratch = &context->scratch[i];
792 context.ctx.scratch = &context.scratch[i];
896 context.ctx.scratch = &context.scratch[i];
/freebsd-11-stable/contrib/unbound/libunbound/
H A Dlibworker.c101 regional_destroy(w->env->scratch);
159 w->env->scratch = regional_create_custom(cfg->msg_buffer_size);
183 if(!w->env->scratch || !w->env->scratch_buffer || !w->env->fwds ||
549 libworker_enter_result(q->res, buf, q->w->env->scratch, s);
607 w->back->udp_buff, w->env->scratch, NULL, NULL, 0, NULL, 0,
609 regional_free_all(w->env->scratch);
617 w->env, &qinfo, &edns, NULL, w->back->udp_buff, w->env->scratch)) {
618 regional_free_all(w->env->scratch);
687 w->back->udp_buff, w->env->scratch, NULL, NULL, 0, NULL, 0,
689 regional_free_all(w->env->scratch);
[all...]
/freebsd-11-stable/sys/powerpc/aim/
H A Daim_machdep.c172 register_t msr, scratch; local
193 scratch = mfspr(SPR_HID5);
194 scratch &= ~HID5_970_DCBZ_SIZE_HI;
195 mtspr(SPR_HID5, scratch);
264 : "=r"(scratch), "=r"(ppc64));
H A Dmoea64_native.c135 register_t scratch, intr; local
169 : "=r"(msr), "=r"(scratch) : "r"(vpn_hi), "r"(vpn_lo), "r"(32), "r"(1)
465 register_t msr, scratch; local
485 : "=r"(msr), "=r"(scratch) : "r"(i), "r"(1));
/freebsd-11-stable/contrib/llvm-project/clang/lib/Analysis/
H A DUninitializedValues.cpp121 ValueVector scratch; member in class:__anon390::CFGBlockValues
162 scratch.resize(decls);
182 for (unsigned I = 0, E = scratch.size(); I != E; ++I)
183 scratch[I] = V;
189 scratch = source;
191 scratch |= source;
196 bool changed = (dst != scratch);
198 dst = scratch;
200 printVector(block, scratch, 0);
206 scratch
[all...]
/freebsd-11-stable/contrib/gcc/config/sparc/
H A Dsol2-c1.asm46 #define setn(s, scratch, dst) setx s, scratch, dst
53 #define setn(s, scratch, dst) set s, dst
/freebsd-11-stable/usr.bin/units/
H A Dunits.c317 char *scratch, *savescr; local
325 savescr = scratch = dupstr(toadd);
326 for (slash = scratch + 1; *slash; slash++)
331 slash = strchr(scratch, '/');
336 item = strtok(scratch, " *\t\n/");
418 scratch = slash + 1;
/freebsd-11-stable/contrib/unbound/cachedb/
H A Dcachedb.c405 buf, 0, 1, qstate->env->scratch, 65535, &edns, 1, 0))
510 regional_free_all(qstate->env->scratch);
511 prs = (struct msg_parse*)regional_alloc(qstate->env->scratch,
518 if(parse_packet(buf, prs, qstate->env->scratch) != LDNS_RCODE_NOERROR) {
522 if(parse_extract_edns(prs, &edns, qstate->env->scratch) !=
576 /* call backend to fetch data for key into scratch buffer */
603 /* prepare data in scratch buffer */
624 qstate->region, qstate->env->scratch,
/freebsd-11-stable/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dmpidebug.c301 bit32 scratch = 0; \
310 if( !scratch \
319 scratch = 1; \
322 if( scratch == 0 ) \
/freebsd-11-stable/sys/dev/isci/scil/
H A Dsati_translator_sequence.h349 U32 scratch; member in union:SATI_TRANSLATOR_SEQUENCE::__anon10341
/freebsd-11-stable/sys/dev/sym/
H A Dsym_fw2.h199 u32 scratch [ 1]; member in struct:SYM_FWB_SCR
394 HADDR_1 (scratch),
400 HADDR_1 (scratch),
596 HADDR_1 (scratch),
1359 HADDR_1 (scratch),
1462 HADDR_1 (scratch),
1490 HADDR_1 (scratch),
1813 PADDR_B (scratch),
1815 PADDR_B (scratch),
H A Dsym_fw1.h209 u32 scratch [ 1]; member in struct:SYM_FWB_SCR
425 HADDR_1 (scratch),
431 HADDR_1 (scratch),
619 HADDR_1 (scratch),
1094 * scratch/scratch1. So scratch1 will
1101 PADDR_B (scratch),
1502 HADDR_1 (scratch),
1607 HADDR_1 (scratch),
1635 HADDR_1 (scratch),
/freebsd-11-stable/sys/powerpc/cpufreq/
H A Dpcr.c112 register_t hi, lo, scratch; local
123 mtspr64(SPR_SCOMD, hi, lo, scratch);
/freebsd-11-stable/sys/dev/drm/
H A Dr300_cmdbuf.c934 if (cmdbuf->bufsz < sizeof(uint64_t) + header.scratch.n_bufs * sizeof(buf_idx) ) {
938 if (header.scratch.reg >= 5) {
942 dev_priv->scratch_ages[header.scratch.reg] ++;
949 for (i=0; i < header.scratch.n_bufs; i++) {
953 if (DRM_COPY_TO_USER(ref_age_base + buf_idx, &dev_priv->scratch_ages[header.scratch.reg], sizeof(u32))) {
976 OUT_RING( CP_PACKET0( RADEON_SCRATCH_REG0 + header.scratch.reg * 4, 0 ) );
977 OUT_RING( dev_priv->scratch_ages[header.scratch.reg] );
1194 * (2) more importantly, some chips lock up hard when scratch registers

Completed in 146 milliseconds

12345