HomeSort by: relevance | last modified time | path
    Searched defs:obp (Results 1 - 21 of 21) sorted by relevancy

  /src/sys/arch/amiga/dev/
ivsc.c 200 u_char *obp = buf; local in function:ivsc_dma_xfer_in
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 in function:mlhsc_dma_xfer_in
257 len, obp[0], obp[1], obp[2], obp[3], obp[4], obp[5],
258 obp[6], obp[7], obp[8], obp[9]))
    [all...]
otgsc.c 193 u_char *obp = buf; local in function:otgsc_dma_xfer_in
224 len, obp[0], obp[1], obp[2], obp[3], obp[4], obp[5],
225 obp[6], obp[7], obp[8], obp[9]))
    [all...]
wstsc.c 211 u_char *obp = (u_char *) buf; local in function:wstsc_dma_xfer_in
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 in function:wstsc_dma_xfer_in2
433 u_char *obp = (u_char *) buf; local in function:wstsc_dma_xfer_out2
    [all...]
sci.c 454 u_char *obp = buf; local in function:sci_ixfer_in
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 in function:sbicxfin
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/games/sail/
dr_3.c 274 bp = isdefense ? from->file->DBP : from->file->OBP;
294 int obp = 0; local in function:is_toughmelee
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 in typeref:typename:bool[3]
653 waddch(slot_w, obp[i] ? '1'+i : ' ');
655 mvwaddstr(slot_w, 1, 0, "OBP");
769 obp[which] = show;
  /src/sbin/fsck_ffs/
quota2.c 144 struct bufarea *bp, *obp = hbp; local in function:quota2_walk_list
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/bin/csh/
dol.c 822 Char *Dv[2], *lbp, *obp, *mbp, **vp; local in function:heredoc
850 obp = obuf;
887 *obp++ = (Char)c;
890 obp = obuf;
951 *obp++ = *mbp & TRIM;
954 obp = obuf;
958 *obp++ = '\n';
961 obp = obuf;
  /src/sys/ufs/lfs/
ulfs_quota2.c 201 struct buf *bp, *obp = hbp; local in function:quota2_walk_list
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 2470 struct buf *bp, *obp; local in function:lfs_resize_fs
2573 0, &obp))
2575 memcpy(bp->b_data, obp->b_data, lfs_sb_getbsize(fs));
2577 brelse(obp, 0);
  /src/sys/ufs/ufs/
ufs_quota2.c 197 struct buf *bp, *obp = hbp; local in function:quota2_walk_list
212 bp = obp;
228 if (bp != hbp && bp != obp)
232 if (obp != bp && obp != hbp) {
234 ret2 = bwrite(obp);
236 brelse(obp, 0);
238 obp = bp;
250 if (obp != hbp) {
252 ret2 = bwrite(obp);
    [all...]
  /src/sys/dev/ic/
wd33c93.c 1221 u_char *obp = bp; local in function:wd33c93_xfin
1251 "%02x %02x %02x %02x\n", len, obp[0], obp[1], obp[2],
1252 obp[3], obp[4], obp[5], obp[6], obp[7], obp[8], obp[9]))
    [all...]
  /src/sys/arch/mvme68k/dev/
sbic.c 1238 u_char *obp = bp; local in function:sbicxfin
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/arch/acorn32/podulebus/
sbic.c 1172 u_char *obp, *buf; local in function:sbicxfin
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/dev/
cgd.c 938 struct buf *obp = cx->cx_obp; local in function:cgdiodone
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 in function:cgd_iodone2
    [all...]
vnd.c 677 struct buf *obp; local in function:vndthread
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 in function:vndiodone
    [all...]
  /src/sys/dev/dkwedge/
dk.c 1652 struct buf *obp = bp->b_private; local in function:dkiodone
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);
  /src/sys/dev/scsipi/
cd.c 117 struct buf *obp; /* original buf */ member in struct:cdbounce
573 struct buf *obp = bounce->obp; local in function:cd_bounce_buffer_done
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/kern/
vfs_wapbl.c 2572 struct buf *obp = bp; local in function:wapbl_write_blocks
2618 bp = obp;

Completed in 188 milliseconds