Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dof_live.h21 int of_live_build(const void *fdt_blob, struct device_node **rootp);
/openbmc/linux/fs/isofs/
H A Dinode.c624 struct iso_directory_record *rootp; in isofs_fill_super() local
760 rootp = (struct iso_directory_record *) h_pri->root_directory_record; in isofs_fill_super()
767 rootp = (struct iso_directory_record *) pri->root_directory_record; in isofs_fill_super()
811 first_data_zone = isonum_733(rootp->extent) + in isofs_fill_super()
812 isonum_711(rootp->ext_attr_length); in isofs_fill_super()
832 rootp = (struct iso_directory_record *) in isofs_fill_super()
834 first_data_zone = isonum_733(rootp->extent) + in isofs_fill_super()
835 isonum_711(rootp->ext_attr_length); in isofs_fill_super()
/openbmc/u-boot/lib/
H A Dof_live.c317 int of_live_build(const void *fdt_blob, struct device_node **rootp) in of_live_build() argument
322 ret = unflatten_device_tree(fdt_blob, rootp); in of_live_build()
/openbmc/linux/drivers/iommu/
H A Dipmmu-vmsa.c158 struct ipmmu_vmsa_device **rootp = data; in __ipmmu_check_device() local
161 *rootp = mmu; in __ipmmu_check_device()
/openbmc/qemu/hw/i386/kvm/
H A Dxenstore_impl.c829 const char *path, XsNode ***rootp) in init_walk_op() argument
853 *rootp = &s->root; in init_walk_op()
861 *rootp = &tx->root; in init_walk_op()
/openbmc/linux/fs/nilfs2/
H A Dsuper.c543 struct nilfs_root **rootp) in nilfs_attach_checkpoint() argument
586 *rootp = root; in nilfs_attach_checkpoint()