Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/sgs/crle/common/
H A Dprint.c178 case CRLE_ASLIB: in fablib()
654 if (crle->c_flags & CRLE_ASLIB) { in scanconfig()
662 if (fablib(crle, CRLE_ASLIB) != 0) in scanconfig()
1048 if (crle->c_flags & CRLE_ASLIB) { in inspectconfig()
1049 if (fablib(crle, CRLE_ASLIB)) in inspectconfig()
H A D_crle.h176 #define CRLE_ASLIB 0x8000 /* default AOUT secure path supplied */ macro
H A Dcrle.c231 crle.c_flags |= CRLE_ASLIB; in main()