Searched defs:obj (Results 26 - 43 of 43) sorted by relevance

12

/fuchsia/zircon/system/dev/block/block/
H A Dserver.h82 static fbl::DoublyLinkedListNodeState<block_msg_t*>& node_state(block_msg_t& obj) { argument
/fuchsia/zircon/system/dev/bus/acpi/
H A Ddev-battery.c49 ACPI_OBJECT obj = { local
H A Ddev-tbmc.cpp106 ACPI_OBJECT obj = { }; local
/fuchsia/zircon/system/ulib/blktest/
H A Dblktest.cpp309 bool create_vmo_helper(int fd, test_vmo_object_t* obj, size_t kBlockSize) { argument
333 write_striped_vmo_helper(fifo_client_t* client, test_vmo_object_t* obj, size_t i, size_t objs, groupid_t group, size_t kBlockSize) argument
354 read_striped_vmo_helper(fifo_client_t* client, test_vmo_object_t* obj, size_t i, size_t objs, groupid_t group, size_t kBlockSize) argument
388 close_vmo_helper(fifo_client_t* client, test_vmo_object_t* obj, groupid_t group) argument
437 test_vmo_object_t* obj; member in struct:tests::__anon888
448 test_vmo_object_t* obj = fifoarg->obj; local
594 test_vmo_object_t obj; local
631 test_vmo_object_t obj; local
669 test_vmo_object_t obj; local
731 test_vmo_object_t obj; local
[all...]
/fuchsia/zircon/system/ulib/digest/
H A Dmerkle-tree.cpp338 MerkleTree obj; member in struct:merkle_tree_t
/fuchsia/zircon/system/ulib/driver-info/
H A Ddriver-info.c53 static zx_status_t for_each_note(void* obj, di_read_func_t diread, argument
116 static zx_status_t di_pread(void* obj, void* data, size_t len, size_t off) { argument
124 zx_status_t di_read_driver_info_etc(void* obj, di_read_func_t rfunc, argument
/fuchsia/zircon/system/ulib/fbl/include/fbl/
H A Dintrusive_single_list.h182 static SinglyLinkedListNodeState<T>& node_state(typename PtrTraits::RefType obj) { argument
271 iterator make_iterator(ValueType& obj) { return iterator(&obj); } argument
H A Dintrusive_hash_table.h128 iterator make_iterator(ValueType& obj) { argument
250 PtrType erase(ValueType& obj) { argument
489 PtrType direct_erase(BucketType& bucket, ValueType& obj) { argument
525 BucketType& GetBucket(const ValueType& obj) { return GetBucket(KeyTraits::GetKey(obj)); } argument
527 GetHash(const KeyType& obj) argument
[all...]
H A Dintrusive_double_list.h55 static DoublyLinkedListNodeState<T>& node_state(typename PtrTraits::RefType obj) { argument
142 iterator make_iterator(ValueType& obj) { return iterator(&obj); } argument
262 PtrType erase(ValueType& obj) { return internal_erase(&obj); } argument
H A Dintrusive_wavl_tree.h87 static WAVLTreeNodeState<PtrType, RankType>& node_state(typename PtrTraits::RefType obj) { argument
184 iterator make_iterator(ValueType& obj) { return iterator(&obj); } argument
238 RawPtrType obj = PtrTraits::GetRaw(ptr); local
359 PtrType erase(ValueType& obj) { argument
/fuchsia/zircon/system/utest/policy/
H A Djob-policy.cpp175 zx_handle_t obj; local
329 zx_handle_t obj; local
/fuchsia/zircon/system/ulib/blobfs/include/blobfs/
H A Dblobfs.h296 static const uint8_t* GetKey(const VnodeBlob& obj) { return obj.GetKey(); } argument
/fuchsia/zircon/system/utest/fbl/
H A Dfunction_tests.cpp606 Obj obj; local
H A Dintrusive_wavl_tree_tests.cpp24 static WAVLTreeNodeState<PtrType>& node_state(typename PtrTraits::RefType obj) { argument
29 static KeyType GetKey(typename PtrTraits::ConstRefType obj) { argument
37 static void SetKey(typename PtrTraits::RefType obj, KeyType key) { argument
/fuchsia/zircon/system/utest/fit/
H A Dfunction_tests.cpp673 Obj obj; local
/fuchsia/zircon/system/utest/core/object-info/
H A Dobject-info.cpp456 zx_handle_t obj = GetHandle(); local
/fuchsia/zircon/system/utest/ramdisk/
H A Dramdisk.cpp685 bool create_vmo_helper(int fd, test_vmo_object_t* obj, size_t kBlockSize) { argument
709 write_striped_vmo_helper(const block_client::Client* client, test_vmo_object_t* obj, size_t i, size_t objs, groupid_t group, size_t kBlockSize) argument
730 read_striped_vmo_helper(const block_client::Client* client, test_vmo_object_t* obj, size_t i, size_t objs, groupid_t group, size_t kBlockSize) argument
762 close_vmo_helper(const block_client::Client* client, test_vmo_object_t* obj, groupid_t group) argument
811 test_vmo_object_t* obj; member in struct:tests::__anon1451
822 test_vmo_object_t* obj = fifoarg->obj; local
958 test_vmo_object_t obj; local
998 test_vmo_object_t obj; local
1059 test_vmo_object_t obj; local
1140 test_vmo_object_t obj; local
1176 test_vmo_object_t obj; local
1214 test_vmo_object_t obj; local
1273 test_vmo_object_t obj; local
[all...]
/fuchsia/zircon/third_party/ulib/musl/third_party/tre/
H A Dregcomp.c84 void* obj; /* Pointer to actual node. */ member in struct:__anon1856
134 static tre_ast_node_t* tre_ast_new_node(tre_mem_t mem, int type, void* obj) { argument
[all...]

Completed in 264 milliseconds

12