bufinit
extern void bufinit(void);
bufinit();
SYSINIT(do_bufinit, SI_BOOT2_MACHDEP, SI_ORDER_FIRST, bufinit, NULL);