bootpath_store
bootpath_store(1, bootpath);
static struct bootpath *bootpath_store(int, struct bootpath *);
bootpath_store(1, NULL);
struct bootpath *bp = bootpath_store(0, NULL);
bootpath_store(1, bp + 1);