Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/abi/spectrans/spec2map/
H A Dbucket.c257 if (interface->IF_type == FUNCTION) { in add_by_name()
259 } else if (interface->IF_type == DATA) { in add_by_name()
274 if (interface->IF_type == FUNCTION) { in add_by_name()
613 (p->IF_type == FUNCTION) ? "function" : in print_iface()
614 (p->IF_type == DATA) ? "data" : "unknown type", in print_iface()
H A Dxlator.h71 Iftype IF_type; /* type: FUNCTION or DATA */ member
H A Dxlator.c248 Iface.IF_type = token; /* FUNCTION or DATA */ in xlator_start_if()
517 switch (Iface.IF_type) { in xlator_end_if()