Home
last modified time | relevance | path

Searched defs:fdto (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/external/bsd/libfdt/dist/
H A Dfdt_overlay.c30 static uint32_t overlay_get_target_phandle(const void *fdto, int fragment) in overlay_get_target_phandle()
60 static int overlay_get_target(const void *fdt, const void *fdto, in overlay_get_target()
158 static int overlay_adjust_node_phandles(void *fdto, int node, in overlay_adjust_node_phandles()
195 static int overlay_adjust_local_phandles(void *fdto, uint32_t delta) in overlay_adjust_local_phandles()
222 static int overlay_update_local_node_references(void *fdto, in overlay_update_local_node_references()
326 static int overlay_update_local_references(void *fdto, uint32_t delta) in overlay_update_local_references()
369 static int overlay_fixup_one_phandle(void *fdt, void *fdto, in overlay_fixup_one_phandle()
429 static int overlay_fixup_phandle(void *fdt, void *fdto, int symbols_off, in overlay_fixup_phandle()
511 static int overlay_fixup_phandles(void *fdt, void *fdto) in overlay_fixup_phandles()
559 void *fdto, int node) in overlay_apply_node()
[all …]
/netbsd-src/share/examples/refuse/fanoutfs/
H A Dfanoutfs.c165 int fdto; in copyfile() local