Searched refs:topic (Results 1 – 5 of 5) sorted by relevance
| /system/ulib/zx/include/lib/zx/ |
| A D | job.h | 48 …zx_status_t set_policy(uint32_t options, uint32_t topic, const void* policy, uint32_t count) const… in set_policy() argument 49 return zx_job_set_policy(get(), options, topic, policy, count); in set_policy()
|
| A D | object.h | 147 zx_status_t get_info(uint32_t topic, void* buffer, in get_info() argument 150 return zx_object_get_info(get(), topic, buffer, buffer_size, actual_count, avail_count); in get_info()
|
| /system/dev/lib/fake-bti/ |
| A D | fake-bti.cpp | 289 zx_status_t zx_object_get_info(zx_handle_t handle, uint32_t topic, void* buffer, in zx_object_get_info() argument 292 return _zx_object_get_info(handle, topic, buffer, buffer_size, actual_count, avail_count); in zx_object_get_info() 300 switch (topic) { in zx_object_get_info() 322 ZX_ASSERT_MSG(false, "fake object_get_info: Unsupported BTI topic %u\n", topic); in zx_object_get_info() 325 ZX_ASSERT_MSG(false, "fake object_get_info: Unsupported PMT topic %u\n", topic); in zx_object_get_info()
|
| /system/utest/core/object-info/ |
| A D | object-info.cpp | 868 bool jobch_helper_smoke(uint32_t topic, size_t expected_count) { in jobch_helper_smoke() argument 873 EXPECT_EQ(zx_object_get_info(get_test_job(), topic, in jobch_helper_smoke() 964 #define _RUN_COMMON_TESTS(topic, entry_type, get_handle) \ argument 969 RUN_TEST((bad_avail_fails<topic, entry_type, get_handle>)) 973 #define RUN_SINGLE_ENTRY_TESTS(topic, entry_type, get_handle) \ argument 974 _RUN_COMMON_TESTS(topic, entry_type, get_handle); \ 975 RUN_TEST((single_zero_buffer_fails<topic, entry_type, get_handle>)) 979 #define RUN_MULTI_ENTRY_TESTS(topic, entry_type, get_handle) \ argument 980 _RUN_COMMON_TESTS(topic, entry_type, get_handle); \ 981 RUN_TEST((multi_zero_buffer_succeeds<topic, get_handle>)); \ [all …]
|
| /system/public/zircon/ |
| A D | syscalls.abigen | 220 #! If topic is ZX_INFO_PROCESS, handle must be of type ZX_OBJ_TYPE_PROCESS and have ZX_RIGHT_INSPEC… 224 #! If topic is ZX_INFO_THREAD, handle must be of type ZX_OBJ_TYPE_THREAD and have ZX_RIGHT_INSPECT. 230 #! If topic is ZX_INFO_VMO, handle must be of type ZX_OBJ_TYPE_VMO. 232 #! If topic is ZX_INFO_VMAR, handle must be of type ZX_OBJ_TYPE_VMAR and have ZX_RIGHT_INSPECT. 233 #! If topic is ZX_INFO_CPU_STATS, handle must have resource kind ZX_RSRC_KIND_ROOT. 234 #! If topic is ZX_INFO_KMEM_STATS, handle must have resource kind ZX_RSRC_KIND_ROOT. 236 #! If topic is ZX_INFO_HANDLE_COUNT, handle must have ZX_RIGHT_INSPECT. 237 #! If topic is ZX_INFO_BTI, handle must be of type ZX_OBJ_TYPE_BTI and have ZX_RIGHT_INSPECT. 239 #! If topic is ZX_INFO_SOCKET, handle must be of type ZX_OBJ_TYPE_SOCKET and have ZX_RIGHT_INSPECT. 241 (handle: zx_handle_t, topic: uint32_t, buffer: any[buffer_size] OUT, buffer_size: size_t) [all …]
|
Completed in 11 milliseconds