Searched refs:hival (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/uts/i86pc/io/gfx_private/ |
H A D | gfxp_vgatext.c | 195 unsigned long himask, unsigned long hival, unsigned long addr, 198 unsigned long hival, unsigned long addr, off_t *offset); 1284 unsigned long hival, in vgatext_get_pci_reg_index() argument 1298 if ((reg[index].pci_phys_hi & himask) != hival) in vgatext_get_pci_reg_index() 1343 unsigned long hival, in vgatext_get_isa_reg_index() argument 1357 if (reg[index].regspec_bustype != hival) in vgatext_get_isa_reg_index()
|
/titanic_50/usr/src/uts/intel/io/vgatext/ |
H A D | vgatext.c | 200 unsigned long himask, unsigned long hival, unsigned long addr, 203 unsigned long hival, unsigned long addr, off_t *offset); 1452 unsigned long hival, in vgatext_get_pci_reg_index() argument 1466 if ((reg[index].pci_phys_hi & himask) != hival) in vgatext_get_pci_reg_index() 1511 unsigned long hival, in vgatext_get_isa_reg_index() argument 1525 if (reg[index].regspec_bustype != hival) in vgatext_get_isa_reg_index()
|
/titanic_50/usr/src/cmd/truss/ |
H A D | print.c | 195 int hival; in prt_llo() local 199 hival = (int)val2; in prt_llo() 202 hival = (int)val1; in prt_llo() 206 if (hival == 0) { in prt_llo() 212 hival, loval); in prt_llo()
|