HomeSort by: relevance | last modified time | path
    Searched refs:BP (Results 1 - 10 of 10) sorted by relevancy

  /src/games/sail/
parties.c 47 struct BP *p = from->file->OBP;
48 struct BP *q = p + NBP;
59 struct BP *p = isdefense ? from->file->DBP : from->file->OBP;
60 struct BP *q = p + NBP;
71 struct BP *p = isdefense ? ship->file->DBP : ship->file->OBP;
dr_5.c 75 struct BP *bp; local
82 bp = isdefense ? from->file->DBP : from->file->OBP;
83 for (n=0; n < NBP; n++, bp++) {
84 if (bp->turnsent && bp->toship == to)
85 men += bp->mensent;
extern.h 115 struct BP {
148 struct BP OBP[NBP]; /* 30 */
149 struct BP DBP[NBP]; /* 48 */
dr_3.c 272 struct BP *bp; local
274 bp = isdefense ? from->file->DBP : from->file->OBP;
275 for (n = 0; n < NBP && bp[n].turnsent; n++)
293 struct BP *bp; local
299 bp = isdefense ? ship->file->DBP : ship->file->OBP;
300 for (n = 0; n < NBP; n++, bp++) {
301 if (bp->turnsent && (to == bp->toship || isdefense))
    [all...]
sync.c 746 struct BP *p = &ship->file->DBP[a];
811 struct BP *p = &ship->file->OBP[a];
  /src/sys/ufs/lfs/
lfs_accessors.h 601 # define LFS_LOCK_BUF(bp) do { \
602 if (((bp)->b_flags & B_LOCKED) == 0 && bp->b_iodone == NULL) { \
605 locked_queue_bytes += bp->b_bufsize; \
608 (bp)->b_flags |= B_LOCKED; \
611 # define LFS_UNLOCK_BUF(bp) do { \
612 if (((bp)->b_flags & B_LOCKED) != 0 && bp->b_iodone == NULL) { \
615 locked_queue_bytes -= bp->b_bufsize; \
621 (bp)->b_flags &= ~B_LOCKED;
    [all...]
lfs_segment.c 198 struct buf *bp, *nbp; local
248 for (bp = LIST_FIRST(&vp->v_dirtyblkhd); bp; bp = nbp) {
249 nbp = LIST_NEXT(bp, b_vnbufs);
251 KASSERT((bp->b_flags & B_GATHERED) == 0);
252 if (bp->b_oflags & BO_DELWRI) { /* XXX always true? */
253 lfs_sb_addavail(fs, lfs_btofsb(fs, bp->b_bcount));
257 if (bp->b_iodone != NULL) {
259 biodone(bp);
545 struct buf *bp; local
924 struct buf *bp; local
994 struct buf *bp; local
1373 struct buf *bp, *nbp; local
1406 struct buf *bp, *nbp; local
1514 struct buf *bp; local
1789 struct buf *bp; local
1835 struct buf *bp; local
1938 struct buf *bp; local
1959 struct buf *bp; local
2032 struct buf **bpp, *bp; local
2063 struct buf **bpp, *bp, *cbp, *newbp, *unbusybp; local
2436 struct buf *bp; local
2577 struct buf *bp = (struct buf *)wk; local
2605 struct buf *bp = (struct buf *)wk; local
2783 const struct buf *bp = bp_array[t1]; local
    [all...]
  /src/sys/sys/
mount.h 309 #define WAPBL_ADD_BUF(MP, BP) \
310 (*(MP)->mnt_wapbl_op->wo_wapbl_add_buf)((MP)->mnt_wapbl, (BP))
311 #define WAPBL_REMOVE_BUF(MP, BP) \
312 (*(MP)->mnt_wapbl_op->wo_wapbl_remove_buf)((MP)->mnt_wapbl, (BP))
313 #define WAPBL_RESIZE_BUF(MP, BP, OLDSZ, OLDCNT) \
314 (*(MP)->mnt_wapbl_op->wo_wapbl_resize_buf)((MP)->mnt_wapbl, (BP), \
  /src/sys/arch/sparc/sparc/
autoconf.c 530 struct bootpath *bp; local
537 bp = bootpath;
546 bootpath_fake(bp, cp);
555 pp = bp->name;
566 if (CPU_ISSUN4M && bp == bootpath
567 && strcmp(bp->name, "sbus") == 0) {
582 bp = &bootpath[2];
585 bp = &bootpath[1];
589 cp = str2hex(++cp, &bp->val[0]);
591 cp = str2hex(++cp, &bp->val[1])
1028 struct bootpath *bp; local
1774 struct bootpath *bp = bootpath_store(0, NULL); local
    [all...]
  /src/sys/arch/luna68k/stand/boot/
locore.S 216 movl #_ASM_LABEL(Reset),%a0 | BP vbr to %a0

Completed in 28 milliseconds