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

/netbsd-6-1-5-RELEASE/external/bsd/wpa/dist/src/wps/
H A Dhttpread.c195 char *hbp /* pointer to current line in header buffer */
198 if (word_eq(hbp, "CONTENT-LENGTH:")) {
199 while (isgraph(*hbp))
200 hbp++;
201 while (*hbp == ' ' || *hbp == '\t')
202 hbp++;
203 if (!isdigit(*hbp))
205 h->content_length = atol(hbp);
209 if (word_eq(hbp, "TRANSFER_ENCODIN
232 char *hbp = h->hdr; /* pointer into h->hdr */ local
406 char *hbp; /* pointer into header buffer */ local
[all...]
/netbsd-6-1-5-RELEASE/sys/dev/ic/
H A Dmonitors.h41 u_int16_t hbp; /* Horizontal Back Porch */ member in struct:monitor
/netbsd-6-1-5-RELEASE/sbin/fsck_ffs/
H A Dquota2.c75 quota2_alloc_quota(union dinode * dp, struct bufarea *hbp, argument
79 struct quota2_header *q2h = (void *)hbp->b_un.b_buf;
103 bp = hbp;
124 dirty(hbp);
126 if (bp != hbp)
139 quota2_walk_list(union dinode *dp, struct bufarea *hbp, uint64_t *offp, void *a, argument
143 struct bufarea *bp, *obp = hbp;
150 bp = hbp;
169 if (bp != hbp && bp != obp)
173 if (obp != bp && obp != hbp)
237 struct bufarea *bp, *hbp; local
464 struct bufarea *hbp; local
[all...]
/netbsd-6-1-5-RELEASE/sys/ufs/ufs/
H A Dufs_quota2.c193 quota2_walk_list(struct ufsmount *ump, struct buf *hbp, int type, argument
201 struct buf *bp, *obp = hbp;
213 bp = hbp;
233 if (bp != hbp && bp != obp)
237 if (obp != bp && obp != hbp) {
255 if (obp != hbp) {
296 struct buf *hbp, *bp; local
305 error = getq2h(ump, type, &hbp, &q2h, B_MODIFY);
317 brelse(hbp, 0);
330 brelse(hbp,
686 struct buf *hbp, *bp; local
1126 struct buf *hbp; local
[all...]
/netbsd-6-1-5-RELEASE/sys/dev/pci/
H A Dtga.c1512 ((m->hbp / 4) << 21) |
1518 ((m->hbp / 4) << 21) |

Completed in 121 milliseconds