Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/atari/stand/ahdilabel/
H A Dwrite.c45 #define BSL_SIZE 1 macro
149 root->ar_bslsize = (u_int32_t) BSL_SIZE; in ahdi_writelabel()
292 if ((bsl = malloc (sizeof (u_int8_t) * BSL_SIZE * DEV_BSIZE)) == NULL) in write_bsl()
300 if (!disk_write (fd, (u_int) BSL_OFFSET, (u_int) BSL_SIZE, bsl)) { in write_bsl()