/src/sys/arch/vax/boot/boot/ |
ra.c | 201 err = rastrategy(0, F_READ, LABELSECTOR, DEV_BSIZE, io_buf, &i); 251 rastrategy(void *f, int func, daddr_t dblk, function in typeref:typename:int 256 printf("rastrategy: buf %p is_tmscp %d\n", 296 printf("rastrategy: blk 0x%lx count %lx unit %x\n",
|
ra.c | 201 err = rastrategy(0, F_READ, LABELSECTOR, DEV_BSIZE, io_buf, &i); 251 rastrategy(void *f, int func, daddr_t dblk, function in typeref:typename:int 256 printf("rastrategy: buf %p is_tmscp %d\n", 296 printf("rastrategy: blk 0x%lx count %lx unit %x\n",
|
/src/sys/dev/mscp/ |
mscp_disk.c | 160 dev_type_strategy(rastrategy); 169 .d_strategy = rastrategy, 193 .d_strategy = rastrategy, 345 rastrategy(struct buf *bp) function in typeref:typename:void 398 return (physio(rastrategy, NULL, dev, B_READ, minphys, uio)); 405 return (physio(rastrategy, NULL, dev, B_WRITE, minphys, uio)); 454 error = writedisklabel(dev, rastrategy, lp,0); 613 dev_type_strategy(rastrategy); 620 .d_strategy = rastrategy, 644 rastrategy, minphy [all...] |
mscp_disk.c | 160 dev_type_strategy(rastrategy); 169 .d_strategy = rastrategy, 193 .d_strategy = rastrategy, 345 rastrategy(struct buf *bp) function in typeref:typename:void 398 return (physio(rastrategy, NULL, dev, B_READ, minphys, uio)); 405 return (physio(rastrategy, NULL, dev, B_WRITE, minphys, uio)); 454 error = writedisklabel(dev, rastrategy, lp,0); 613 dev_type_strategy(rastrategy); 620 .d_strategy = rastrategy, 644 rastrategy, minphy [all...] |