Searched defs:incompat (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Ddockdeps.c89 static void incompat(char *pkginst, char *pkgname,
168 incompat(abbrev, info.name, a_preinstallCheck);
208 incompat(char *pkginst, char *pkgname, boolean_t a_preinstallCheck) function
217 (void) fprintf(stdout, "incompat=%s\n", pkginst);
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip6_if.c2038 boolean_t incompat; local
2044 incompat =
2053 if (incompat)
H A Dip_if.c15423 boolean_t incompat; local
15429 incompat = src_rhtp->tpc_tp.host_type != SUN_CIPSO ||
15437 if (incompat)
/illumos-gate/usr/src/uts/common/vm/
H A Dseg_vn.c1034 #define incompat(x) (svd1->x != svd2->x) macro
1035 if (incompat(vp) || incompat(maxprot) ||
1036 (!svd1->pageadvice && !svd2->pageadvice && incompat(advice)) ||
1037 (!svd1->pageprot && !svd2->pageprot && incompat(prot)) ||
1038 incompat(type) || incompat(cred) || incompat(flags) ||
1039 seg1->s_szc != seg2->s_szc || incompat(policy_info.mem_policy) ||
1042 #undef incompat macro
[all...]

Completed in 114 milliseconds