Home
last modified time | relevance | path

Searched refs:bbsize (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/psm/stand/bootblks/common/
H A Dmkbb.sh49 bbsize=$(ls -l $1 | awk -e '{ print $5 }')
50 if [ $bbsize -gt $rdoff ]; then
/titanic_44/usr/src/cmd/fs.d/ufs/mkfs/
H A Dmkfs.c493 long bbsize = BBSIZE; /* boot block size */ variable
1634 roundup(howmany(bbsize + sbsize, sblock.fs_fsize), sblock.fs_frag); in main()