Searched refs:ts (Results 1 - 25 of 41) sorted by relevance

12

/haiku/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_tdma.c152 struct ieee80211_tdma_state *ts; local
157 ts = (struct ieee80211_tdma_state *) IEEE80211_MALLOC(
160 if (ts == NULL) {
167 ts->tdma_version = TDMA_VERSION;
168 ts->tdma_slotlen = TDMA_SLOTLEN_DEFAULT;
169 ts->tdma_slotcnt = TDMA_SLOTCNT_DEFAULT;
170 ts->tdma_bintval = TDMA_BINTVAL_DEFAULT;
171 ts->tdma_slot = 1; /* passive operation */
189 ts->tdma_opdetach = vap->iv_opdetach;
191 ts
203 struct ieee80211_tdma_state *ts = vap->iv_tdma; local
231 struct ieee80211_tdma_state *ts = vap->iv_tdma; local
298 struct ieee80211_tdma_state *ts = vap->iv_tdma; local
336 struct ieee80211_tdma_state *ts = vap->iv_tdma; local
417 struct ieee80211_tdma_state *ts = vap->iv_tdma; local
529 struct ieee80211_tdma_state *ts = vap->iv_tdma; local
635 struct ieee80211_tdma_state *ts = vap->iv_tdma; local
653 struct ieee80211_tdma_state *ts = vap->iv_tdma; local
692 const struct ieee80211_tdma_state *ts = vap->iv_tdma; local
720 struct ieee80211_tdma_state *ts = vap->iv_tdma; local
753 struct ieee80211_tdma_state *ts = vap->iv_tdma; local
781 struct ieee80211_tdma_state *ts = vap->iv_tdma; local
[all...]
H A Dieee80211_ddb.c314 _db_show_tdma(const char *sep, const struct ieee80211_tdma_state *ts, int showprocs) argument
316 db_printf("%stdma %p:\n", sep, ts);
318 ts->tdma_version, ts->tdma_slot, ts->tdma_bintval, ts->tdma_peer);
320 ts->tdma_slotlen, ts->tdma_slotcnt);
322 ts->tdma_inuse[0], ts
[all...]
/haiku/src/system/libroot/posix/libstdthreads/
H A Dcnd.c77 const struct timespec *restrict ts)
80 switch (pthread_cond_timedwait(cond, mtx, ts)) {
76 cnd_timedwait(cnd_t *restrict cond, mtx_t *restrict mtx, const struct timespec *restrict ts) argument
H A Dmtx.c81 mtx_timedlock(mtx_t *restrict mtx, const struct timespec *restrict ts) argument
84 switch (pthread_mutex_timedlock(mtx, ts)) {
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dif_ath_tx_edma.c800 struct ath_tx_status ts; local
816 bzero(&ts, sizeof(ts));
822 status = ath_hal_txprocdesc(ah, NULL, (void *) &ts);
834 if (ts.ts_queue_id != sc->sc_bhalq)
835 ath_printtxstatbuf(sc, NULL, txstatus, ts.ts_queue_id,
875 if (ts.ts_queue_id == sc->sc_bhalq)
878 txq = &sc->sc_txq[ts.ts_queue_id];
891 ts.ts_queue_id);
898 ts
[all...]
H A Dif_ath_misc.h67 struct ath_tx_status *ts, int frmlen, int rc_framelen,
94 struct ath_txq *txq, struct ath_tx_status *ts, struct ath_buf *bf);
H A Dif_ath_debug.c140 const struct ath_tx_status *ts = local
167 !done ? "" : (ts->ts_status == 0) ? " *" : " !");
203 const struct ath_tx_status *ts = &first_bf->bf_status.ds_txstat; local
221 !done ? "" : (ts->ts_status == 0) ? " *" : " !");
H A Dif_ath_tdma.c379 const struct ieee80211_tdma_state *ts = vap->iv_tdma; local
381 ath_tdma_bintvalsetup(sc, ts);
388 ts->tdma_slot, ts->tdma_slotcnt, ts->tdma_slotlen,
H A Dif_ath_tx.c4194 struct ath_tx_status *ts = &bf->bf_status.ds_txstat; local
4209 if ((ts->ts_status & HAL_TXERR_FILT) ||
4210 (ts->ts_status != 0 && atid->isfiltered)) {
4215 ts->ts_status);
4259 ts,
4262 1, (ts->ts_status == 0) ? 0 : 1);
4830 struct ath_tx_status ts; local
4854 ts = bf_first->bf_status.ds_txstat;
4899 if ((ts.ts_status & HAL_TXERR_FILT) ||
4900 (ts
5171 struct ath_tx_status ts; local
[all...]
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/contrib/ath_hal/ar9300/
H A Dar9300_xmit_ds.c202 ar9300_get_tx_rate_code(struct ath_hal *ah, void *ds, struct ath_tx_status *ts) argument
206 switch (ts->ts_finaltsi) {
208 ts->ts_rate = MS(ads->ds_ctl14, AR_xmit_rate0);
211 ts->ts_rate = MS(ads->ds_ctl14, AR_xmit_rate1);
214 ts->ts_rate = MS(ads->ds_ctl14, AR_xmit_rate2);
217 ts->ts_rate = MS(ads->ds_ctl14, AR_xmit_rate3);
221 ar9300_set_selfgenrate_limit(ah, ts->ts_rate);
246 struct ath_tx_status *ts = (struct ath_tx_status *)txstatus; local
299 ts->ts_queue_id = MS(dsinfo, AR_tx_qcu_num);
300 ts
374 ar9300_calc_tx_airtime(struct ath_hal *ah, void *ds, struct ath_tx_status *ts, HAL_BOOL comp_wastedt, u_int8_t nbad, u_int8_t nframes ) argument
[all...]
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5416/
H A Dar5416_xmit.c720 struct ath_desc *ds, struct ath_tx_status *ts)
735 ts->ts_seqnum = MS(ds_txstatus[9], AR_SeqNum);
736 ts->ts_tstamp = AR_SendTimestamp(ds_txstatus);
737 ts->ts_tid = MS(ds_txstatus[9], AR_TxTid);
739 ts->ts_status = 0;
741 ts->ts_status |= HAL_TXERR_XRETRY;
743 ts->ts_status |= HAL_TXERR_FILT;
745 ts->ts_status |= HAL_TXERR_FIFO;
747 ts->ts_status |= HAL_TXERR_XTXOP;
749 ts
719 ar5416ProcTxDesc(struct ath_hal *ah, struct ath_desc *ds, struct ath_tx_status *ts) argument
[all...]
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5211/
H A Dar5211_xmit.c622 struct ath_desc *ds, struct ath_tx_status *ts)
630 ts->ts_seqnum = MS(ads->ds_status1, AR_SeqNum);
631 ts->ts_tstamp = MS(ads->ds_status0, AR_SendTimestamp);
632 ts->ts_status = 0;
635 ts->ts_status |= HAL_TXERR_XRETRY;
637 ts->ts_status |= HAL_TXERR_FILT;
639 ts->ts_status |= HAL_TXERR_FIFO;
641 ts->ts_rate = MS(ads->ds_ctl0, AR_XmitRate);
642 ts->ts_rssi = MS(ads->ds_status1, AR_AckSigStrength);
643 ts
621 ar5211ProcTxDesc(struct ath_hal *ah, struct ath_desc *ds, struct ath_tx_status *ts) argument
[all...]
/haiku/src/apps/cortex/addons/LoggingConsumer/
H A DNodeHarnessWin.cpp221 BTimeSource* ts = r->MakeTimeSourceFor(mTimeSource); local
222 r->StartNode(mConnection.consumer, ts->Now());
223 ts->Release();
235 BTimeSource* ts = r->MakeTimeSourceFor(mConnection.consumer); local
237 r->StartNode(mConnection.producer, ts->Now() + latency);
238 ts->Release();
/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DReplyInterpreter.cpp829 struct timespec ts; local
830 ts.tv_sec = static_cast<time_t>(stream.GetHyper());
831 ts.tv_nsec = static_cast<long>(stream.GetUInt());
833 values[current].fData.fPointer = malloc(sizeof(ts));
834 memcpy(values[current].fData.fPointer, &ts, sizeof(ts));
842 struct timespec ts; local
843 ts.tv_sec = static_cast<time_t>(stream.GetHyper());
844 ts.tv_nsec = static_cast<long>(stream.GetUInt());
846 values[current].fData.fPointer = malloc(sizeof(ts));
855 struct timespec ts; local
868 struct timespec ts; local
[all...]
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5212/
H A Dar5212_xmit.c879 struct ath_desc *ds, struct ath_tx_status *ts)
894 ts->ts_seqnum = MS(ads->ds_txstatus1, AR_SeqNum);
895 ts->ts_tstamp = MS(ads->ds_txstatus0, AR_SendTimestamp);
896 ts->ts_status = 0;
899 ts->ts_status |= HAL_TXERR_XRETRY;
901 ts->ts_status |= HAL_TXERR_FILT;
903 ts->ts_status |= HAL_TXERR_FIFO;
909 ts->ts_finaltsi = MS(ads->ds_txstatus1, AR_FinalTSIndex);
910 switch (ts->ts_finaltsi) {
912 ts
878 ar5212ProcTxDesc(struct ath_hal *ah, struct ath_desc *ds, struct ath_tx_status *ts) argument
[all...]
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5210/
H A Dar5210_xmit.c593 struct ath_desc *ds, struct ath_tx_status *ts)
601 ts->ts_seqnum = ads->ds_status1 & AR_SeqNum;
602 ts->ts_tstamp = MS(ads->ds_status0, AR_SendTimestamp);
603 ts->ts_status = 0;
606 ts->ts_status |= HAL_TXERR_XRETRY;
608 ts->ts_status |= HAL_TXERR_FILT;
610 ts->ts_status |= HAL_TXERR_FIFO;
612 ts->ts_rate = MS(ads->ds_ctl0, AR_XmitRate);
613 ts->ts_rssi = MS(ads->ds_status1, AR_AckSigStrength);
614 ts
592 ar5210ProcTxDesc(struct ath_hal *ah, struct ath_desc *ds, struct ath_tx_status *ts) argument
[all...]
/haiku/src/bin/
H A Dwatch.c187 char *ts = ctime(&t); local
188 int tsl = strlen(ts);
211 mvaddstr(0, width - tsl + 1, ts);
/haiku/src/add-ons/kernel/file_systems/udf/
H A DIcb.cpp193 timestamp ts; local
195 ts = _ExtendedEntry()->access_date_and_time();
197 ts = _FileEntry()->access_date_and_time();
199 if (decode_time(ts, timespec) != B_OK) {
210 timestamp ts; local
212 ts = _ExtendedEntry()->modification_date_and_time();
214 ts = _FileEntry()->modification_date_and_time();
216 if (decode_time(ts, timespec) != B_OK) {
/haiku/src/add-ons/kernel/drivers/disk/nvme/libnvme/
H A Dnvme_common.h171 struct timespec ts;
173 clock_gettime(CLOCK_REALTIME, &ts);
175 return (unsigned long long) ts.tv_sec * 1000000000ULL
176 + (unsigned long long) ts.tv_nsec;
/haiku/src/system/libnetwork/netresolv/isc/
H A Dev_timers.c168 struct timespec ts; local
170 ts.tv_sec = tv.tv_sec;
171 ts.tv_nsec = tv.tv_usec * 1000;
172 return (ts);
176 evTimeVal(struct timespec ts) { argument
179 tv.tv_sec = ts.tv_sec;
180 tv.tv_usec = (suseconds_t)(ts.tv_nsec / 1000);
/haiku/src/add-ons/kernel/file_systems/ntfs/
H A Dlowntfs.c326 struct timespec ts; local
328 ts = ntfs2timespec(ni->last_access_time);
329 stbuf->st_atime = ts.tv_sec;
330 stbuf->st_atimensec = ts.tv_nsec;
331 ts = ntfs2timespec(ni->last_mft_change_time);
332 stbuf->st_ctime = ts.tv_sec;
333 stbuf->st_ctimensec = ts.tv_nsec;
334 ts = ntfs2timespec(ni->last_data_change_time);
335 stbuf->st_mtime = ts.tv_sec;
336 stbuf->st_mtimensec = ts
341 struct timespec ts; local
[all...]
/haiku/src/apps/tv/
H A DController.cpp351 BTimeSource *ts = gMediaRoster->MakeTimeSourceFor(time_node); local
371 bigtime_t start_time = ts->Now() + 50000;
373 ts->Release();
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_rate/onoe/
H A Donoe.c171 const struct ath_rc_series *rc, const struct ath_tx_status *ts,
176 if (ts->ts_status == 0)
180 on->on_tx_retr += ts->ts_shortretry
181 + ts->ts_longretry;
170 ath_rate_tx_complete(struct ath_softc *sc, struct ath_node *an, const struct ath_rc_series *rc, const struct ath_tx_status *ts, int frame_size, int rc_framesize, int nframes, int nbad) argument
/haiku/headers/posix/
H A Dtime.h118 int timespec_get(struct timespec *ts, int base);
/haiku/src/apps/cortex/RouteApp/
H A DRouteAppNodeManager.cpp200 BTimeSource* ts = roster->MakeTimeSourceFor(ref->node()); local
201 if (ts == NULL)
203 if(ts->Node() != systemClock)
205 g->setTimeSource(ts->Node());
208 ts->Release();

Completed in 235 milliseconds

12