Home
last modified time | relevance | path

Searched refs:extrap (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/make/bin/
H A Dread.cc494 Source extrap; in parse_makefile() local
694 extrap = (Source) in parse_makefile()
697 extrap->inp_buf = in parse_makefile()
698 extrap->inp_buf_ptr = in parse_makefile()
707 &extrap->string, in parse_makefile()
715 extrap->fd = -1; in parse_makefile()
718 source = extrap; in parse_makefile()
1728 extrap = (Source) in parse_makefile()
1731 extrap->inp_buf = in parse_makefile()
1745 extrap->fd = -1; in parse_makefile()
[all …]
/illumos-gate/usr/src/uts/i86pc/cpu/amd_opteron/
H A Dao_mca.c798 const struct ao_ctl_init *extrap; in ao_ms_bankctl_val() local
807 extrap = bankcfg->bank_ctl_init_extra; in ao_ms_bankctl_val()
811 while (extrap != NULL && extrap->ctl_revmask != X86_CHIPREV_UNKNOWN) { in ao_ms_bankctl_val()
812 if (chiprev_matches(rev, extrap->ctl_revmask)) in ao_ms_bankctl_val()
813 mcictl |= extrap->ctl_bits; in ao_ms_bankctl_val()
814 extrap++; in ao_ms_bankctl_val()