| /freebsd-14.2/sys/ddb/ |
| H A D | db_expr.c | 122 *valuep = -*valuep; in db_unary() 131 *valuep = (!(*valuep)); in db_unary() 140 *valuep = (~(*valuep)); in db_unary() 150 *valuep = db_get_value((db_addr_t)*valuep, sizeof(void *), in db_unary() 199 *valuep = lhs; in db_mult_expr() 236 *valuep = lhs; in db_add_expr() 270 *valuep = lhs; in db_shift_expr() 276 db_expr_t *valuep) in db_logical_relation_expr() argument 320 *valuep = lhs; in db_logical_relation_expr() 345 *valuep = lhs; in db_logical_and_expr() [all …]
|
| H A D | db_sym.c | 84 *valuep = db_cpu; in db_var_db_cpu() 88 if (*(int *)valuep < -1 || *(int *)valuep > mp_maxid) { in db_var_db_cpu() 89 db_printf("Invalid value: %d\n", *(int*)valuep); in db_var_db_cpu() 92 db_cpu = *(int *)valuep; in db_var_db_cpu() 111 *valuep = curcpu; in db_var_curcpu() 136 *valuep = (db_expr_t)db_vnet; in db_var_db_vnet() 140 db_vnet = *(void **)valuep; in db_var_db_vnet() 159 *valuep = (db_expr_t)curvnet; in db_var_curvnet() 226 db_symbol_values(sym, &name, valuep); in db_value_of_name() 419 if (valuep) in db_symbol_values() [all …]
|
| H A D | db_variables.c | 84 db_get_variable(db_expr_t *valuep) in db_get_variable() argument 91 return (db_read_variable(vp, valuep)); in db_get_variable() 106 db_read_variable(struct db_variable *vp, db_expr_t *valuep) in db_read_variable() argument 111 *valuep = *(vp->valuep); in db_read_variable() 114 return ((*func)(vp, valuep, DB_VAR_GET)); in db_read_variable() 123 *(vp->valuep) = value; in db_write_variable()
|
| H A D | db_variables.h | 41 typedef int db_varfcn_t(struct db_variable *vp, db_expr_t *valuep, int op); 44 db_expr_t *valuep; /* value of variable */ member
|
| H A D | ddb.h | 237 int db_expression(db_expr_t *valuep); 239 int db_get_variable(db_expr_t *valuep); 262 bool db_value_of_name(const char *name, db_expr_t *valuep); 263 bool db_value_of_name_pcpu(const char *name, db_expr_t *valuep); 264 bool db_value_of_name_vnet(const char *name, db_expr_t *valuep);
|
| H A D | db_sym.h | 104 const char **namep, db_expr_t *valuep);
|
| /freebsd-14.2/sys/i386/i386/ |
| H A D | db_trace.c | 95 *valuep = *reg; in db_frame() 97 *reg = *valuep; in db_frame() 111 off = (intptr_t)vp->valuep; in db_frame_seg() 131 *valuep = *reg; in db_frame_seg() 133 *reg = *valuep; in db_frame_seg() 147 kdb_frame->tf_esp = *valuep; in db_esp() 159 *valuep = tfp->tf_vm86_gs; in db_gs() 161 tfp->tf_vm86_gs = *valuep; in db_gs() 165 *valuep = rgs(); in db_gs() 167 load_gs(*valuep); in db_gs() [all …]
|
| /freebsd-14.2/sys/amd64/amd64/ |
| H A D | db_trace.c | 88 db_frame_seg(struct db_variable *vp, db_expr_t *valuep, int op) in db_frame_seg() argument 95 reg = (uint16_t *)((uintptr_t)kdb_frame + (db_expr_t)vp->valuep); in db_frame_seg() 97 *valuep = *reg; in db_frame_seg() 99 *reg = *valuep; in db_frame_seg() 104 db_frame(struct db_variable *vp, db_expr_t *valuep, int op) in db_frame() argument 111 reg = (long *)((uintptr_t)kdb_frame + (db_expr_t)vp->valuep); in db_frame() 113 *valuep = *reg; in db_frame() 115 *reg = *valuep; in db_frame()
|
| /freebsd-14.2/usr.sbin/acpi/acpidb/ |
| H A D | acpidb.c | 87 UINT8 *valuep); 90 UINT8 *valuep); 152 aml_simulate_regcontent_read(int regtype, ACPI_PHYSICAL_ADDRESS addr, UINT8 *valuep) in aml_simulate_regcontent_read() argument 161 *valuep = rc->value; in aml_simulate_regcontent_read() 166 *valuep = 0; in aml_simulate_regcontent_read() 167 return (aml_simulate_regcontent_add(regtype, addr, *valuep)); in aml_simulate_regcontent_read() 171 aml_simulate_regcontent_write(int regtype, ACPI_PHYSICAL_ADDRESS addr, UINT8 *valuep) in aml_simulate_regcontent_write() argument 180 rc->value = *valuep; in aml_simulate_regcontent_write() 185 return (aml_simulate_regcontent_add(regtype, addr, *valuep)); in aml_simulate_regcontent_write()
|
| /freebsd-14.2/contrib/llvm-project/libunwind/src/ |
| H A D | Unwind-EHABI.cpp | 892 const void *valuep) { in ValueAsBitPattern() argument 897 memcpy(&value, valuep, sizeof(uint32_t)); in ValueAsBitPattern() 903 memcpy(&value, valuep, sizeof(uint64_t)); in ValueAsBitPattern() 912 void *valuep) { in _Unwind_VRS_Set() argument 924 *(unw_word_t *)valuep) == UNW_ESUCCESS in _Unwind_VRS_Set() 980 void *valuep) { in _Unwind_VRS_Get_Internal() argument 987 (unw_word_t *)valuep) == UNW_ESUCCESS in _Unwind_VRS_Get_Internal() 1011 (unw_word_t *)valuep) == UNW_ESUCCESS in _Unwind_VRS_Get_Internal() 1031 (unw_word_t *)valuep) == UNW_ESUCCESS in _Unwind_VRS_Get_Internal() 1042 void *valuep) { in _Unwind_VRS_Get() argument [all …]
|
| /freebsd-14.2/contrib/mandoc/ |
| H A D | compat_getsubopt.c | 39 getsubopt(char **optionp, char * const *tokens, char **valuep) in getsubopt() argument 45 suboptarg = *valuep = NULL; in getsubopt() 70 for (*valuep = ++p; in getsubopt()
|
| /freebsd-14.2/lib/libc/stdlib/ |
| H A D | getsubopt.c | 47 getsubopt(char **optionp, char * const *tokens, char **valuep) in getsubopt() argument 52 suboptarg = *valuep = NULL; in getsubopt() 77 for (*valuep = ++p; in getsubopt()
|
| /freebsd-14.2/sys/riscv/riscv/ |
| H A D | db_interface.c | 49 db_frame(struct db_variable *vp, db_expr_t *valuep, int op) in db_frame() argument 56 reg = (long *)((uintptr_t)kdb_frame + (db_expr_t)vp->valuep); in db_frame() 58 *valuep = *reg; in db_frame() 60 *reg = *valuep; in db_frame()
|
| /freebsd-14.2/sys/arm64/arm64/ |
| H A D | db_interface.c | 49 db_frame(struct db_variable *vp, db_expr_t *valuep, int op) in db_frame() argument 56 reg = (long *)((uintptr_t)kdb_frame + (db_expr_t)vp->valuep); in db_frame() 58 *valuep = *reg; in db_frame() 60 *reg = *valuep; in db_frame()
|
| /freebsd-14.2/sys/powerpc/powerpc/ |
| H A D | db_trace.c | 114 db_frame(struct db_variable *vp, db_expr_t *valuep, int op) in db_frame() argument 120 reg = (register_t*)((uintptr_t)kdb_frame + (uintptr_t)vp->valuep); in db_frame() 122 *valuep = *reg; in db_frame() 124 *reg = *valuep; in db_frame()
|
| /freebsd-14.2/sys/dev/sfxge/common/ |
| H A D | efx_bootcfg.c | 489 uint8_t *valuep, in efx_dhcp_write_tag() 495 if ((value_length > 0) && (valuep != NULL)) in efx_dhcp_write_tag() 496 memcpy(&hdrp[1], valuep, value_length); in efx_dhcp_write_tag() 509 __in_bcount_opt(value_length) uint8_t *valuep, in efx_dhcp_add_tag() 531 if ((value_length > 0) && (valuep == NULL)) { in efx_dhcp_add_tag() 613 efx_dhcp_write_tag(insert_pointp, opt, valuep, value_length); in efx_dhcp_add_tag() 649 __in_bcount_opt(value_length) uint8_t *valuep, in efx_dhcp_update_tag() 668 if ((value_length > 0) && (valuep == NULL)) { in efx_dhcp_update_tag() 727 efx_dhcp_write_tag(write_pointp, opt, valuep, value_length); in efx_dhcp_update_tag()
|
| H A D | mcdi_mon.h | 57 __out efx_mon_stat_value_t *valuep);
|
| H A D | mcdi_mon.c | 161 __out efx_mon_stat_value_t *valuep) in mcdi_mon_ev() argument 200 valuep->emsv_value = value; in mcdi_mon_ev() 201 valuep->emsv_state = state; in mcdi_mon_ev()
|
| H A D | ef10_impl.h | 567 caddr_t valuep, 578 __in_bcount(length) caddr_t valuep, 589 __in_bcount(length) caddr_t valuep, 1228 __out uint32_t *valuep);
|
| /freebsd-14.2/usr.bin/getaddrinfo/ |
| H A D | getaddrinfo.c | 226 parse_numeric_tabular(const char *string, int *valuep, in parse_numeric_tabular() argument 244 *valuep = value; in parse_numeric_tabular() 253 *valuep = i; in parse_numeric_tabular()
|
| /freebsd-14.2/contrib/llvm-project/libunwind/include/ |
| H A D | unwind_arm_ehabi.h | 120 void *valuep); 125 void *valuep);
|
| /freebsd-14.2/stand/ficl/ |
| H A D | loader.c | 72 char *namep, *valuep; in ficlSetenv() local 81 valuep = (char*) stackPopPtr(pVM->pStack); in ficlSetenv() 92 strncpy(value, valuep, values); in ficlSetenv() 109 char *namep, *valuep; in ficlSetenvq() local 119 valuep = (char*) stackPopPtr(pVM->pStack); in ficlSetenvq() 130 strncpy(value, valuep, values); in ficlSetenvq()
|
| /freebsd-14.2/sys/contrib/openzfs/include/sys/ |
| H A D | dsl_prop.h | 84 uint64_t *valuep, char *setpoint); 90 uint64_t *valuep);
|
| /freebsd-14.2/contrib/libcxxrt/ |
| H A D | unwind-arm.h | 135 void *valuep); 140 void *valuep);
|
| /freebsd-14.2/contrib/ntp/ntpd/ |
| H A D | ntp_control.c | 3291 char * valuep; in read_peervars() local 3340 char * valuep; in read_sysvars() local 3361 v = ctl_getitem(ext_sys_var, &valuep); in read_sysvars() 3430 char *valuep; in write_variables() local 3458 v = ctl_getitem(ext_sys_var, &valuep); in write_variables() 3476 if (valuep == NULL) { in write_variables() 3481 if ( !(*valuep && atoint(valuep, &val))) { in write_variables() 3492 octets = strlen(v->text) + strlen(valuep) + 2; in write_variables() 3499 memcpy(tt, valuep, 1 + strlen(valuep)); in write_variables() 4594 char * valuep; in read_clockstatus() [all …]
|