Searched refs:hbp (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/wpa/src/wps/
H A Dhttpread.c158 char *hbp /* pointer to current line in header buffer */
161 if (word_eq(hbp, "CONTENT-LENGTH:")) {
162 while (isgraph(*hbp))
163 hbp++;
164 while (*hbp == ' ' || *hbp == '\t')
165 hbp++;
166 if (!isdigit(*hbp))
168 h->content_length = atol(hbp);
178 if (word_eq(hbp, "TRANSFER_ENCODIN
201 char *hbp = h->hdr; /* pointer into h->hdr */ local
372 char *hbp; /* pointer into header buffer */ local
[all...]
/freebsd-11-stable/sys/fs/nfsserver/
H A Dnfs_nfsdcache.c579 struct nfsrchash_bucket *hbp; local
583 hbp = NFSRCAHASH(rp->rc_sockref);
584 mtx_lock(&hbp->mtx);
587 LIST_INSERT_HEAD(&hbp->tbl, rp, rc_ahash);
589 mtx_unlock(&hbp->mtx);
782 struct nfsrchash_bucket *hbp; local
789 hbp = NFSRCAHASH(rp->rc_sockref);
790 mtx_lock(&hbp->mtx);
793 mtx_unlock(&hbp->mtx);
838 struct nfsrchash_bucket *hbp; local
[all...]
/freebsd-11-stable/sys/arm/allwinner/
H A Da10_hdmi.c71 #define VID_HBP(hbp) (((hbp) - 1) << 0)
597 int dblscan, hfp, hspw, hbp, vfp, vspw, vbp; local
604 hbp = mode->htotal - mode->hsync_start;
646 VID_VBP(vbp) | VID_HBP(hbp << dblscan));
H A Da10_fb.c133 #define BASIC3_HBP(hbp) (((hbp) - 1) << 0)
345 u_int interlace, hspw, hbp, vspw, vbp, vbl, width, height, start_delay; local
356 hbp = mode->htotal - mode->hsync_start;
405 TCON_WRITE(sc, TCON1_BASIC3, BASIC3_HT(mode->htotal) | BASIC3_HBP(hbp));
/freebsd-11-stable/sys/arm/ti/am335x/
H A Dam335x_lcd.c302 uint32_t hbp, hfp, hsw; local
315 hbp = MODE_HBP(mode) - 1;
322 if (hbp > 0x3ff)
579 uint32_t hbp, hfp, hsw; local
649 hbp = sc->sc_panel.panel_hbp - 1;
661 timing0 |= (hbp & 0xff) << RASTER_TIMING_0_HBP_SHIFT;
662 timing2 |= ((hbp >> 8) & 3) << RASTER_TIMING_2_HBPHI_SHIFT;
/freebsd-11-stable/sys/arm/freescale/imx/
H A Dimx6_hdmi.c138 int hblank, vblank, hsync_len, hbp, vbp; local
185 hbp = sc->sc_mode.htotal - sc->sc_mode.hsync_end;
186 WR1(sc, HDMI_FC_HSYNCINDELAY1, hbp >> 8);
187 WR1(sc, HDMI_FC_HSYNCINDELAY0, hbp);

Completed in 184 milliseconds