Searched refs:hr (Results 1 - 25 of 64) sorted by relevance

123

/freebsd-current/sys/modules/iwlwififw/iwlwifi-Qu-b0-hr-b0-fw/
H A DMakefile3 NAME= Qu-b0-hr-b0
/freebsd-current/sys/modules/iwlwififw/iwlwifi-QuZ-a0-hr-b0-fw/
H A DMakefile3 NAME= QuZ-a0-hr-b0
/freebsd-current/sys/modules/iwlwififw/iwlwifi-Qu-c0-hr-b0-fw/
H A DMakefile3 NAME= Qu-c0-hr-b0
/freebsd-current/sys/modules/iwlwififw/iwlwifi-so-a0-hr-b0-fw/
H A DMakefile3 NAME= so-a0-hr-b0
/freebsd-current/contrib/wpa/src/drivers/
H A Dndis_events.c48 HRESULT hr; local
53 hr = IWbemServices_ExecQuery(pSvc, bsQueryLanguage, bsQuery, lFlags,
59 return hr;
68 HRESULT hr; local
73 hr = IWbemServices_ExecNotificationQueryAsync(pSvc, bsQueryLanguage,
80 return hr;
90 HRESULT hr; local
98 hr = IWbemLocator_ConnectServer(pLoc, bsNetworkResource, bsUser,
108 return hr;
244 HRESULT hr; local
319 HRESULT hr; local
397 HRESULT hr; local
486 HRESULT hr; local
705 HRESULT hr; local
[all...]
/freebsd-current/lib/msun/src/
H A Ds_fmaf.c52 uint32_t hr, lr; local
56 EXTRACT_WORDS(hr, lr, result);
59 (hr & 0x7ff00000) == 0x7ff00000 || /* NaN */
/freebsd-current/contrib/ntp/include/
H A Dntp_datum.h22 unsigned short hr; member in struct:vmedate
/freebsd-current/sys/dev/pci/
H A Dpci_subr.c164 pcib_host_res_init(device_t pcib, struct pcib_host_resources *hr) argument
167 hr->hr_pcib = pcib;
168 resource_list_init(&hr->hr_rl);
173 pcib_host_res_free(device_t pcib, struct pcib_host_resources *hr) argument
176 resource_list_free(&hr->hr_rl);
181 pcib_host_res_decodes(struct pcib_host_resources *hr, int type, rman_res_t start, argument
188 device_printf(hr->hr_pcib, "decoding %d %srange %#jx-%#jx\n",
191 rid = resource_list_add_next(&hr->hr_rl, type, start, end,
196 rle = resource_list_find(&hr->hr_rl, type, rid);
203 pcib_host_res_alloc(struct pcib_host_resources *hr, device_ argument
263 pcib_host_res_adjust(struct pcib_host_resources *hr, device_t dev, struct resource *r, rman_res_t start, rman_res_t end) argument
[all...]
H A Dpcib_private.h50 struct pcib_host_resources *hr);
52 struct pcib_host_resources *hr);
53 int pcib_host_res_decodes(struct pcib_host_resources *hr, int type,
55 struct resource *pcib_host_res_alloc(struct pcib_host_resources *hr,
58 int pcib_host_res_adjust(struct pcib_host_resources *hr,
/freebsd-current/contrib/sendmail/src/
H A Dconvtime.c130 int wk, dy, hr, mi, se; local
142 hr = intvl % 24;
166 hr, mi, se);
183 if (hr > 0)
185 (void) sm_snprintf(p, SPACELEFT(buf, p), ", %d hour%s", hr,
186 PLURAL(hr));
H A Dsasl.c165 char *hr, *h1, *h, *res; local
179 hr = res;
195 if (hr != res)
196 *hr++ = ' ';
199 memcpy(hr, h1, l1);
202 hr += l1;
203 *hr = '\0';
/freebsd-current/sys/dev/bhnd/bhndb/
H A Dbhndb_subr.c193 * @param hr The resource state to search.
202 bhndb_host_resource_for_range(struct bhndb_host_resources *hr, int type, argument
205 for (u_int i = 0; hr->resource_specs[i].type != -1; i++) {
206 struct resource *r = hr->resources[i];
208 if (hr->resource_specs[i].type != type)
227 * @param hr The resource state to search.
234 bhndb_host_resource_for_regwin(struct bhndb_host_resources *hr, argument
239 rspecs = hr->resource_specs;
248 return (hr->resources[i]);
251 device_printf(hr
651 struct bhndb_host_resources *hr; local
765 bhndb_release_host_resources(struct bhndb_host_resources *hr) argument
[all...]
/freebsd-current/sys/modules/iwlwififw/
H A DMakefile12 iwlwifi-Qu-b0-hr-b0-fw \
14 iwlwifi-Qu-c0-hr-b0-fw \
16 iwlwifi-QuZ-a0-hr-b0-fw \
23 iwlwifi-so-a0-hr-b0-fw \
/freebsd-current/stand/i386/libi386/
H A Dtime.c43 int hr, minute, sec; local
50 hr = bcd2bin((v86.ecx & 0xff00) >> 8); /* hour in %ch */
54 return (hr * 3600 + minute * 60 + sec);
/freebsd-current/contrib/bearssl/src/rsa/
H A Drsa_i31_privexp.c65 uint32_t r, a, b, u0, v0, u1, v1, he, hr; local
246 hr = (r + 1) >> 1;
279 u0 ^= (u0 ^ ((u0 >> 1) + (hr & -ctl))) & -da;
285 u1 ^= (u1 ^ ((u1 >> 1) + (hr & -ctl))) & -db;
H A Drsa_i15_privexp.c65 uint32_t r, a, b, u0, v0, u1, v1, he, hr; local
246 hr = (r + 1) >> 1;
279 u0 ^= (u0 ^ ((u0 >> 1) + (hr & -ctl))) & -da;
285 u1 ^= (u1 ^ ((u1 >> 1) + (hr & -ctl))) & -db;
/freebsd-current/sys/net80211/
H A Dieee80211_hwmp.c1273 struct ieee80211_hwmp_route *hr; local
1320 hr = IEEE80211_MESH_ROUTE_PRIV(rt, struct ieee80211_hwmp_route);
1324 if (HWMP_SEQ_LT(prep->prep_targetseq, hr->hr_seq)) {
1328 prep->prep_targetseq, hr->hr_seq);
1330 } else if (HWMP_SEQ_LEQ(prep->prep_targetseq, hr->hr_seq) &&
1348 hr->hr_seq = prep->prep_targetseq;
1349 hr->hr_preqretries = 0;
1504 struct ieee80211_hwmp_route *hr; local
1509 hr = IEEE80211_MESH_ROUTE_PRIV(rt, struct ieee80211_hwmp_route);
1515 if (hr
1541 struct ieee80211_hwmp_route *hr; local
1691 struct ieee80211_hwmp_route *hr = NULL; local
1740 struct ieee80211_hwmp_route *hr; local
1855 struct ieee80211_hwmp_route *hr; local
1910 struct ieee80211_hwmp_route *hr; local
[all...]
/freebsd-current/usr.sbin/bhyve/kbdlayout/
H A DMakefile19 hr \
/freebsd-current/usr.bin/at/
H A Dparsetime.c596 int hr = 0; local
635 * hr to zero up above, then fall into this case in such a
642 hr += 4;
645 hr += 12;
648 if (runtime.tm_hour >= hr) {
652 runtime.tm_hour = hr;
/freebsd-current/contrib/ntp/ntpd/
H A Drefclock_bancomm.c125 unsigned short hr; member in struct:vmedate
444 tptr->hr,
453 pp->hour = tptr->hr;
551 time_vme->hr = (unsigned short)atoi(cbuf);
595 time_vme->hr = maj.tm_hour;
611 time_vme->hr = stfp->tm.tm_hour;
/freebsd-current/contrib/libfido2/src/
H A Dwinhello.c189 to_fido(HRESULT hr) argument
191 switch (hr) {
205 fido_log_debug("%s: hr=0x%lx", __func__, (u_long)hr);
821 HRESULT hr; local
824 if ((hr = webauthn_get_assert(w, ctx->rp_id, &ctx->cd, &ctx->opt,
826 r = to_fido(hr);
827 fido_log_debug("%s: %ls -> %s", __func__, webauthn_strerr(hr),
837 HRESULT hr; local
840 if ((hr
[all...]
/freebsd-current/contrib/tcsh/
H A Dtc.prompt.c254 int hr = t->tm_hour; local
259 if (hr >= 12) {
260 if (hr > 12)
261 hr -= 12;
264 else if (hr == 0)
265 hr = 12;
277 p = Itoa(hr, adrof(STRpadhour) ? 2 : 0, attributes);
/freebsd-current/sys/dev/sound/pci/
H A Dhdspe-pcm.c827 struct hdspe_rate *hr; local
837 hr = NULL;
852 hr = &rate_map[i];
856 if (hr == NULL) {
858 hr = &rate_map[i];
859 threshold = hr->speed + ((rate_map[i + 1].speed != 0) ?
860 ((rate_map[i + 1].speed - hr->speed) >> 1) : 0);
878 sc->ctrl_register |= hr->reg;
881 speed = hr->speed;
891 sc->speed = hr
[all...]
H A Dhdsp-pcm.c846 struct hdsp_rate *hr; local
855 hr = NULL;
874 hr = &rate_map[i];
878 if (hr == NULL) {
880 hr = &rate_map[i];
881 threshold = hr->speed + ((rate_map[i + 1].speed != 0) ?
882 ((rate_map[i + 1].speed - hr->speed) >> 1) : 0);
890 sc->ctrl_register |= hr->reg;
895 hdsp_write_4(sc, HDSP_FREQ_REG, hdsp_freq_reg_value(hr->speed));
898 sc->speed = hr
[all...]
/freebsd-current/sys/dev/videomode/
H A Dvideomode.c26 #define M(nm,hr,vr,clk,hs,he,ht,vs,ve,vt,f) \
27 { clk, hr, hs, he, ht, vr, vs, ve, vt, f, nm }

Completed in 344 milliseconds

123