Home
last modified time | relevance | path

Searched refs:hbp (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/wpa/src/wps/
H A Dhttpread.c163 hbp++; in httpread_hdr_option_analyze()
164 while (*hbp == ' ' || *hbp == '\t') in httpread_hdr_option_analyze()
182 while (*hbp == ' ' || *hbp == '\t') in httpread_hdr_option_analyze()
212 if (hbp[0] == '1' && hbp[1] == '.' && in httpread_hdr_analyze()
213 isdigit(hbp[2]) && hbp[2] != '0') in httpread_hdr_analyze()
217 while (*hbp == ' ' || *hbp == '\t') in httpread_hdr_analyze()
255 while (*hbp == ' ' || *hbp == '\t') in httpread_hdr_analyze()
281 while (*hbp == ' ' || *hbp == '\t') in httpread_hdr_analyze()
286 if (hbp[0] == '1' && hbp[1] == '.' && in httpread_hdr_analyze()
287 isdigit(hbp[2]) && hbp[2] != '0') in httpread_hdr_analyze()
[all …]
/freebsd/sys/fs/nfsserver/
H A Dnfs_nfsdcache.c589 struct nfsrchash_bucket *hbp; in nfsrvd_sentcache() local
593 hbp = NFSRCAHASH(rp->rc_sockref); in nfsrvd_sentcache()
594 mtx_lock(&hbp->mtx); in nfsrvd_sentcache()
599 mtx_unlock(&hbp->mtx); in nfsrvd_sentcache()
792 struct nfsrchash_bucket *hbp; in nfsrc_freecache() local
800 mtx_lock(&hbp->mtx); in nfsrc_freecache()
803 mtx_unlock(&hbp->mtx); in nfsrc_freecache()
846 struct nfsrchash_bucket *hbp; in nfsrc_trimcache() local
854 hbp = NFSRCAHASH(sockref); in nfsrc_trimcache()
855 mtx_lock(&hbp->mtx); in nfsrc_trimcache()
[all …]
/freebsd/sys/arm/ti/am335x/
H A Dam335x_lcd.c308 uint32_t hbp, hfp, hsw; in am335x_mode_is_valid() local
321 hbp = MODE_HBP(mode) - 1; in am335x_mode_is_valid()
328 if (hbp > 0x3ff) in am335x_mode_is_valid()
618 uint32_t hbp, hfp, hsw; in am335x_lcd_configure() local
692 hbp = sc->sc_panel.panel_hbp - 1; in am335x_lcd_configure()
704 timing0 |= (hbp & 0xff) << RASTER_TIMING_0_HBP_SHIFT; in am335x_lcd_configure()
705 timing2 |= ((hbp >> 8) & 3) << RASTER_TIMING_2_HBPHI_SHIFT; in am335x_lcd_configure()