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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/dtc/libfdt/
H A Dlibfdt_internal.h65 uint32_t _fdt_next_tag(const void *fdt, int startoffset, int *nextoffset);
H A Dfdt_ro.c378 int fdt_node_offset_by_prop_value(const void *fdt, int startoffset, argument
388 for (offset = fdt_next_node(fdt, startoffset, NULL);
441 int fdt_node_offset_by_compatible(const void *fdt, int startoffset, argument
448 for (offset = fdt_next_node(fdt, startoffset, NULL);
H A Dlibfdt.h538 * @startoffset: only find nodes after this offset
544 * node after startoffset, which has a property named propname whose
546 * startoffset is -1, the very first such node in the tree.
563 * structure block offset of the located node (>= 0, >startoffset),
566 * tree after startoffset
573 int fdt_node_offset_by_prop_value(const void *fdt, int startoffset,
626 * @startoffset: only find nodes after this offset
630 * node after startoffset, which has a 'compatible' property which
631 * lists the given compatible string; or if startoffset is -1, the
647 * structure block offset of the located node (>= 0, >startoffset),
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/
H A Dxfs_vnodeops.c2703 xfs_off_t startoffset; local
2734 startoffset = bf->l_start;
2753 error = xfs_alloc_file_space(ip, startoffset, bf->l_len,
2762 if ((error = xfs_free_file_space(ip, startoffset, bf->l_len,
2771 if (startoffset > fsize) {
2773 startoffset - fsize, 0, attr_flags);
2779 iattr.ia_size = startoffset;

Completed in 89 milliseconds