Searched defs:node (Results 51 - 75 of 87) sorted by relevance

1234

/fuchsia/zircon/system/uapp/psutils/
H A Dtop.c30 struct list_node node; member in struct:__anon873
[all...]
/fuchsia/zircon/system/ulib/ddk/include/ddk/protocol/
H A Dethernet.h54 list_node_t node; member in struct:ethmac_netbuf
H A Dsdmmc.h44 list_node_t node; member in struct:sdmmc_txn
/fuchsia/zircon/system/ulib/fbl/include/fbl/
H A Dintrusive_single_list.h582 explicit iterator_impl(typename IterTraits::RawPtrType node) argument
H A Dintrusive_double_list.h499 iterator_impl(const typename PtrTraits::RawPtrType node) argument
565 internal_erase(RawPtrType node) argument
593 internal_swap(typename PtrTraits::RefType node, PtrType&& ptr) argument
[all...]
/fuchsia/zircon/system/ulib/lockdep/include/lockdep/
H A Dlock_class_state.h271 Connect(LoopNode* node) argument
310 Push(LoopNode* node) argument
319 LoopNode* node = stack; local
329 FindSet(LoopNode* node) argument
[all...]
/fuchsia/zircon/system/utest/fs/
H A Dtest-rw-workers.c72 list_node_t node; member in struct:thread_list
H A Dtest-random-op.c71 list_node_t node; member in struct:thread_list
/fuchsia/zircon/third_party/ulib/jemalloc/src/
H A Drtree.c87 rtree_node_dalloc(tsdn_t *tsdn, rtree_t *rtree, rtree_elm_t *node) argument
100 rtree_delete_subtree(tsdn_t *tsdn, rtree_t *rtree, rtree_elm_t *node, argument
135 rtree_elm_t *node; local
[all...]
/fuchsia/zircon/system/dev/block/ramdisk/
H A Dramdisk.c60 list_node_t node; member in struct:__anon211
/fuchsia/zircon/system/dev/usb/xhci/
H A Dxhci-device-manager.c28 list_node_t node; member in struct:__anon528
498 list_node_t* node = list_remove_head(&xhci->command_queue); local
[all...]
/fuchsia/zircon/system/ulib/fdio/
H A Dbsdsocket.c299 int getaddrinfo(const char* __restrict node, argument
/fuchsia/zircon/system/ulib/zxio/
H A Dzxio.cpp27 zx_status_t zxio_acquire_node(zx_handle_t node, zxio_t** out_io) { argument
/fuchsia/zircon/system/utest/fbl/
H A Dintrusive_wavl_tree_tests.cpp142 static bool VerifyRankRule(const TreeType& tree, typename TreeType::RawPtrType node) { argument
/fuchsia/zircon/third_party/uapp/dash/src/
H A Dnodes.h148 union node { union
[all...]
H A Djobs.c751 makejob(union node *node, int nprocs) argument
[all...]
/fuchsia/zircon/system/core/devmgr/
H A Ddevcoordinator.h25 list_node_t node; member in struct:dc_work
36 list_node_t node; member in struct:dc_pending
63 list_node_t node; member in struct:dc_devhost
93 list_node_t node; member in struct:dc_device
154 struct list_node node; member in struct:dc_driver
H A Ddevmgr-devfs.cpp46 list_node_t node; member in struct:dc_devnode
63 list_node_t node; member in struct:dc_iostate
[all...]
/fuchsia/zircon/system/core/virtcon/
H A Dvc-display.cpp32 struct list_node node; member in struct:display_info
/fuchsia/zircon/system/dev/bluetooth/bt-transport-usb/
H A Dbt-transport-usb.c82 list_node_t* node; local
90 list_node_t* node; local
318 list_node_t* node = list_peek_head(&hci->free_acl_write_reqs); local
[all...]
/fuchsia/zircon/system/dev/display/display/
H A Dcontroller.cpp457 auto node = list_peek_tail_type(&info->images, image_node_t, link); local
/fuchsia/zircon/system/dev/display/vim-display/
H A Dvim-display.cpp42 list_node_t node; member in struct:image_info
/fuchsia/zircon/system/dev/ethernet/asix-88772b/
H A Dasix-88772b.c149 list_node_t* node; local
349 list_node_t* node = list_remove_head(&eth->free_write_reqs); local
[all...]
/fuchsia/zircon/system/dev/usb/usb-test/usb-tester/
H A Dusb-tester.c55 list_node_t node; member in struct:__anon517
[all...]
/fuchsia/zircon/system/ulib/async-loop/
H A Dloop.c63 list_node_t node; member in struct:thread_record
122 static inline async_wait_t* node_to_wait(list_node_t* node) { argument
130 static inline async_task_t* node_to_task(list_node_t* node) { argument
138 static inline async_exception_t* node_to_exception(list_node_t* node) { argument
205 list_node_t* node; local
345 list_node_t* node; local
515 list_node_t* node = wait_to_node(wait); local
571 list_node_t* node = task_to_node(task); local
667 list_node_t* node = exception_to_node(exception); local
690 list_node_t* node; local
[all...]

Completed in 220 milliseconds

1234