Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/lvm/libmeta/common/
H A Dmeta_metad_subr.c863 md_set_record *tsr; in sr_in_cache() local
865 for (tsr = setrecords; tsr != NULL; tsr = tsr->sr_next) in sr_in_cache()
866 if (tsr->sr_selfid == recid) in sr_in_cache()
867 return (tsr); in sr_in_cache()
876 md_set_record *tsr; in set_snarf() local
940 tsr = sr_in_cache(sr->sr_selfid); in set_snarf()
941 if (tsr != (md_set_record *)NULL) { in set_snarf()
949 for (dr = tsr->sr_drivechain; in set_snarf()
1178 md_set_record *tsr; in sr_cache_add() local
1187 for (tsr = setrecords; tsr->sr_next != NULL; tsr = tsr->sr_next) in sr_cache_add()
[all …]
/titanic_41/usr/src/lib/libc/port/threads/
H A Dscalls.c689 timespec_t tsr; in sleep() local
693 if (nanosleep(&ts, &tsr) == -1 && errno == EINTR) { in sleep()
694 rem = (unsigned int)tsr.tv_sec; in sleep()
695 if (tsr.tv_nsec >= NANOSEC / 2) in sleep()
/titanic_41/usr/src/uts/common/io/
H A Dtimod.c1700 struct ti_sync_req *tsr; in timodwproc() local
1710 tsr = (struct ti_sync_req *)tsr_mp->b_rptr; in timodwproc()
1711 TILOG("timodwproc: TI_SYNC(%x)\n", tsr->tsr_flags); in timodwproc()
1717 tsr_flags = tsr->tsr_flags; in timodwproc()