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