Home
last modified time | relevance | path

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

/freebsd/stand/libsa/geli/
H A Dgeliboot.c151 if ((buf = malloc(DEV_GELIBOOT_BSIZE)) == NULL) in geli_taste()
153 alignsector = rounddown2(lastsector * DEV_BSIZE, DEV_GELIBOOT_BSIZE); in geli_taste()
154 if (alignsector + DEV_GELIBOOT_BSIZE > ((lastsector + 1) * DEV_BSIZE)) { in geli_taste()
157 DEV_GELIBOOT_BSIZE; in geli_taste()
159 error = readfunc(NULL, readpriv, alignsector, buf, DEV_GELIBOOT_BSIZE); in geli_taste()
179 (DEV_GELIBOOT_BSIZE - DEV_BSIZE), &md); in geli_taste()
H A Dgeliboot.h38 #ifndef DEV_GELIBOOT_BSIZE
39 #define DEV_GELIBOOT_BSIZE 4096 macro