Home
last modified time | relevance | path

Searched refs:val0 (Results 1 – 7 of 7) sorted by relevance

/mirbsd/src/gnu/usr.bin/binutils/gdb/
Dada-valprint.c896 ada_value_print (struct value *val0, struct ui_file *stream, int format, in ada_value_print() argument
899 const gdb_byte *valaddr = value_contents (val0); in ada_value_print()
900 CORE_ADDR address = VALUE_ADDRESS (val0) + value_offset (val0); in ada_value_print()
902 ada_to_fixed_type (value_type (val0), valaddr, address, NULL); in ada_value_print()
Dada-lang.c5779 ada_value_ind (struct value *val0) in ada_value_ind() argument
5781 struct value *val = unwrap_value (value_ind (val0)); in ada_value_ind()
5789 ada_coerce_ref (struct value *val0) in ada_coerce_ref() argument
5791 if (TYPE_CODE (value_type (val0)) == TYPE_CODE_REF) in ada_coerce_ref()
5793 struct value *val = val0; in ada_coerce_ref()
5799 return val0; in ada_coerce_ref()
6634 struct value *val0) in ada_to_fixed_value_create() argument
6637 if (type == type0 && val0 != NULL) in ada_to_fixed_value_create()
6638 return val0; in ada_to_fixed_value_create()
/mirbsd/src/sys/dev/usb/
Dif_wi_usb.h147 int wi_cmd_usb(struct wi_softc *sc, int cmd, int val0, int val1, int val2);
Dif_wi_usb.c559 wi_cmd_usb(struct wi_softc *wsc, int cmd, int val0, int val1, int val2) in wi_cmd_usb() argument
568 USBDEVNAME(sc->wi_usb_dev), __func__, cmd, val0, val1, val2)); in wi_cmd_usb()
571 return wi_send_packet(sc, val0); in wi_cmd_usb()
614 pcmd->param0 = htole16(val0); in wi_cmd_usb()
/mirbsd/src/sys/dev/pci/
Disp_pci.c733 u_int16_t val0, val1; in isp_pci_rd_debounced() local
737 val0 = BXR2(pcs, IspVirt2Off(isp, off)); in isp_pci_rd_debounced()
739 } while (val0 != val1 && ++i < 1000); in isp_pci_rd_debounced()
740 if (val0 != val1) { in isp_pci_rd_debounced()
743 *rp = val0; in isp_pci_rd_debounced()
/mirbsd/src/sys/dev/ic/
Dif_wivar.h145 int (*f_cmd)(struct wi_softc *sc, int cmd, int val0, int val1,
Dif_wi.c929 wi_cmd_io(sc, cmd, val0, val1, val2) in wi_cmd_io() argument
932 int val0;
950 CSR_WRITE_2(sc, WI_PARAM0, val0);