Searched defs:borrowed (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/ |
H A D | PythonDataObjects.cpp | 1073 OwnedPythonFile(const PythonFile &file, bool borrowed, Args... args) in OwnedPythonFile() 1134 SimplePythonFile(const PythonFile &file, bool borrowed, int fd, in SimplePythonFile() 1185 PythonIOFile(const PythonFile &file, bool borrowed) in PythonIOFile() 1231 BinaryPythonFile(int fd, const PythonFile &file, bool borrowed) in BinaryPythonFile() 1285 TextPythonFile(int fd, const PythonFile &file, bool borrowed) in TextPythonFile() 1336 llvm::Expected<FileSP> PythonFile::ConvertToFile(bool borrowed) { in ConvertToFile() 1378 PythonFile::ConvertToFileForcingUseOfScriptingIOMethods(bool borrowed) { in ConvertToFileForcingUseOfScriptingIOMethods()
|
/freebsd/sys/dev/bhnd/bhndb/ |
H A D | bhndb.c | 1640 bus_size_t size, bool *borrowed, bool *stolen, bus_addr_t *restore) in bhndb_io_resource_get_window() 1727 bool borrowed; in bhndb_io_resource() local
|
/freebsd/sys/net/altq/ |
H A D | altq_rmclass.c | 1253 rm_class_t *cl, *borrowed; in rmc_update_class_util() local
|
/freebsd/sys/contrib/openzfs/cmd/zdb/ |
H A D | zdb.c | 8880 boolean_t borrowed = B_FALSE, found = B_FALSE; in zdb_read_block() local
|