/src/sys/arch/evbmips/sbmips/ |
disksubr.c | 45 mbr_findslice(struct mbr_partition* dp, struct buf *bp); 54 mbr_findslice(struct mbr_partition *dp, struct buf *bp) function in typeref:struct:mbr_partition * 155 ourdp = mbr_findslice(dp, bp); 296 ourdp = mbr_findslice(dp, bp);
|
/src/sys/arch/hpc/hpc/ |
disksubr.c | 54 mbr_findslice(struct mbr_partition* dp, struct buf *bp); 63 mbr_findslice(struct mbr_partition *dp, struct buf *bp) function in typeref:struct:mbr_partition * 184 ourdp = mbr_findslice(dp, bp); 346 ourdp = mbr_findslice(dp, bp);
|
/src/sys/arch/playstation2/playstation2/ |
disksubr.c | 44 mbr_findslice(struct mbr_partition* dp, struct buf *bp); 53 mbr_findslice(struct mbr_partition *dp, struct buf *bp) function in typeref:struct:mbr_partition * 154 ourdp = mbr_findslice(dp, bp); 294 ourdp = mbr_findslice(dp, bp);
|
/src/sys/arch/sbmips/sbmips/ |
disksubr.c | 45 mbr_findslice(struct mbr_partition* dp, struct buf *bp); 54 mbr_findslice(struct mbr_partition *dp, struct buf *bp) function in typeref:struct:mbr_partition * 155 ourdp = mbr_findslice(dp, bp); 296 ourdp = mbr_findslice(dp, bp);
|
/src/sys/arch/sh3/sh3/ |
disksubr.c | 64 static struct mbr_partition *mbr_findslice(struct mbr_partition *, 262 mbr_findslice(struct mbr_partition *dp, struct buf *bp) function in typeref:struct:mbr_partition * 364 ourdp = mbr_findslice(dp, bp); 564 ourdp = mbr_findslice(dp, bp);
|