HomeSort by: relevance | last modified time | path
    Searched defs:bsdlabelsz (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/x68k/x68k/
disksubr.c 72 int i, bsdlabelsz, humanlabelsz; local in function:readdisklabel
93 bsdlabelsz =
99 bp = geteblk(MAX(bsdlabelsz, humanlabelsz));
105 bp->b_bcount = bsdlabelsz; /* to support < 512B/sector disks */
116 ((char *)bp->b_data + bsdlabelsz - sizeof(*dlp));
262 int error, bsdlabelsz, humanlabelsz, i; local in function:writedisklabel
275 bsdlabelsz =
281 bp = geteblk(MAX(bsdlabelsz, humanlabelsz));
287 bp->b_bcount = bsdlabelsz; /* to support < 512B/sector disks */
297 ((char *)bp->b_data + bsdlabelsz - sizeof(*dlp))
    [all...]
disksubr.c 72 int i, bsdlabelsz, humanlabelsz; local in function:readdisklabel
93 bsdlabelsz =
99 bp = geteblk(MAX(bsdlabelsz, humanlabelsz));
105 bp->b_bcount = bsdlabelsz; /* to support < 512B/sector disks */
116 ((char *)bp->b_data + bsdlabelsz - sizeof(*dlp));
262 int error, bsdlabelsz, humanlabelsz, i; local in function:writedisklabel
275 bsdlabelsz =
281 bp = geteblk(MAX(bsdlabelsz, humanlabelsz));
287 bp->b_bcount = bsdlabelsz; /* to support < 512B/sector disks */
297 ((char *)bp->b_data + bsdlabelsz - sizeof(*dlp))
    [all...]

Completed in 23 milliseconds