Home
last modified time | relevance | path

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

/external/syslinux/com32/modules/
Dmeminfo.c102 } *const ivt = (void *)0; in dump_legacy() local
110 ivt[0x15].seg, ivt[0x15].offs, dosram, dosram << 10, oreg.eax.w[0], in dump_legacy()
/external/iproute2/ip/
Diplink.c306 struct ifla_vf_tx_rate ivt; in iplink_parse_vf() local
309 if (get_unsigned(&ivt.rate, *argv, 0)) in iplink_parse_vf()
312 ivt.vf = vf; in iplink_parse_vf()
315 IFLA_VF_TX_RATE, &ivt, sizeof(ivt)); in iplink_parse_vf()
317 tivt.max_tx_rate = ivt.rate; in iplink_parse_vf()