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

1 2

  /src/sys/arch/amiga/dev/
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...]
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...]
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...]
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/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/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/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; \
macos-ioloop.c 622 char *obp = obuf; local
623 int left = sizeof(obp) - 1;
634 snprintf(obp, left, "%02x", ((uint8_t *)&message->wire)[i + j + k]);
635 obp += 2;
636 *obp++ = ' ';
639 *obp++ = ' ';
642 *obp = 0;
  /src/bin/csh/
dol.c 822 Char *Dv[2], *lbp, *obp, *mbp, **vp; local
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/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/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/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/libbind/dist/irs/
dns_ho.c 1034 char *obp = bp; local
1067 return((bp + addrlen) - obp);
  /src/sys/dev/
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...]
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...]
  /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);
  /src/external/bsd/nvi/dist/ex/
ex.h 189 char obp[1024]; /* Ex output buffer. */ member in struct:_ex_private
  /src/sys/dev/scsipi/
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...]

Completed in 50 milliseconds

1 2