| /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...] |
| sbic.c | 1237 u_char *obp; local 1243 obp = bp; 1271 "%02x %02x %02x %02x\n", len, obp[0], obp[1], obp[2], 1272 obp[3], obp[4], obp[5], 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 */
|
| vfs_wapbl.c | 2572 struct buf *obp = bp; local 2618 bp = obp;
|
| /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...] |
| pl_7.c | 84 static bool obp[3]; variable 653 waddch(slot_w, obp[i] ? '1'+i : ' '); 655 mvwaddstr(slot_w, 1, 0, "OBP"); 769 obp[which] = show;
|
| /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 573 struct buf *obp = bounce->obp; local 577 memcpy(obp->b_data, (char *)bp->b_data + bounce->head, bounce->lcount); 583 memcpy((char *)obp->b_data + bounce->lcount, bp->b_data, bounce->rcount); 593 obp->b_error = bounce->rerr; 595 obp->b_error = bounce->lerr; 597 obp->b_resid = 0; 598 if (obp->b_error) 599 obp->b_resid = obp->b_bcount [all...] |
| /src/sys/dev/ |
| vnd.c | 677 struct buf *obp; local 680 obp = bufq_get(vnd->sc_tab); 681 if (obp == NULL) { 693 printf("vndthread(%p)\n", obp); 697 obp->b_error = ENXIO; 702 if ((obp->b_flags & B_READ) != 0 && (vnd->sc_flags & VNF_COMP)) { 706 bn = obp->b_rawblkno * 709 compstrategy(obp, bn); 735 bp->b_flags = (obp->b_flags & (B_READ | B_PHYS | B_RAW)); 736 bp->b_oflags = obp->b_oflags 981 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/sys/arch/mvme68k/dev/ |
| sbic.c | 1238 u_char *obp = bp; local 1270 "%02x %02x %02x %02x\n", len, obp[0], obp[1], obp[2], 1271 obp[3], obp[4], obp[5], obp[6], obp[7], obp[8], obp[9])) [all...] |
| /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...] |
| lfs_vfsops.c | 2523 struct buf *bp, *obp; local 2649 0, &obp)) 2651 memcpy(bp->b_data, obp->b_data, lfs_sb_getbsize(fs)); 2653 brelse(obp, 0);
|
| /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 | 1652 struct buf *obp = bp->b_private; local 1653 struct dkwedge_softc *sc = dkwedge_lookup(obp->b_dev); 1659 obp->b_error = bp->b_error; 1660 obp->b_resid = bp->b_resid; 1664 disk_unbusy(&sc->sc_dk, obp->b_bcount - obp->b_resid, 1665 obp->b_flags & B_READ); 1668 biodone(obp);
|