Searched defs:depth (Results 1 - 25 of 27) sorted by relevance

12

/fuchsia/zircon/system/uapp/psutils/
H A Dkillall.c18 zx_status_t process_callback(void* unused_ctx, int depth, zx_handle_t process, argument
H A Dkill.c12 static zx_status_t callback(void* ctx, int depth, zx_handle_t handle, argument
H A Dps.c26 int depth; member in struct:__anon870
72 static zx_status_t job_callback(void* ctx, int depth, zx_handle_t job, argument
92 static zx_status_t process_callback(void* ctx, int depth, argument
161 thread_callback(void* ctx, int depth, zx_handle_t thread, zx_koid_t koid, zx_koid_t parent_koid) argument
[all...]
H A Dtop.c81 static zx_status_t process_callback(void* unused_ctx, int depth, argument
92 static zx_status_t thread_callback(void* unused_ctx, int depth, argument
/fuchsia/zircon/system/ulib/task-utils/include/task-utils/
H A Dwalker.h61 OnJob( int depth, zx_handle_t job, zx_koid_t koid, zx_koid_t parent_koid) argument
65 OnProcess( int depth, zx_handle_t process, zx_koid_t koid, zx_koid_t parent_koid) argument
69 OnThread( int depth, zx_handle_t process, zx_koid_t koid, zx_koid_t parent_koid) argument
/fuchsia/zircon/system/utest/fs/
H A Dtest-overflow.c84 int depth = 0; local
/fuchsia/zircon/system/ulib/task-utils/
H A Dget.c31 static zx_status_t job_callback(void* ctx, int depth, zx_handle_t handle, argument
36 static zx_status_t process_callback(void* ctx, int depth, zx_handle_t handle, argument
41 static zx_status_t thread_callback(void* ctx, int depth, zx_handle_t handle, argument
H A Dwalker.cpp112 do_threads_worker( const walk_ctx_t* ctx, koid_table_t* koids, zx_handle_t process, zx_koid_t process_koid, int depth) argument
154 do_threads( const walk_ctx_t* ctx, zx_handle_t job, zx_koid_t job_koid, int depth) argument
163 do_processes_worker( const walk_ctx_t* ctx, koid_table_t* koids, zx_handle_t job, zx_koid_t job_koid, int depth) argument
213 do_processes( const walk_ctx_t* ctx, zx_handle_t job, zx_koid_t job_koid, int depth) argument
222 do_jobs_worker( const walk_ctx_t* ctx, koid_table_t* koids, zx_handle_t job, zx_koid_t job_koid, int depth) argument
273 do_jobs( const walk_ctx_t* ctx, zx_handle_t job, zx_koid_t job_koid, int depth) argument
282 walk_job_tree_internal( const walk_ctx_t* ctx, zx_handle_t job, zx_koid_t job_koid, int depth) argument
353 job_cpp_cb(void* ctx, int depth, zx_handle_t handle, zx_koid_t koid, zx_koid_t parent_koid) argument
359 process_cpp_cb(void* ctx, int depth, zx_handle_t handle, zx_koid_t koid, zx_koid_t parent_koid) argument
365 thread_cpp_cb(void* ctx, int depth, zx_handle_t handle, zx_koid_t koid, zx_koid_t parent_koid) argument
[all...]
/fuchsia/zircon/system/utest/fbl/include/fbl/tests/intrusive_containers/
H A Dintrusive_wavl_tree_checker.h82 uint64_t depth = 0; local
/fuchsia/zircon/system/ulib/fbl/include/fbl/
H A Dintrusive_wavl_tree_internal.h46 static bool VerifyBalance(const TreeType& tree, uint64_t depth) { argument
/fuchsia/zircon/system/utest/task-utils/
H A Dwalker.cpp155 MaybePoison(int depth, zx_status_t s) argument
[all...]
/fuchsia/zircon/kernel/target/arm64/boot-shim/
H A Ddevicetree.c146 uint32_t depth = 0; local
H A Dboot-shim.c69 static int node_callback(int depth, const char *name, void *cookie) { argument
/fuchsia/zircon/kernel/vm/
H A Dvm_object_physical.cpp61 void VmObjectPhysical::Dump(uint depth, bool verbose) { argument
H A Dvm_mapping.cpp50 void VmMapping::Dump(uint depth, bool verbose) const { argument
H A Dvm_address_region.cpp538 bool VmAddressRegion::EnumerateChildrenLocked(VmEnumerator* ve, uint depth) { argument
595 void VmAddressRegion::Dump(uint depth, bool verbose) const { argument
[all...]
/fuchsia/zircon/third_party/ulib/jemalloc/test/unit/
H A Dph.c42 node_print(const node_t *node, unsigned depth) argument
/fuchsia/zircon/kernel/vm/include/vm/
H A Dvm_address_region.h66 virtual bool OnVmAddressRegion(const VmAddressRegion* vmar, uint depth) { argument
71 OnVmMapping(const VmMapping* map, const VmAddressRegion* vmar, uint depth) argument
[all...]
/fuchsia/zircon/system/uapp/lsusb/
H A Dlsusb.c63 static int do_list_device(int fd, int configuration, bool verbose, const char* devname, int depth, argument
279 int depth; // depth in tree, or -1 if not computed yet member in struct:device_node
363 int depth = get_node_depth(node, devices); local
[all...]
/fuchsia/zircon/system/utest/property/
H A Dproperty.c314 size_t depth = 0u; local
/fuchsia/zircon/system/dev/usb/xhci/
H A Dxhci-device-manager.c760 int depth = 0; local
/fuchsia/zircon/system/utest/fbl/
H A Dintrusive_wavl_tree_tests.cpp178 static bool VerifyBalance(const TreeType& tree, uint64_t depth) { argument
/fuchsia/zircon/kernel/syscalls/
H A Dobject.cpp740 size_t depth = channel->TxMessageMax(); local
/fuchsia/zircon/system/host/fidl/lib/
H A Dflat_ast.cpp131 uint32_t depth = 0u; local
155 uint32_t depth = 0u; local
186 uint32_t depth = std::numeric_limits<uint32_t>::max(); local
[all...]
/fuchsia/zircon/system/public/zircon/syscalls/
H A Dobject.h216 size_t depth; member in struct:zx_info_maps

Completed in 141 milliseconds

12