Home
last modified time | relevance | path

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

/netbsd-src/usr.sbin/installboot/arch/
H A Dhp300.c66 #define LIF_VOLDIRSIZE 1024 /* size of LIF volume header and directory */ macro
160 bootstrap_size = LIF_VOLDIRSIZE; in hp300_setboot()
272 rv = pwrite(params->fsfd, bootstrap, LIF_VOLDIRSIZE, 0); in hp300_setboot()
273 if (rv != LIF_VOLDIRSIZE) { in hp300_setboot()