/src/sys/ddb/ |
db_expr.c | 47 db_term(db_expr_t *valuep) 53 if (!db_value_of_name(db_tok_string, valuep)) { 71 *valuep = (db_expr_t)v; 76 *valuep = (db_expr_t)db_tok_number; 80 *valuep = (db_expr_t)db_dot; 84 *valuep = (db_expr_t)db_prev; 88 *valuep = (db_expr_t) db_next; 92 *valuep = (db_expr_t)db_last_addr; 96 if (!db_get_variable(valuep)) 101 if (!db_expression(valuep)) { [all...] |
db_variables.c | 87 .valuep = &db_fromconsole, 93 .valuep = &db_maxoff, 99 .valuep = &db_max_width, 105 .valuep = &db_max_line, 111 .valuep = &db_onpanic, 117 .valuep = &db_panicstackframes, 123 .valuep = &db_dumpstack, 129 .valuep = &db_radix, 135 .valuep = &db_tab_stop_width, 141 .valuep = &db_tee_msgbuf [all...] |
db_variables.h | 40 void *valuep; /* value of variable */ member in struct:db_variable
|
db_sym.c | 87 db_value_of_name(const char *name, db_expr_t *valuep) 107 db_symbol_values(ssym, &name, valuep); 117 *valuep = (db_expr_t)val; 122 *valuep = (db_expr_t)val; 257 db_symbol_values(db_sym_t sym, const char **namep, db_expr_t *valuep) 273 if (valuep) 274 *valuep = value; 282 if (valuep) 283 *valuep = sym;
|
db_elf.c | 336 db_expr_t *valuep) 351 if (valuep) 352 *valuep = symp->st_value;
|
/src/sys/arch/mvme68k/mvme68k/ |
bus_space.c | 123 uint8_t *valuep) 127 if (valuep == NULL) 128 valuep = &v; 130 return do_peek(&peek1, (void *)(bush + offset), (void *)valuep); 136 uint16_t *valuep) 140 if (valuep == NULL) 141 valuep = &v; 143 return do_peek(&peek2, (void *)(bush + offset), (void *)valuep); 149 uint32_t *valuep) 153 if (valuep == NULL [all...] |
/src/sys/arch/virt68k/virt68k/ |
bus_space.c | 87 uint8_t *valuep) 91 if (valuep == NULL) 92 valuep = &v; 94 return do_peek(&peek1, (void *)(bush + offset), (void *)valuep); 100 uint16_t *valuep) 104 if (valuep == NULL) 105 valuep = &v; 107 return do_peek(&peek2, (void *)(bush + offset), (void *)valuep); 113 uint32_t *valuep) 117 if (valuep == NULL [all...] |
/src/lib/libc/stdlib/ |
getsubopt.c | 65 getsubopt(char **optionp, char * const *tokens, char **valuep) 71 _DIAGASSERT(valuep != NULL); 74 suboptarg = *valuep = NULL; 99 for (*valuep = ++p;
|
/src/usr.bin/getaddrinfo/ |
support.c | 99 parse_numeric_tabular(const char *string, int *valuep, 105 if (parse_numeric(string, valuep)) 110 *valuep = (int)i;
|
/src/sys/arch/mips/mips/ |
db_trace.c | 61 ((vp)->valuep >= (int *)(&((struct mips_saved_state *)0)->s0) && \ 62 (vp)->valuep <= (int *)(&((struct mips_saved_state *)0)->s7))? \ 63 vp->valuep - (int *)(&((struct mips_saved_state *)0)->s0): \ 64 ((vp)->valuep >= (int *)(&((struct mips_saved_state *)0)->sp) && \ 65 (vp)->valuep <= (int *)(&((struct mips_saved_state *)0)->ra))? \ 66 ((vp)->valuep-(int *)(&((struct mips_saved_state *)0)->sp)) + \ 309 db_mips_variable_func(const struct db_variable *vp, db_expr_t *valuep, 315 *valuep = *(mips_reg_t *) vp->valuep; 318 *(mips_reg_t *) vp->valuep = *valuep [all...] |
/src/sys/arch/ia64/ia64/ |
db_interface.c | 126 db_frame(const struct db_variable *vp, db_expr_t *valuep, int opcode) 136 reg = (uint64_t*)((uintptr_t) f + (uintptr_t)vp->valuep); 140 *valuep = *reg; 143 *reg = *valuep; 152 db_getip(const struct db_variable *vp, db_expr_t *valuep, int opcode) 166 *valuep = iip + slot; 170 iip = *valuep & ~0xf; 171 slot = *valuep & 0xf; 186 db_getrse(const struct db_variable *vp, db_expr_t *valuep, int opcode) 199 regno = (int)(intptr_t)valuep; [all...] |
/src/sys/dev/acpi/ |
fujbp_acpi.c | 483 fujitsu_bp_get_hks(struct fujitsu_bp_softc *sc, uint32_t *valuep) 499 *valuep = (uint32_t)val; 505 fujitsu_bp_init_brightness(struct fujitsu_bp_softc *sc, uint8_t *valuep) 524 *valuep = (uint8_t)val; 530 fujitsu_bp_get_brightness(struct fujitsu_bp_softc *sc, uint8_t *valuep) 552 *valuep = (uint8_t)val; 578 fujitsu_bp_get_pointer(struct fujitsu_bp_softc *sc, bool *valuep) 600 *valuep = (bool)val;
|
fujhk_acpi.c | 335 fujitsu_hk_get_irb(struct fujitsu_hk_softc *sc, uint32_t *valuep) 351 *valuep = (uint32_t)val; 357 fujitsu_hk_get_backlight(struct fujitsu_hk_softc *sc, bool *valuep) 383 *valuep = true; 385 *valuep = false;
|
acpi_display.c | 1785 acpidisp_get_status(const struct acpidisp_out_softc *osc, uint32_t *valuep) 1804 *valuep = (uint32_t)val; 1807 device_xname(osc->sc_dev), "status", *valuep)); 1813 acpidisp_get_state(const struct acpidisp_out_softc *osc, uint32_t *valuep) 1832 *valuep = (uint32_t)val; 1835 device_xname(osc->sc_dev), "state", *valuep)); 1865 acpidisp_get_brightness(const struct acpidisp_out_softc *osc, uint8_t *valuep) 1875 *valuep = osc->sc_brctl->bc_current; 1889 *valuep = (uint8_t)val; 1892 device_xname(osc->sc_dev), "brightness", *valuep)); [all...] |
/src/usr.sbin/acpitools/aml/ |
aml_common.c | 387 static int aml_bufferfield_io(int io, u_int32_t *valuep, 392 aml_bufferfield_io(int io, u_int32_t *valuep, u_int8_t *origin, 403 value = *valuep; 418 *valuep = value; 483 *valuep = readval; 637 u_int32_t flags, u_int32_t *valuep, u_int32_t baseaddr, 679 *valuep = value; 682 value = *valuep; 705 u_int32_t flags, u_int32_t *valuep, u_int32_t baseaddr, 723 value = (*valuep) >> offadj [all...] |
aml_region.c | 85 aml_region_read_simple(struct aml_region_handle *h, vm_offset_t offset, u_int32_t *valuep) 145 *valuep = value;
|
/src/sys/arch/sparc64/sparc64/ |
db_machdep.c | 52 (char *)(((uint8_t *)DDB_REGS) + (size_t)vp->valuep); 76 (short *)(((uint8_t *)DDB_REGS) + (size_t)vp->valuep); 100 (int *)(((uint8_t *)DDB_REGS) + (size_t)vp->valuep); 123 (db_expr_t *)(((uint8_t *)DDB_REGS) + (size_t)vp->valuep);
|
/src/usr.sbin/acpitools/amldb/ |
region.c | 100 aml_simulate_regcontent_read(int regtype, u_int32_t addr, u_int8_t *valuep) 109 *valuep = rc->value; 118 aml_simulate_regcontent_write(int regtype, u_int32_t addr, u_int8_t *valuep) 127 rc->value = *valuep; 132 return (aml_simulate_regcontent_add(regtype, addr, *valuep)); 210 u_int32_t *valuep) 226 *valuep = value;
|
/src/sys/external/bsd/drm2/linux/ |
linux_pci.c | 221 pci_read_config_dword(struct pci_dev *pdev, int reg, uint32_t *valuep) 225 *valuep = pci_conf_read(pdev->pd_pa.pa_pc, pdev->pd_pa.pa_tag, reg); 230 pci_read_config_word(struct pci_dev *pdev, int reg, uint16_t *valuep) 234 *valuep = pci_conf_read(pdev->pd_pa.pa_pc, pdev->pd_pa.pa_tag, 240 pci_read_config_byte(struct pci_dev *pdev, int reg, uint8_t *valuep) 243 *valuep = pci_conf_read(pdev->pd_pa.pa_pc, pdev->pd_pa.pa_tag, 259 uint32_t *valuep) 265 *valuep = pci_conf_read(bus->pb_pc, tag, reg & ~3) >> (8 * (reg & 3)); 271 uint16_t *valuep) 277 *valuep = pci_conf_read(bus->pb_pc, tag, reg &~ 2) >> (8 * (reg & 2)) [all...] |
/src/sys/external/bsd/drm2/include/linux/ |
atomic.h | 314 atomic_try_cmpxchg(atomic_t *atomic, int *valuep, int new) 316 int expect = *valuep; 318 *valuep = atomic_cmpxchg(atomic, expect, new); 320 return *valuep == expect;
|
/src/sys/arch/sparc/sparc/ |
db_machdep.c | 105 (db_expr_t *)(((uint8_t *)DDB_REGS) + ((size_t)vp->valuep));
|
/src/sys/arch/m68k/m68k/ |
db_trace.c | 80 *valp = (db_expr_t)*((short*)varp->valuep); 82 *((short*)varp->valuep) = (short) *valp;
|
/src/sys/arch/alpha/alpha/ |
db_interface.c | 110 .valuep = ((long *)(r)), \ 169 tfaddr = f == NULL ? &zeroval : &f->tf_regs[(u_long)vp->valuep];
|
/src/sys/arch/x86/x86/ |
db_trace.c | 59 (db_expr_t *)(((uint8_t *)DDB_REGS) + ((size_t)vp->valuep));
|
/src/lib/librumpuser/ |
rumpuser_port.h | 100 getsubopt(char **optionp, char * const *tokens, char **valuep)
|