| /src/sys/arch/amiga/dev/ |
| wstsc.c | 211 u_char *obp = (u_char *) buf; local 280 len, obp[0], obp[1], obp[2], obp[3], obp[4], obp[5], 281 obp[6], obp[7], obp[8], obp[9])) 345 u_char *obp = (u_char *) buf; local 433 u_char *obp = (u_char *) buf; local [all...] |
| otgsc.c | 193 u_char *obp = buf; local 224 len, obp[0], obp[1], obp[2], obp[3], obp[4], obp[5], 225 obp[6], obp[7], obp[8], obp[9])) [all...] |
| ivsc.c | 200 u_char *obp = buf; local 268 len, obp[0], obp[1], obp[2], obp[3], obp[4], obp[5], 269 obp[6], obp[7], obp[8], obp[9])) [all...] |
| mlhsc.c | 187 u_char *obp = buf; local 257 len, obp[0], obp[1], obp[2], obp[3], obp[4], obp[5], 258 obp[6], obp[7], obp[8], obp[9])) [all...] |
| sci.c | 454 u_char *obp = buf; local 489 len, obp[0], obp[1], obp[2], obp[3], obp[4], obp[5], 490 obp[6], obp[7], obp[8], obp[9])) [all...] |
| /src/sys/kern/ |
| kern_physio.c | 220 physio(void (*strategy)(struct buf *), struct buf *obp, dev_t dev, int flags, 246 ps->ps_orig_bp = obp; 258 if (obp != NULL) { 261 while (bbusy(obp, false, 0, NULL) == EPASSTHROUGH) 281 if (obp != NULL) { 284 * some drivers use "obp" as an identifier. 286 bp = obp; 412 if (bp != NULL && bp != obp) { 427 if (obp != NULL) { 428 KASSERT((obp->b_cflags & BC_BUSY) != 0) [all...] |
| bufq_priocscan.c | 148 struct buf *obp __diagused; 150 obp = rb_tree_insert_node(&q->cq_buffers, bp); 151 KASSERT(obp == bp); /* see cscan_tree_compare_nodes */
|
| /src/external/apache2/mDNSResponder/dist/ServiceRegistration/ |
| fromwire.c | 279 char *obp; local 281 obp = outbuf; 291 *obp++ = (ch); \ 292 *obp = 0; \ 305 ADVANCE(obp, outbuf, bufsize); 309 snprintf(obp, avail, "%d [%02x", rr->data.key.len, rr->data.key.key[i]); 310 ADVANCE(obp, obp, avail); 312 snprintf(obp, avail, " %02x", rr->data.key.key[i]); 313 ADVANCE(obp, obp, avail) [all...] |
| posix.c | 57 char *obp = outbuf; local 62 len = snprintf(obp, (sizeof(outbuf)) - (obp - outbuf), OBJECT_TYPE_STR(x) " %d %d %d %d|", \ 64 obp += len; \ 67 if (obp - outbuf > 900) { \ 69 obp = outbuf; \
|
| /src/external/bsd/nvi/dist/ex/ |
| ex_print.c | 290 exp->obp_len += n = vsnprintf(exp->obp + exp->obp_len, 291 sizeof(exp->obp) - exp->obp_len, fmt, ap); 295 if (exp->obp[exp->obp_len - 1] == '\n' || 296 exp->obp_len > sizeof(exp->obp) / 2) 317 if (exp->obp_len > sizeof(exp->obp)) 319 if ((exp->obp[exp->obp_len++] = *str++) == '\n') 341 sp->wp->scr_msg(sp, M_NONE, exp->obp, exp->obp_len);
|
| ex.h | 189 char obp[1024]; /* Ex output buffer. */ member in struct:_ex_private
|
| /src/games/sail/ |
| dr_3.c | 274 bp = isdefense ? from->file->DBP : from->file->OBP; 294 int obp = 0; local 295 int n, OBP = 0, DBP = 0, dbp = 0; 299 bp = isdefense ? ship->file->DBP : ship->file->OBP; 302 obp += bp->mensent / 100 304 obp += (bp->mensent % 100)/10 306 obp += bp->mensent % 10 311 return obp; 312 OBP = is_toughmelee(to, ship, 0, count + 1); 315 if (OBP > obp + 10 || OBP + DBP >= obp + dbp + 10 [all...] |
| /src/sys/dev/scsipi/ |
| ses.c | 884 ses_get_objstat(ses_softc_t *ssc, ses_objstat *obp, int slpflag) 886 int i = (int)obp->obj_id; 899 obp->cstat[0] = ssc->ses_objmap[i].encstat[0]; 900 obp->cstat[1] = ssc->ses_objmap[i].encstat[1]; 901 obp->cstat[2] = ssc->ses_objmap[i].encstat[2]; 902 obp->cstat[3] = ssc->ses_objmap[i].encstat[3]; 907 ses_set_objstat(ses_softc_t *ssc, ses_objstat *obp, int slpflag) 914 if ((obp->cstat[0] & SESCTL_CSEL) == 0) { 917 ComStat.comstatus = obp->cstat[0]; 918 ComStat.comstat[0] = obp->cstat[1] [all...] |
| cd.c | 117 struct buf *obp; /* original buf */ member in struct:cdbounce 575 struct buf *obp = bounce->obp; local 579 memcpy(obp->b_data, (char *)bp->b_data + bounce->head, bounce->lcount); 585 memcpy((char *)obp->b_data + bounce->lcount, bp->b_data, bounce->rcount); 595 obp->b_error = bounce->rerr; 597 obp->b_error = bounce->lerr; 599 obp->b_resid = 0; 600 if (obp->b_error) 601 obp->b_resid = obp->b_bcount [all...] |
| /src/sys/dev/ |
| vnd.c | 678 struct buf *obp; local 681 obp = bufq_get(vnd->sc_tab); 682 if (obp == NULL) { 694 printf("vndthread(%p)\n", obp); 698 obp->b_error = ENXIO; 703 if ((obp->b_flags & B_READ) != 0 && (vnd->sc_flags & VNF_COMP)) { 707 bn = obp->b_rawblkno * 710 compstrategy(obp, bn); 736 bp->b_flags = (obp->b_flags & (B_READ | B_PHYS | B_RAW)); 737 bp->b_oflags = obp->b_oflags 982 struct buf *obp = bp->b_private; local [all...] |
| cgd.c | 938 struct buf *obp = cx->cx_obp; local 939 struct cgd_softc *sc = getcgd_softc(obp->b_dev); 948 obp, obp->b_bcount, obp->b_resid)); 953 obp->b_error = nbp->b_error; 955 obp->b_error)); 967 cx->cx_obp = obp; 969 cx->cx_dstv = obp->b_data; 970 cx->cx_srcv = obp->b_data 987 struct buf *obp = cx->cx_obp; local [all...] |
| /src/sbin/fsck_ffs/ |
| quota2.c | 144 struct bufarea *bp, *obp = hbp; local 168 dirty(obp); 170 if (bp != hbp && bp != obp) 174 if (obp != bp && obp != hbp) 175 obp->b_flags &= ~B_INUSE; 176 obp = bp; 181 if (obp != hbp) 182 obp->b_flags &= ~B_INUSE;
|
| /src/sys/arch/acorn32/podulebus/ |
| sbic.c | 1172 u_char *obp, *buf; local 1179 obp = bp; 1206 "%02x %02x %02x %02x\n", len, obp[0], obp[1], obp[2], 1207 obp[3], obp[4], obp[5], obp[6], obp[7], obp[8], obp[9])) [all...] |
| /src/sys/ufs/ufs/ |
| ufs_quota2.c | 200 struct buf *bp, *obp = hbp; local 215 bp = obp; 231 if (bp != hbp && bp != obp) 235 if (obp != bp && obp != hbp) { 237 ret2 = bwrite(obp); 239 brelse(obp, 0); 241 obp = bp; 253 if (obp != hbp) { 255 ret2 = bwrite(obp); [all...] |
| /src/external/bsd/nvi/dist/common/ |
| conv.c | 280 char *obp = (char *)cw->bp1 + offset; \ 286 ret = iconv(id, (char **)(void *)&bp, lenp, &obp, &outleft);\ 288 HANDLE_ICONV_ERROR(obp, bp, outleft, len); \
|
| /src/sys/dev/ic/ |
| wd33c93.c | 1232 u_char *obp = bp; local 1262 "%02x %02x %02x %02x\n", len, obp[0], obp[1], obp[2], 1263 obp[3], obp[4], obp[5], obp[6], obp[7], obp[8], obp[9])) [all...] |
| /src/sys/ufs/lfs/ |
| ulfs_quota2.c | 201 struct buf *bp, *obp = hbp; local 216 bp = obp; 232 if (bp != hbp && bp != obp) 236 if (obp != bp && obp != hbp) { 238 ret2 = bwrite(obp); 240 brelse(obp, 0); 242 obp = bp; 254 if (obp != hbp) { 256 ret2 = bwrite(obp); [all...] |
| /src/sys/arch/mvme68k/dev/ |
| sbic.c | 1237 u_char *obp = bp; local 1269 "%02x %02x %02x %02x\n", len, obp[0], obp[1], obp[2], 1270 obp[3], obp[4], obp[5], obp[6], obp[7], obp[8], obp[9])) [all...] |
| /src/games/hunt/huntd/ |
| shots.c | 986 zapshot(BULLET *blist, BULLET *obp) 993 if (bp->b_x != obp->b_x || bp->b_y != obp->b_y) 995 if (bp->b_face == obp->b_face) 1002 explshot(blist, obp->b_y, obp->b_x);
|
| /src/sys/dev/dkwedge/ |
| dk.c | 1682 struct buf *obp = bp->b_private; local 1683 struct dkwedge_softc *sc = dkwedge_lookup(obp->b_dev); 1689 obp->b_error = bp->b_error; 1690 obp->b_resid = bp->b_resid; 1694 disk_unbusy(&sc->sc_dk, obp->b_bcount - obp->b_resid, 1695 obp->b_flags & B_READ); 1698 biodone(obp);
|