Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/abi/spectrans/spec2map/
H A Dbucket.c255 if (interface->IF_type == FUNCTION) { in add_by_name()
257 } else if (interface->IF_type == DATA) { in add_by_name()
272 if (interface->IF_type == FUNCTION) { in add_by_name()
611 (p->IF_type == FUNCTION) ? "function" : in print_iface()
612 (p->IF_type == DATA) ? "data" : "unknown type", in print_iface()
H A Dxlator.h69 Iftype IF_type; /* type: FUNCTION or DATA */ member
H A Dxlator.c246 Iface.IF_type = token; /* FUNCTION or DATA */ in xlator_start_if()
514 switch (Iface.IF_type) { in xlator_end_if()