Searched refs:unref (Results 1 – 7 of 7) sorted by relevance
/illumos-gate/usr/src/tools/scripts/ |
H A D | nightly | 2065 rm -f $SRC/unref-${MACH}.ref 2066 if [ -f $SRC/unref-${MACH}.out ]; then 2067 mv $SRC/unref-${MACH}.out $SRC/unref-${MACH}.ref 2072 sort > $SRC/unref-${MACH}.out 2074 if [ ! -f $SRC/unref-${MACH}.ref ]; then 2075 cp $SRC/unref-${MACH}.out $SRC/unref-${MACH}.ref 2078 diff $SRC/unref-${MACH}.ref $SRC/unref-${MACH}.out >>$mail_msg_file 2139 staffer cp ${SRC}/unref-${MACH}.out $PARENT_WS/usr/src/ 2155 set -- $PARENT_WS/usr/src/unref-*.out 2156 cp "$1" ${TMPDIR}/unref.merge [all …]
|
/illumos-gate/usr/src/cmd/sgs/rtld/common/ |
H A D | util.c | 3227 is_path_used(Lm_list *lml, Word unref, int *nl, Alist *alp, const char *obj) in is_path_used() argument 3245 if (unref == 0) { in is_path_used() 3296 Word unref, unuse; in unused() local 3302 unref = lml->lm_flags & LML_FLG_TRC_UNREF; in unused() 3305 if ((unref == 0) && (unuse == 0) && (DBG_ENABLED == 0)) in unused() 3312 is_path_used(lml, unref, &nl, rpl_libdirs, config->c_name); in unused() 3314 is_path_used(lml, unref, &nl, prm_libdirs, config->c_name); in unused() 3319 is_path_used(lml, unref, &nl, RLIST(lmp), NAME(lmp)); in unused() 3333 is_path_used(lml, unref, &nl, RLIST(lmp), NAME(lmp)); in unused() 3340 if (unref || DBG_ENABLED) { in unused() [all …]
|
H A D | tsort.c | 98 Word init, unref; in sort_scc() local 158 unref = lmflags & LML_FLG_TRC_UNREF; in sort_scc() 159 if ((init == 0) && (unref == 0) && (DBG_ENABLED == 0)) in sort_scc() 197 if (unref || DBG_ENABLED) { in sort_scc()
|
/illumos-gate/usr/src/tools/ |
H A D | README.tools | 145 sort > ~/unref-i386.out 147 sort > ~/unref-sparc.out 148 $ comm -12 ~/unref-i386.out ~/unref-sparc.out > ~/unref.out
|
/illumos-gate/exception_lists/ |
H A D | check_rtime | 76 # causing false positives for the unref. checks for libsec.
|
/illumos-gate/usr/src/cmd/svc/configd/ |
H A D | rc_node.c | 751 int unref = 0; in rc_node_rele_locked() local 770 unref = 1; in rc_node_rele_locked() 773 if (unref) { in rc_node_rele_locked()
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | zone.c | 5253 boolean_t unref; in zone_destroy() local 5266 unref = ZONE_IS_UNREF(zone); in zone_destroy() 5270 if (unref) { in zone_destroy()
|