Home
last modified time | relevance | path

Searched refs:val_out (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/boot/libsa/
H A Ddosfs.c769 uint_t val_in, val_out, offset, blknum, nbyte; in fatget() local
797 val_out = cv4(p_entry); in fatget()
798 val_out &= 0x0fffffff; in fatget()
801 val_out = cv2(p_entry); in fatget()
804 val_out = cv2(p_entry); in fatget()
806 val_out >>= 4; in fatget()
808 val_out &= 0xfff; in fatget()
813 *c = val_out; in fatget()
/illumos-gate/usr/src/lib/libdwarf/common/
H A Ddwarf_locationop_read.c58 Dwarf_Unsigned * val_out, in read_encoded_addr() argument
72 *val_out = *loc_ptr; in read_encoded_addr()
79 *val_out = operand; in read_encoded_addr()
85 *val_out = operand; in read_encoded_addr()
91 *val_out = operand; in read_encoded_addr()
H A Ddwarf_opaque.h824 Dwarf_Unsigned *val_out,
H A Ddwarf_dnames.c233 Dwarf_Unsigned *val_out, in read_uword_val() argument
256 *val_out = val; in read_uword_val()
H A Ddwarf_form.c883 Dwarf_Unsigned *val_out, in _dwarf_get_addr_index_itself() argument
921 *val_out = index; in _dwarf_get_addr_index_itself()
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dpcnet32.c957 u16 val_out; in mdio_read() local
967 val_out = lp->a.read_bcr(ioaddr, 34); in mdio_read()
970 return val_out; in mdio_read()