Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/abi/spectrans/spec2map/
H A Dxlator.c248 Iface.IF_version = NULL; in xlator_start_if()
338 Iface.IF_version = getversion(value); in xlator_take_kvpair()
497 if (Iface.IF_version == NULL) { in xlator_end_if()
536 (void) add_by_name(Iface.IF_version, &Iface); in xlator_end_if()
545 free(Iface.IF_version); in xlator_end_if()
546 Iface.IF_version = NULL; in xlator_end_if()
H A Dxlator.h70 char *IF_version; /* Version information */ member
H A Dbucket.c613 (p->IF_version) ? p->IF_version : "unknown version", in print_iface()