Home
last modified time | relevance | path

Searched refs:SBLOCKSIZE (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dfsys_ufs2.c95 if (! (part_length < (sblock_try[i] + (SBLOCKSIZE / DEV_BSIZE)) in ufs2_mount()
96 || ! devread (0, sblock_try[i], SBLOCKSIZE, (char *) SUPERBLOCK))) in ufs2_mount()
H A Dufs2.h201 #define SBLOCKSIZE 8192 macro
/illumos-gate/usr/src/boot/libsa/
H A Dufs.c499 fs = malloc(SBLOCKSIZE); in ufs_open()
507 sblock_try[i] / DEV_BSIZE, SBLOCKSIZE, in ufs_open()
514 buf_size == SBLOCKSIZE && in ufs_open()
/illumos-gate/usr/src/boot/sys/ufs/ffs/
H A Dfs.h75 #define SBLOCKSIZE 8192 macro