Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/sgs/rtld/common/
H A Dremove.c293 if (ALIAS(lmp)) in remove_so()
294 free(ALIAS(lmp)); in remove_so()
H A Danalyze.c744 for (APLIST_TRAVERSE(ALIAS(lmp), idx, cp)) { in is_so_matched()
1004 for (APLIST_TRAVERSE(ALIAS(lmp), idx, cp)) { in append_alias()
1013 (aplist_append(&ALIAS(lmp), cp, AL_CNT_ALIAS) == NULL)) in append_alias()
H A Dcap.c403 for (APLIST_TRAVERSE(ALIAS(lmp), idx, cp)) { in cap_check_lmp_init()
/titanic_50/usr/src/cmd/sgs/include/
H A Drtld.h940 #define ALIAS(X) ((X)->rt_alias) macro
/titanic_50/usr/src/cmd/stmfadm/
H A Dstmfadm.c123 #define ALIAS "ALIAS" macro
1286 } else if (strcasecmp(prop, ALIAS) == 0) { in convertCharToPropId()