Searched refs:startoffset (Results 1 - 11 of 11) sorted by relevance

/freebsd-10.1-release/sys/contrib/libfdt/
H A Dfdt.c93 uint32_t fdt_next_tag(const void *fdt, int startoffset, int *nextoffset) argument
97 int offset = startoffset;
136 if (!fdt_offset_ptr(fdt, startoffset, offset - startoffset))
H A Dfdt_ro.c466 int fdt_node_offset_by_prop_value(const void *fdt, int startoffset, argument
481 for (offset = fdt_next_node(fdt, startoffset, NULL);
551 int fdt_node_offset_by_compatible(const void *fdt, int startoffset, argument
563 for (offset = fdt_next_node(fdt, startoffset, NULL);
H A Dlibfdt.h697 * @startoffset: only find nodes after this offset
703 * node after startoffset, which has a property named propname whose
705 * startoffset is -1, the very first such node in the tree.
722 * structure block offset of the located node (>= 0, >startoffset),
725 * tree after startoffset
732 int fdt_node_offset_by_prop_value(const void *fdt, int startoffset,
785 * @startoffset: only find nodes after this offset
789 * node after startoffset, which has a 'compatible' property which
790 * lists the given compatible string; or if startoffset is -1, the
806 * structure block offset of the located node (>= 0, >startoffset),
[all...]
/freebsd-10.1-release/contrib/dtc/libfdt/
H A Dfdt.c93 uint32_t fdt_next_tag(const void *fdt, int startoffset, int *nextoffset) argument
97 int offset = startoffset;
136 if (!fdt_offset_ptr(fdt, startoffset, offset - startoffset))
H A Dfdt_ro.c466 int fdt_node_offset_by_prop_value(const void *fdt, int startoffset, argument
481 for (offset = fdt_next_node(fdt, startoffset, NULL);
550 int fdt_node_offset_by_compatible(const void *fdt, int startoffset, argument
562 for (offset = fdt_next_node(fdt, startoffset, NULL);
H A Dlibfdt.h719 * @startoffset: only find nodes after this offset
725 * node after startoffset, which has a property named propname whose
727 * startoffset is -1, the very first such node in the tree.
744 * structure block offset of the located node (>= 0, >startoffset),
747 * tree after startoffset
754 int fdt_node_offset_by_prop_value(const void *fdt, int startoffset,
807 * @startoffset: only find nodes after this offset
811 * node after startoffset, which has a 'compatible' property which
812 * lists the given compatible string; or if startoffset is -1, the
828 * structure block offset of the located node (>= 0, >startoffset),
[all...]
/freebsd-10.1-release/crypto/openssh/regress/
H A Dintegrity.sh10 startoffset=2900
31 for off in `jot $tries $startoffset`; do
/freebsd-10.1-release/sys/ufs/ffs/
H A Dffs_balloc.c90 ffs_balloc_ufs1(struct vnode *vp, off_t startoffset, int size, argument
116 lbn = lblkno(fs, startoffset);
117 size = blkoff(fs, startoffset) + size;
539 ffs_balloc_ufs2(struct vnode *vp, off_t startoffset, int size, argument
563 lbn = lblkno(fs, startoffset);
564 size = blkoff(fs, startoffset) + size;
/freebsd-10.1-release/sys/fs/ext2fs/
H A Dext2_lookup.c142 off_t offset, startoffset; local
167 offset = startoffset = uio->uio_offset;
214 if (offset < startoffset || dp->e2d_ino == 0)
/freebsd-10.1-release/usr.sbin/makefs/
H A Dcd9660.c448 int64_t startoffset; local
561 startoffset = diskStructure.sectorSize*diskStructure.dataFirstSector;
563 totalSpace = cd9660_compute_offsets(real_root, startoffset);
/freebsd-10.1-release/sys/ufs/ufs/
H A Dufs_vnops.c2145 off_t offset, startoffset; local
2170 offset = startoffset = uio->uio_offset;
2209 if (offset < startoffset || dp->d_ino == 0)

Completed in 83 milliseconds