Lines Matching full:iface

69 static Interface Iface;  variable
245 Iface.IF_name = Curfun; in xlator_start_if()
246 Iface.IF_type = token; /* FUNCTION or DATA */ in xlator_start_if()
248 Iface.IF_version = NULL; in xlator_start_if()
249 Iface.IF_class = NULL; in xlator_start_if()
254 Iface.IF_binding = DEFAULT; in xlator_start_if()
256 Iface.IF_filter = NULL; in xlator_start_if()
257 Iface.IF_auxiliary = NULL; in xlator_start_if()
338 Iface.IF_version = getversion(value); in xlator_take_kvpair()
384 Iface.IF_binding = DIRECT; in xlator_take_kvpair()
386 Iface.IF_binding = NODIRECT; in xlator_take_kvpair()
388 Iface.IF_binding = PROTECTED; in xlator_take_kvpair()
428 Iface.IF_filter = getfilter(value); in xlator_take_kvpair()
430 Iface.IF_auxiliary = getfilter(value); in xlator_take_kvpair()
465 errlog(TRACING, "Interface=%s", Iface.IF_name); in xlator_end_if()
471 Iface.IF_name, Curfile); in xlator_end_if()
475 Iface.IF_name, Curfile); in xlator_end_if()
484 "\tInterface=%s\n\tSPEC File=%s", Iface.IF_name, Curfile); in xlator_end_if()
497 if (Iface.IF_version == NULL) { in xlator_end_if()
502 TargetArchStr, Iface.IF_name); in xlator_end_if()
507 TargetArchStr, Iface.IF_name); in xlator_end_if()
513 /* check Iface.IF_type */ in xlator_end_if()
514 switch (Iface.IF_type) { in xlator_end_if()
526 Iface.IF_name, Curfile); in xlator_end_if()
532 "\tInterface=%s\tSPEC File=%s", Iface.IF_name, Curfile); 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()
546 Iface.IF_version = NULL; in xlator_end_if()
548 free(Iface.IF_class); in xlator_end_if()
549 Iface.IF_class = NULL; in xlator_end_if()