B_CALL 842 dev/ccd.c nbp->b_flags = bp->b_flags | B_CALL; B_CALL 2069 dev/raidframe/rf_openbsdkintf.c bp->b_flags = B_CALL | rw_flag; /* XXX need B_PHYS here too ??? */ B_CALL 2645 dev/softraid.c ccb->ccb_buf.b_flags = B_CALL; B_CALL 3107 dev/softraid.c ccb->ccb_buf.b_flags = B_CALL; B_CALL 501 dev/vnd.c flags = bp->b_flags | B_CALL; B_CALL 541 kern/vfs_bio.c SET(bp->b_flags, B_READ | B_ASYNC | B_CALL); B_CALL 1194 kern/vfs_bio.c if (ISSET(bp->b_flags, B_CALL)) { /* if necessary, call out */ B_CALL 1195 kern/vfs_bio.c CLR(bp->b_flags, B_CALL); /* but note callout done */ B_CALL 1374 uvm/uvm_swap.c nbp->vb_buf.b_flags = bp->b_flags | B_CALL; B_CALL 1995 uvm/uvm_swap.c bp->b_flags |= B_CALL | (curproc == uvm.pagedaemon_proc ?