/dflybsd-src/sys/netproto/802_11/wlan/ |
H A D | ieee80211_tdma.c | 148 struct ieee80211_tdma_state *ts; in ieee80211_tdma_vattach() local 203 struct ieee80211_tdma_state *ts = vap->iv_tdma; in tdma_vdetach() local 231 struct ieee80211_tdma_state *ts = vap->iv_tdma; in tdma_newstate() local 297 struct ieee80211_tdma_state *ts = vap->iv_tdma; in tdma_beacon_miss() local 335 struct ieee80211_tdma_state *ts = vap->iv_tdma; in tdma_recv_mgmt() local 416 struct ieee80211_tdma_state *ts = vap->iv_tdma; in tdma_update() local 528 struct ieee80211_tdma_state *ts = vap->iv_tdma; in tdma_process_params() local 634 struct ieee80211_tdma_state *ts = vap->iv_tdma; in ieee80211_tdma_getslot() local 652 struct ieee80211_tdma_state *ts = vap->iv_tdma; in ieee80211_parse_tdma() local 691 const struct ieee80211_tdma_state *ts = vap->iv_tdma; in ieee80211_add_tdma() local [all …]
|
/dflybsd-src/sys/dev/drm/include/linux/ |
H A D | time.h | 73 #define getrawmonotonic(ts) nanouptime(ts) argument 78 struct timespec ts; in timespec_sub() local 86 set_normalized_timespec(struct timespec *ts, time_t sec, int64_t nsec) in set_normalized_timespec() 94 timespec_to_ns(const struct timespec *ts) in timespec_to_ns() 102 struct timespec ts; in ns_to_timespec() local 122 timespec_valid(const struct timespec *ts) in timespec_valid()
|
/dflybsd-src/contrib/gcc-8.0/gcc/cp/ |
H A D | logic.cc | 345 analyze_atom (term_list& ts, tree t) in analyze_atom() 368 analyze_pack (term_list& ts, tree t) in analyze_pack() 391 search_known_subsumptions (term_list& ts, tree t) in search_known_subsumptions() 408 analyze_check (term_list& ts, tree t) in analyze_check() 423 analyze_parameterized (term_list& ts, tree t) in analyze_parameterized() 429 analyze_conjunction (term_list& ts, tree t) in analyze_conjunction() 438 analyze_disjunction (term_list& ts, tree t) in analyze_disjunction() 447 analyze_term (term_list& ts, tree t) in analyze_term() 488 check_term (term_list& ts, tree t) in check_term() 558 load_check_assumption (term_list& ts, term_list::iterator i) in load_check_assumption() [all …]
|
/dflybsd-src/sys/dev/drm/ |
H A D | linux_kthread.c | 89 kthread_stop(struct task_struct *ts) in kthread_stop() 104 kthread_park(struct task_struct *ts) in kthread_park() 113 kthread_unpark(struct task_struct *ts) in kthread_unpark()
|
/dflybsd-src/sys/platform/vkernel64/platform/ |
H A D | kqueue.c | 108 struct timespec ts = { 0, 0 }; in kqueue_add() local 160 struct timespec ts = { 0, 0 }; in kqueue_del() local 180 struct timespec ts; in kqueue_intr() local
|
H A D | cothread.c | 186 cothread_sleep(cothread_t cotd, struct timespec *ts) in cothread_sleep() 192 cothread_wakeup(cothread_t cotd, struct timespec *ts) in cothread_wakeup()
|
/dflybsd-src/sys/dev/drm/include/linux/sched/ |
H A D | task.h | 33 get_task_struct(struct task_struct *ts) in get_task_struct() 39 put_task_struct(struct task_struct *ts) in put_task_struct()
|
/dflybsd-src/contrib/gcc-8.0/libgomp/config/posix/ |
H A D | time.c | 50 struct timespec ts; in omp_get_wtime() local 67 struct timespec ts; in omp_get_wtick() local
|
/dflybsd-src/contrib/gcc-4.7/libgomp/config/posix/ |
H A D | time.c | 49 struct timespec ts; in omp_get_wtime() local 66 struct timespec ts; in omp_get_wtick() local
|
/dflybsd-src/usr.sbin/makefs/hammer2/ |
H A D | hammer2_subr.c | 140 hammer2_time_to_timespec(uint64_t xtime, struct timespec *ts) in hammer2_time_to_timespec() 147 hammer2_timespec_to_time(const struct timespec *ts) in hammer2_timespec_to_time() 328 struct timeval ts; in hammer2_get_curtime() local 339 struct timespec *ts; in hammer2_update_time() local
|
/dflybsd-src/contrib/file/src/ |
H A D | cdf_time.c | 99 cdf_timestamp_to_timespec(struct timespec *ts, cdf_timestamp_t t) in cdf_timestamp_to_timespec() 147 cdf_timespec_to_timestamp(cdf_timestamp_t *t, const struct timespec *ts) in cdf_timespec_to_timestamp() 189 struct timespec ts; in main() local
|
/dflybsd-src/sys/vfs/hammer/ |
H A D | hammer_transaction.c | 48 struct timespec ts; in hammer_start_transaction() local 73 struct timespec ts; in hammer_simple_transaction() local 101 struct timespec ts; in hammer_start_transaction_fls() local
|
/dflybsd-src/sys/sys/ |
H A D | timespec.h | 41 #define TIMEVAL_TO_TIMESPEC(tv, ts) \ argument 46 #define TIMESPEC_TO_TIMEVAL(tv, ts) \ argument
|
/dflybsd-src/contrib/gdb-7/readline/ |
H A D | history.c | 212 alloc_history_entry (string, ts) in alloc_history_entry() argument 231 char *ts; local 247 char ts[64], *ret; in hist_inittime() local 350 char *ts; local
|
/dflybsd-src/games/tetris/ |
H A D | input.c | 53 #define TS_POS(ts) \ argument 105 struct timespec ts; in tsleep() local
|
/dflybsd-src/contrib/lvm2/dist/lib/misc/ |
H A D | timestamp.c | 43 struct timestamp *ts = NULL; in get_timestamp() local 92 struct timestamp *ts = NULL; in get_timestamp() local
|
/dflybsd-src/sys/vfs/hammer2/ |
H A D | hammer2_subr.c | 134 hammer2_time_to_timespec(uint64_t xtime, struct timespec *ts) in hammer2_time_to_timespec() 141 hammer2_timespec_to_time(const struct timespec *ts) in hammer2_timespec_to_time() 310 struct timespec ts; in hammer2_update_time() local
|
/dflybsd-src/usr.sbin/dntpd/ |
H A D | convert.c | 105 tv_to_ts(struct timeval *tv, struct timespec *ts) in tv_to_ts() 112 ts_to_tv(struct timespec *ts, struct timeval *tv) in ts_to_tv()
|
/dflybsd-src/sbin/svc/ |
H A D | execute.c | 251 struct timespec ts; in execute_init() local 427 struct timespec ts; in execute_start() local 499 struct timespec ts; in execute_stop() local 809 setstate_stopped(command_t *cmd, struct timespec *ts) in setstate_stopped()
|
/dflybsd-src/sys/kern/ |
H A D | sys_mqueue.c | 224 tstohz(const struct timespec *ts) in tstohz() 241 abstimeout2timo(struct timespec *ts, int *timo) in abstimeout2timo() 625 unsigned *msg_prio, struct timespec *ts, ssize_t *mlen) in mq_receive1() 759 struct timespec ts, *tsp; in sys_mq_timedreceive() local 784 unsigned msg_prio, struct timespec *ts) in mq_send1() 939 struct timespec ts, *tsp; in sys_mq_timedsend() local
|
H A D | kern_clock.c | 497 set_timeofday(struct timespec *ts) in set_timeofday() 1204 tstohz_high(struct timespec *ts) in tstohz_high() 1262 tstohz_low(struct timespec *ts) in tstohz_low() 1450 struct timespec ts; in getmicrotime() local 1479 struct timespec ts; in getnanotime() local 1714 struct timespec ts; in pps_event() local
|
/dflybsd-src/contrib/gcc-4.7/libgomp/ |
H A D | parallel.c | 168 struct gomp_team_state *ts = &gomp_thread ()->ts; in omp_get_ancestor_thread_num() local 179 struct gomp_team_state *ts = &gomp_thread ()->ts; in omp_get_team_size() local
|
/dflybsd-src/contrib/nvi2/cl/ |
H A D | cl_term.c | 41 char *ts; /* Key's termcap string. */ member 92 CHAR_T ts[20]; in cl_term_init() local 231 CHAR_T ts[20]; in cl_pfmap() local
|
/dflybsd-src/lib/libthread_xu/thread/ |
H A D | thr_umtx.c | 140 struct timespec ts, ts2, ts3; in __thr_umtx_timedlock() local 184 struct timespec ts, ts2, ts3; in _thr_umtx_wait() local
|
/dflybsd-src/sys/dev/netif/ath/ath/ |
H A D | if_ath_debug.c | 144 const struct ath_tx_status *ts = in ath_printtxbuf_edma() local 207 const struct ath_tx_status *ts = &first_bf->bf_status.ds_txstat; in ath_printtxbuf_legacy() local
|