Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/protocmp/
H A Dlist.h91 #define P_ISA P_SPARC macro
93 #define P_ISA P_I386
95 #define P_ISA P_PPC
100 #define P_ALL P_ISA
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 Dlist.c167 key->arch = P_ISA; in find_elem_isa()
185 if ((e->arch != P_ISA) && (strcmp(key->name, e->name) == 0)) in find_elem_mach()
H A Dproto_list.c175 e->arch = P_ISA; in parse_line()
H A Dprotodir.c371 *arch = P_ISA; in read_pkginfo()