Home
last modified time | relevance | path

Searched refs:bufaddr (Results 1 – 5 of 5) sorted by relevance

/external/ltp/testcases/kernel/syscalls/read/
Dread02.c41 static void *bufaddr = buf; variable
53 {&badfd, &bufaddr, 1, EBADF},
54 {&fd2, &bufaddr, 1, EISDIR},
/external/llvm-project/lldb/source/Plugins/SystemRuntime/MacOSX/
DAppleGetThreadItemInfoHandler.cpp289 addr_t bufaddr = process_sp->AllocateMemory( in GetThreadItemInfo() local
291 if (!error.Success() || bufaddr == LLDB_INVALID_ADDRESS) { in GetThreadItemInfo()
296 m_get_thread_item_info_return_buffer_addr = bufaddr; in GetThreadItemInfo()
DAppleGetQueuesHandler.cpp287 addr_t bufaddr = process_sp->AllocateMemory( in GetCurrentQueues() local
289 if (!error.Success() || bufaddr == LLDB_INVALID_ADDRESS) { in GetCurrentQueues()
294 m_get_queues_return_buffer_addr = bufaddr; in GetCurrentQueues()
DAppleGetPendingItemsHandler.cpp288 addr_t bufaddr = process_sp->AllocateMemory( in GetPendingItems() local
290 if (!error.Success() || bufaddr == LLDB_INVALID_ADDRESS) { in GetPendingItems()
295 m_get_pending_items_return_buffer_addr = bufaddr; in GetPendingItems()
DAppleGetItemInfoHandler.cpp285 addr_t bufaddr = process_sp->AllocateMemory( in GetItemInfo() local
287 if (!error.Success() || bufaddr == LLDB_INVALID_ADDRESS) { in GetItemInfo()
292 m_get_item_info_return_buffer_addr = bufaddr; in GetItemInfo()