HomeSort by: relevance | last modified time | path
    Searched refs:p_value (Results 1 - 9 of 9) sorted by relevancy

  /src/usr.sbin/wsmoused/
config.c 86 free(p->p_value);
178 return b->b_prop[pc]->p_value;
203 ret = (int) strtol(b->b_prop[pc]->p_value,
205 if (b->b_prop[pc]->p_value == ptr) {
wsmoused.h 71 char *p_value; member in struct:prop
config_yacc.y 120 p->p_value = strdup($3);
  /src/sys/dev/tprof/
tprof_types.h 68 uint64_t p_value; /* initial value */ member in struct:tprof_param
tprof_armv7.c 194 armv7_pmu_set_pmevcntr(counter, param->p_value);
tprof_armv8.c 166 armv8_pmu_set_pmevcntr(counter, param->p_value);
tprof_x86_amd.c 158 tprof_amd_counter_write(counter, param->p_value);
tprof_x86_intel.c 149 tprof_intel_counter_write(counter, param->p_value);
tprof.c 463 counters_offset[counter] = param->p_value;
571 /* At this point, p_value is used as an initial value */
574 /* On the backend side, p_value is used as the reset value */
575 sc_param->p_value = tb->tb_softc.sc_count[c].ctr_counter_reset_val;

Completed in 15 milliseconds