Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/fdisk/
H A Dfdisk.c635 static void dev_mboot_write(off_t sect, char *buff, int bootsiz);
1409 dev_mboot_write(off_t sect, char *buff, int bootsiz) in dev_mboot_write() argument
1528 if (write(Dev, buff, bootsiz) != bootsiz) { in dev_mboot_write()