Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/abi/spectrans/spec2map/
H A Dxlator.c250 Iface.IF_version = NULL; in xlator_start_if()
341 Iface.IF_version = getversion(value); in xlator_take_kvpair()
500 if (Iface.IF_version == NULL) { in xlator_end_if()
539 (void) add_by_name(Iface.IF_version, &Iface); in xlator_end_if()
548 free(Iface.IF_version); in xlator_end_if()
549 Iface.IF_version = NULL; in xlator_end_if()
H A Dxlator.h72 char *IF_version; /* Version information */ member
H A Dbucket.c615 (p->IF_version) ? p->IF_version : "unknown version", in print_iface()