Home
last modified time | relevance | path

Searched refs:P_ISA (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/tools/protocmp/
H A Dlist.h93 #define P_ISA P_SPARC macro
95 #define P_ISA P_I386
97 #define P_ISA P_PPC
102 #define P_ALL P_ISA
H A Dlist.c169 key->arch = P_ISA; in find_elem_isa()
187 if ((e->arch != P_ISA) && (strcmp(key->name, e->name) == 0)) in find_elem_mach()
H A Dprotocmp.c452 (cur->arch != P_ISA) && in check_second_vs_first()
511 (cur->arch != P_ISA) && in check_first_vs_second()
521 (cur->arch == P_ISA) && in check_first_vs_second()
600 keyelem.arch = P_ISA; in set_values()
H A Dproto_list.c173 e->arch = P_ISA; in parse_line()
H A Dprotodir.c371 *arch = P_ISA; in read_pkginfo()