Home
last modified time | relevance | path

Searched refs:src_spec (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/arm/freescale/vybrid/
H A Dvf_src.c81 static struct resource_spec src_spec[] = { variable
119 if (bus_alloc_resources(dev, src_spec, sc->res)) { in src_attach()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerCommon.cpp713 FileSpec src_spec(src); in Handle_vFile_symlink() local
714 FileSystem::Instance().Resolve(src_spec); in Handle_vFile_symlink()
715 Status error = FileSystem::Instance().Symlink(src_spec, FileSpec(dst)); in Handle_vFile_symlink()