Searched refs:period (Results 151 - 175 of 186) sorted by relevance

12345678

/freebsd-11-stable/contrib/wpa/src/p2p/
H A Dp2p_i.h766 void p2p_buf_add_ext_listen_timing(struct wpabuf *buf, u16 period,
H A Dp2p.h1480 * @period: Availability period in milliseconds (1-65535; 0 to disable)
1484 * This function can be used to enable or disable (period = interval = 0)
1487 * least @period milliseconds.
1489 int p2p_ext_listen(struct p2p_data *p2p, unsigned int period,
/freebsd-11-stable/contrib/llvm-project/clang/lib/Format/
H A DFormatToken.h408 return isOneOf(tok::arrow, tok::period, tok::arrowstar) &&
/freebsd-11-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseStmtAsm.cpp246 // While the next two tokens are 'period' 'identifier', repeatedly parse it as
249 while (Result.isUsable() && Tok.is(tok::period)) {
253 ConsumeToken(); // Consume the period.
427 // If we hit EOF, we're done, period.
H A DParser.cpp1921 false, NextToken().is(tok::period), nullptr,
2427 if (Tok.isNot(tok::period))
H A DParseStmt.cpp125 nextTok.isOneOf(tok::l_paren, tok::identifier, tok::arrow, tok::period);
136 if (NextToken.is(tok::period) &&
H A DParseObjc.cpp3033 NextToken().isNot(tok::period) && getCurScope()->isInObjcMethodScope())
3060 NextToken().is(tok::period),
/freebsd-11-stable/contrib/tcpdump/
H A Dprint-802_11.c232 uint8_t period; member in struct:cf_t
241 uint8_t period; member in struct:tim_t
/freebsd-11-stable/sys/dev/ath/ath_hal/
H A Dah.h359 uint32_t tqi_cbrPeriod; /* CBR period (us) */
816 #define HAL_BEACON_PERIOD 0x0000ffff /* beacon interval period */
822 uint16_t bs_cfpperiod; /* CFP period in TU */
1007 u_int16_t ss_period; /* Spectral scan period */
1065 * Flag for setting QUIET period
1379 HAL_STATUS __ahdecl(*ah_setQuiet)(struct ath_hal *ah, uint32_t period,
/freebsd-11-stable/contrib/wpa/src/drivers/
H A Ddriver.h858 * bg_scan_period - Background scan period in seconds, 0 to disable
1198 * dtim_period - DTIM period
1744 /** Driver handles quiet period requests */
1758 * (Re)Association Request frames, without supporting quiet period.
2073 * @block_tx: 1 - block transmission for CSA period
2075 * @beacon_csa: Beacon/probe resp/asooc resp info for CSA period
3671 * @settings: Settings for CSA period and new channel
4126 * @period: Length of the listen operation in milliseconds
4136 unsigned int period, unsigned int interval,
4676 * EVENT_DFS_NOP_FINISHED - Notify that non-occupancy period i
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Lex/
H A DPreprocessor.cpp1228 if (!ModuleImportExpectsIdentifier && Result.getKind() == tok::period) {
H A DPragma.cpp777 if (Tok.isNot(tok::period))
H A DModuleMap.cpp1531 case tok::period:
/freebsd-11-stable/sys/compat/ndis/
H A Dsubr_ntoskrnl.c4078 KeSetTimerEx(timer, duetime, period, dpc)
4081 uint32_t period;
4104 timer->k_period = period;
/freebsd-11-stable/sys/dev/mlx4/mlx4_en/
H A Dmlx4_en_netdev.c1119 unsigned long period = (unsigned long) (jiffies - priv->last_moder_jiffies); local
1130 if (!priv->adaptive_rx_coal || period < priv->sample_interval * HZ)
1142 rate = packets * HZ / period;
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Dctrl_iface.c6954 unsigned int period = 0, interval = 0; local
6961 period = atoi(cmd);
6965 return wpas_p2p_ext_listen(wpa_s, period, interval);
6990 int freq = 0, period = 0, interval = 0, count = 0; local
6992 if (sscanf(cmd, "%d %d %d %d", &freq, &period, &interval, &count) != 4)
6999 return wpas_p2p_lo_start(wpa_s, freq, period, interval, count);
H A Dp2p_supplicant.c7312 int wpas_p2p_ext_listen(struct wpa_supplicant *wpa_s, unsigned int period, argument
7318 return p2p_ext_listen(wpa_s->global->p2p, period, interval);
9501 unsigned int period, unsigned int interval,
9545 ret = wpa_drv_p2p_lo_start(wpa_s, freq, period, interval, count,
9500 wpas_p2p_lo_start(struct wpa_supplicant *wpa_s, unsigned int freq, unsigned int period, unsigned int interval, unsigned int count) argument
/freebsd-11-stable/sys/dev/aha/
H A Daha.c1668 sync_period += 500 * sync_info.period;
/freebsd-11-stable/sys/dev/buslogic/
H A Dbt.c2229 sync_period = 2000 + (500 * sync_info.period);
/freebsd-11-stable/contrib/sendmail/src/
H A Dmap.c698 char *period, *autodomain; local
711 period = strchr(buf, '.');
712 if (period == NULL)
715 autodomain = period + 1;
/freebsd-11-stable/sys/contrib/ipfilter/netinet/
H A Dfil.c5751 u_int period; local
5753 period = seconds * IPF_HZ_DIVIDE;
5757 if (ifq->ifq_ttl == period) {
5775 IPFTQ_INIT(ifq, period, "ipftq mutex");
/freebsd-11-stable/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_misc.c611 ar9300_set_quiet(struct ath_hal *ah, u_int32_t period, u_int32_t duration, argument
630 OS_REG_WRITE(ah, AR_QUIET_PERIOD, TU_TO_USEC(period));
/freebsd-11-stable/contrib/gcc/doc/include/
H A Dtexinfo.tex618 % period following counts as ending a sentence. (Idea found in latex.)
657 % @. is an end-of-sentence period.
1102 % We do .5em per period so that it has the same spacing in a typewriter
1103 % font as three actual period characters.
2656 % Call \doitemize, adding a period to the first argument and supplying the
2779 % we'll always have a period there to be parsed.
/freebsd-11-stable/contrib/groff/doc/
H A Dtexinfo.tex610 % period following counts as ending a sentence. (Idea found in latex.)
649 % @. is an end-of-sentence period.
1079 % We do .5em per period so that it has the same spacing in a typewriter
1080 % font as three actual period characters.
2555 % Call \doitemize, adding a period to the first argument and supplying the
2678 % we'll always have a period there to be parsed.
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp7008 OpKind = tok::period;
7109 OpKind = tok::period;
7171 if (OpKind == tok::period && ObjectType->isPointerType() &&

Completed in 560 milliseconds

12345678