Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/abi/spectrans/spec2map/
H A Dxlator.c69 static Interface Iface; variable
245 Iface.IF_name = Curfun; in xlator_start_if()
248 Iface.IF_version = NULL; in xlator_start_if()
249 Iface.IF_class = NULL; in xlator_start_if()
256 Iface.IF_filter = NULL; in xlator_start_if()
514 switch (Iface.IF_type) { in xlator_end_if()
536 (void) add_by_name(Iface.IF_version, &Iface); in xlator_end_if()
543 Iface.IF_name = NULL; in xlator_end_if()
545 free(Iface.IF_version); in xlator_end_if()
548 free(Iface.IF_class); in xlator_end_if()
[all …]