/titanic_44/usr/src/uts/common/sys/ |
H A D | lockstat.h | 168 #define LOCKSTAT_RECORD_TIME(probe, lp, t_start) \ argument 171 hrtime_t t_spin = (t_start); \
|
H A D | thread.h | 182 time_t t_start; /* start time, seconds since epoch */ member
|
/titanic_44/usr/src/uts/common/os/ |
H A D | main.c | 516 curthread->t_start = PTOU(curproc)->u_start.tv_sec; in main() 551 p0_lep.le_start = curthread->t_start; in main()
|
H A D | lwp.c | 718 lep->le_start = t->t_start; in lwp_create()
|
H A D | exec.c | 490 lep->le_start = curthread->t_start; in exec_common()
|
/titanic_44/usr/src/lib/libcommputil/common/ |
H A D | sdp.h | 129 uint64_t t_start; member
|
H A D | sdp.c | 504 new_time->t_start = starttime; in sdp_add_time() 769 len += snprintf(buf, 1, "%llu", time->t_start); in sdp_get_length() 887 if (sdp_add_time(new_sess, time->t_start, time->t_stop, in sdp_clone_session() 1038 wrote = snprintf(buf, len, "t=%llu %llu%s", time->t_start, in sdp_session_to_str()
|
H A D | sdp_parse.c | 361 if (commp_strtoull(begin, current, &new_time->t_start) != 0) in sdp_parse_time()
|
/titanic_44/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_gcore.h | 82 time_t t_start; member
|
/titanic_44/usr/src/lib/libnsl/dial/ |
H A D | uucp.h | 369 time_t t_start; /* start time */ member
|
/titanic_44/usr/src/cmd/ttymon/ |
H A D | uucp.h | 412 time_t t_start; /* start time */ member
|
/titanic_44/usr/src/cmd/bnu/ |
H A D | uucp.h | 475 time_t t_start; /* start time */ member
|
H A D | uucico.c | 130 tconv = Nstat.t_start = Nstat.t_qtime;
|
/titanic_44/usr/src/uts/sun4u/ngdr/io/ |
H A D | dr_mem.c | 2697 uint64_t t_start, t_end; in memlist_canfit() local 2699 t_start = t_ml->ml_address; in memlist_canfit() 2700 t_end = t_start + t_ml->ml_size; in memlist_canfit() 2706 if ((s_start < t_start) || (s_end > t_end)) in memlist_canfit()
|
/titanic_44/usr/src/uts/sun4u/io/ |
H A D | sbd_mem.c | 2196 uint64_t t_start, t_end; in memlist_canfit() local 2198 t_start = t_ml->ml_address; in memlist_canfit() 2199 t_end = t_start + t_ml->ml_size; in memlist_canfit() 2205 if ((s_start < t_start) || (s_end > t_end)) in memlist_canfit()
|
/titanic_44/usr/src/uts/sun4u/opl/io/ |
H A D | dr_mem.c | 2773 uint64_t t_start, t_end; in memlist_canfit() local 2775 t_start = t_ml->ml_address; in memlist_canfit() 2776 t_end = t_start + t_ml->ml_size; in memlist_canfit() 2782 if ((s_start < t_start) || (s_end > t_end)) in memlist_canfit()
|
/titanic_44/usr/src/uts/common/disp/ |
H A D | thread.c | 426 t->t_start = gethrestime_sec(); in thread_create()
|
/titanic_44/usr/src/uts/common/io/comstar/stmf/ |
H A D | stmf.c | 4085 uintptr_t t_start, t_end; in stmf_task_alloc() local 4089 t_start = (uintptr_t)&task->task_flags; in stmf_task_alloc() 4091 bzero((void *)t_start, (size_t)(t_end - t_start)); in stmf_task_alloc()
|
/titanic_44/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | gcore.c | 1041 psp->pr_start.tv_sec = t->t_start; in gcore_prgetlwpsinfo()
|
/titanic_44/usr/src/uts/common/fs/proc/ |
H A D | prsubr.c | 2538 psp->pr_start.tv_sec = t->t_start; in prgetlwpsinfo() 2608 psp->pr_start.tv_sec = (time32_t)t->t_start; in prgetlwpsinfo32()
|