Searched refs:hs (Results 1 - 25 of 102) sorted by relevance

12345

/freebsd-10-stable/tools/tools/ath/athsurvey/
H A Dathsurvey.c54 get_survey_stats(int s, const char *ifname, HAL_CHANNEL_SURVEY *hs) argument
65 atd.ad_out_data = (caddr_t) hs;
76 process_survey_stats(HAL_CHANNEL_SURVEY *hs) argument
91 if (hs->samples[i].cycle_count == 0)
98 cycle_count = hs->samples[i].cycle_count;
105 tx = (float) hs->samples[i].tx_busy * 100.0 /
106 hs->samples[i].cycle_count;
107 rx = (float) hs->samples[i].rx_busy * 100.0 /
108 hs->samples[i].cycle_count;
109 cc = (float) hs
194 HAL_CHANNEL_SURVEY hs; local
[all...]
/freebsd-10-stable/lib/libc/net/
H A Dntoh.c40 htons(uint16_t hs) argument
43 return (__htons(hs));
/freebsd-10-stable/usr.bin/ruptime/
H A Druptime.c57 static struct hs { struct
60 } *hs; variable in typeref:struct:hs
146 #define HS(a) ((const struct hs *)(a))
175 struct hs *hsp;
197 if ((hs =
198 realloc(hs, (hspace += 40) * sizeof(*hs))) == NULL)
200 hsp = hs + nhosts;
235 qsort(hs, nhosts, sizeof(hs[
[all...]
/freebsd-10-stable/contrib/xz/src/liblzma/lz/
H A Dlz_encoder.c303 uint32_t hs; local
306 hs = 0xFFFF;
310 hs = lz_options->dict_size - 1;
311 hs |= hs >> 1;
312 hs |= hs >> 2;
313 hs |= hs >> 4;
314 hs |
[all...]
/freebsd-10-stable/contrib/libreadline/
H A Dhistory.h53 #define HISTENT_BYTES(hs) (strlen ((hs)->line) + strlen ((hs)->timestamp))
H A Dhistory.c320 HIST_ENTRY *hs; local
322 hs = the_history[history_length - 1];
323 FREE (hs->timestamp);
324 hs->timestamp = savestring (string);
/freebsd-10-stable/usr.bin/top/
H A DMakefile34 .SUFFIXES: .xs .x .hs .h
35 .xs.x .hs.h:
/freebsd-10-stable/contrib/ntp/sntp/ag-tpl/0-old/
H A Dmdoc2texi18 use Mdoc qw(ns pp hs mapwords gen_encloser nl);
67 Mdoc::def_macro( '.Ss', sub { "\@subsubsection", hs, @_ });
70 "\@node", hs, "$name\n", ns, "\@subsection", hs, $name
72 Mdoc::def_macro( '.Ss', sub { "\@subsubsection", hs, @_ });
132 Mdoc::def_macro('.It', sub { '@item', hs, @_ });
H A Dmdoc2man14 use Mdoc qw(hs ns pp mapwords son soff stoggle gen_encloser);
20 Mdoc::def_macro( '.Sh', sub { '.SH', hs, @_ }, raw => 1);
21 Mdoc::def_macro( '.Ss', sub { '.SS', hs, @_ }, raw => 1);
99 my @ret = (".TP$width\n.NOP", hs);
111 ".TP$width\n.NOP", hs, @_
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/
H A DFormatString.h266 : start(amountStart), length(amountLength), hs(howSpecified), amt(amount),
270 : start(0),length(0), hs(valid ? NotSpecified : Invalid), amt(0),
274 return hs == Invalid;
277 HowSpecified getHowSpecified() const { return hs; }
278 void setHowSpecified(HowSpecified h) { hs = h; }
280 bool hasDataArgument() const { return hs == Arg; }
288 assert(hs == Constant);
298 assert(hs == Constant);
318 HowSpecified hs; member in class:clang::analyze_format_string::OptionalAmount
/freebsd-10-stable/contrib/ntp/sntp/ag-tpl/
H A Dmdoc2man40 use Mdoc qw(hs ns pp mapwords son soff stoggle gen_encloser);
46 Mdoc::def_macro( '.Sh', sub { '.SH', hs, @_ }, raw => 1);
47 Mdoc::def_macro( '.Ss', sub { '.SS', hs, @_ }, raw => 1);
125 my @ret = (".TP$width\n.NOP", hs);
137 ".TP$width\n.NOP", hs, @_
/freebsd-10-stable/sbin/savecore/
H A Dsavecore.c318 int he, hs, nr, nw, wl; local
343 for (hs = nw; hs < nr; hs += BLOCKSIZE) {
344 for (he = hs; he < nr && buf[he] == 0;
348 if (he >= hs + BLOCKSIZE)
361 if (hs + BLOCKSIZE > nr)
362 hs = he = nr;
366 * nw <= hs <= he <= nr
367 * If hs > n
[all...]
/freebsd-10-stable/sys/net80211/
H A Dieee80211_hwmp.c266 struct ieee80211_hwmp_state *hs; local
271 hs = malloc(sizeof(struct ieee80211_hwmp_state), M_80211_VAP,
273 if (hs == NULL) {
277 hs->hs_maxhops = IEEE80211_HWMP_DEFAULT_MAXHOPS;
278 callout_init(&hs->hs_roottimer, 1);
279 vap->iv_hwmp = hs;
285 struct ieee80211_hwmp_state *hs = vap->iv_hwmp; local
287 callout_drain(&hs->hs_roottimer);
296 struct ieee80211_hwmp_state *hs = vap->iv_hwmp; local
303 callout_drain(&hs
809 struct ieee80211_hwmp_state *hs = vap->iv_hwmp; local
842 struct ieee80211_hwmp_state *hs = vap->iv_hwmp; local
883 struct ieee80211_hwmp_state *hs = vap->iv_hwmp; local
957 struct ieee80211_hwmp_state *hs = vap->iv_hwmp; local
1274 struct ieee80211_hwmp_state *hs = vap->iv_hwmp; local
1648 struct ieee80211_hwmp_state *hs = vap->iv_hwmp; local
1745 struct ieee80211_hwmp_state *hs = vap->iv_hwmp; local
1862 struct ieee80211_hwmp_state *hs = vap->iv_hwmp; local
1917 struct ieee80211_hwmp_state *hs = vap->iv_hwmp; local
2048 struct ieee80211_hwmp_state *hs = vap->iv_hwmp; local
2071 struct ieee80211_hwmp_state *hs = vap->iv_hwmp; local
[all...]
/freebsd-10-stable/usr.sbin/tcpdrop/
H A Dtcpdrop.c162 sockinfo(const struct sockaddr *sa, struct host_service *hs) argument
167 rv = getnameinfo(sa, sa->sa_len, hs->hs_host, sizeof hs->hs_host,
168 hs->hs_service, sizeof hs->hs_service, flags);
/freebsd-10-stable/bin/sh/
H A Dhistedit.c163 sethistsize(const char *hs) argument
169 if (hs == NULL || *hs == '\0' ||
170 (histsize = atoi(hs)) < 0)
/freebsd-10-stable/contrib/apr/network_io/unix/
H A Dsockaddr.c518 struct hostent hs; local
534 hs.h_addr_list = (char **)addr_list;
535 hp = &hs;
542 gethostbyname_r(hostname, &hs, &hd);
543 hp = &hs;
547 gethostbyname_r(hostname, &hs, tmp, GETHOSTBYNAME_BUFLEN - 1,
551 hp = gethostbyname_r(hostname, &hs, tmp, GETHOSTBYNAME_BUFLEN - 1,
718 struct hostent hs, *hptr;
723 sizeof(struct in_addr), AF_INET, &hs, &hd);
724 hptr = &hs;
[all...]
/freebsd-10-stable/sys/gnu/dts/arm/
H A Dexynos5420-pinctrl.dtsi560 i2c4_hs_bus: i2c4-hs-bus {
567 i2c5_hs_bus: i2c5-hs-bus {
620 i2c6_hs_bus: i2c6-hs-bus {
655 i2c7_hs_bus: i2c7-hs-bus {
676 i2c8_hs_bus: i2c8-hs-bus {
683 i2c9_hs_bus: i2c9-hs-bus {
690 i2c10_hs_bus: i2c10-hs-bus {
H A Dexynos5260-pinctrl.dtsi274 i2c0_hs_bus: i2c0-hs-bus {
281 i2c1_hs_bus: i2c1-hs-bus {
288 i2c2_hs_bus: i2c2-hs-bus {
295 i2c3_hs_bus: i2c3-hs-bus {
H A Dstih415-clock.dtsi38 clock-output-names = "clk-s-a0-pll0-hs",
53 clk_s_a0_hs: clk-s-a0-hs {
55 compatible = "st,clkgena-divmux-c65-hs",
96 clock-output-names = "clk-s-a1-pll0-hs",
111 clk_s_a1_hs: clk-s-a1-hs {
113 compatible = "st,clkgena-divmux-c65-hs",
/freebsd-10-stable/contrib/binutils/binutils/
H A Drclex.c857 const char *hs = NULL; local
863 hs = yylval.s;
866 hs = yylval.s = yylval.ss.s;
869 if (! hs)
874 else if (! strcmp (hs, "StringFileInfo"))
876 else if (! strcmp (hs, "VarFileInfo"))
/freebsd-10-stable/sys/powerpc/wii/
H A Dwii_fbvar.h653 wiifb_hscaling_read(struct wiifb_softc *sc, struct wiifb_hscaling *hs) argument
658 hs->hs_step = *reg & 0x1ff;
659 hs->hs_enable = (*reg >> 12) & 0x1;
663 wiifb_hscaling_write(struct wiifb_softc *sc, struct wiifb_hscaling *hs) argument
668 *reg = ((hs->hs_step & 0x1ff) << 12) |
669 (hs->hs_enable & 0x1);
H A Dwii_fb.c340 struct wiifb_hscaling hs; local
439 hs.hs_enable = 0;
440 hs.hs_step = 256;
441 wiifb_hscaling_write(sc, &hs);
/freebsd-10-stable/sys/dev/ath/
H A Dif_ath_beacon.c387 HAL_SURVEY_SAMPLE hs; local
391 bzero(&hs, sizeof(hs));
393 ret = ath_hal_get_mib_cycle_counts(sc->sc_ah, &hs);
412 hs.tx_busy,
413 hs.rx_busy,
414 hs.chan_busy,
415 hs.ext_chan_busy,
416 hs.cycle_count);
/freebsd-10-stable/usr.bin/sed/
H A Dprocess.c66 #define hs HS.space macro
151 cspace(&PS, hs, hsl, REPLACE);
155 cspace(&PS, hs, hsl, APPEND);
244 if (hs == NULL)
/freebsd-10-stable/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_ani.c871 HAL_SURVEY_SAMPLE hs; local
888 OS_MEMZERO(&hs, sizeof(hs));
889 good = ar5212GetMibCycleCounts(ah, &hs);
891 OS_MEMCPY(&cs->samples[cs->cur_sample], &hs, sizeof(hs));

Completed in 150 milliseconds

12345