Searched refs:mbr_findslice (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/sys/arch/evbmips/sbmips/ |
H A D | disksubr.c | 45 mbr_findslice(struct mbr_partition* dp, struct buf *bp); 54 mbr_findslice(struct mbr_partition *dp, struct buf *bp) in mbr_findslice() function 155 ourdp = mbr_findslice(dp, bp); in readdisklabel() 296 ourdp = mbr_findslice(dp, bp); in writedisklabel()
|
/netbsd-src/sys/arch/playstation2/playstation2/ |
H A D | disksubr.c | 44 mbr_findslice(struct mbr_partition* dp, struct buf *bp); 53 mbr_findslice(struct mbr_partition *dp, struct buf *bp) in mbr_findslice() function 154 ourdp = mbr_findslice(dp, bp); in readdisklabel() 294 ourdp = mbr_findslice(dp, bp); in writedisklabel()
|
/netbsd-src/sys/arch/sbmips/sbmips/ |
H A D | disksubr.c | 45 mbr_findslice(struct mbr_partition* dp, struct buf *bp); 54 mbr_findslice(struct mbr_partition *dp, struct buf *bp) in mbr_findslice() function 155 ourdp = mbr_findslice(dp, bp); in readdisklabel() 296 ourdp = mbr_findslice(dp, bp); in writedisklabel()
|
/netbsd-src/sys/arch/hpc/hpc/ |
H A D | disksubr.c | 54 mbr_findslice(struct mbr_partition* dp, struct buf *bp); 63 mbr_findslice(struct mbr_partition *dp, struct buf *bp) in mbr_findslice() function 184 ourdp = mbr_findslice(dp, bp); in readdisklabel() 346 ourdp = mbr_findslice(dp, bp); in writedisklabel()
|
/netbsd-src/sys/arch/sh3/sh3/ |
H A D | disksubr.c | 64 static struct mbr_partition *mbr_findslice(struct mbr_partition *, 262 mbr_findslice(struct mbr_partition *dp, struct buf *bp) in mbr_findslice() function 364 ourdp = mbr_findslice(dp, bp); in readdisklabel() 564 ourdp = mbr_findslice(dp, bp); in writedisklabel()
|