Searched refs:vhint (Results 1 – 2 of 2) sorted by relevance
/titanic_50/usr/src/uts/sun4u/starcat/io/ |
H A D | fcgp2.c | 659 int align, size, vhint; in gfc_claim_memory() local 670 vhint = fc_cell2int(fc_arg(cp, 2)); in gfc_claim_memory() 675 "vhint=0x%x\n", align, size, vhint); in gfc_claim_memory() 683 if (vhint) { in gfc_claim_memory() 685 "vhint=0x%x - Ignoring Argument\n", vhint); in gfc_claim_memory()
|
/titanic_50/usr/src/uts/sun4u/io/ |
H A D | opl_cfg.c | 1618 int align, size, vhint; in opl_claim_memory() local 1629 vhint = fc_cell2int(fc_arg(cp, 2)); in opl_claim_memory() 1634 "vhint=0x%x\n", align, size, vhint); in opl_claim_memory() 1642 if (vhint) { in opl_claim_memory() 1644 "vhint=0x%x - Ignoring Argument\n", vhint); in opl_claim_memory()
|