Searched refs:user (Results 1 – 17 of 17) sorted by relevance
| /system/private/ |
| A D | README.md | 9 or utilities shared between user and kernel or between user modules,
|
| /system/dev/block/zxcrypt/ |
| A D | worker.cpp | 43 packet->user.u64[0] = op; in MakeRequest() 44 packet->user.u64[1] = reinterpret_cast<uint64_t>(arg); in MakeRequest() 90 switch (packet.user.u64[0]) { in Run() 97 zxlogf(ERROR, "unknown request: 0x%016" PRIx64 "\n", packet.user.u64[0]); in Run() 102 block_op_t* block = reinterpret_cast<block_op_t*>(packet.user.u64[1]); in Run()
|
| /system/ulib/port/ |
| A D | port.c | 57 pkt.user.u32[0] = evt; in port_queue() 77 port, port->handle, ph, ph->func, pkt.user.u32[0]); in port_dispatch() 78 ph->func(ph, 0, pkt.user.u32[0]); in port_dispatch()
|
| /system/utest/thread-state/ |
| A D | thread-state.cpp | 49 { .user = { .u64 = { 1, 2, 3, 4 } } } 205 memcmp(&packet.user, &port_test_packet.user, sizeof(zx_port_packet_t::user)) != 0) { in do_msg_port_test()
|
| /system/public/zircon/syscalls/ |
| A D | port.h | 142 zx_packet_user_t user; member
|
| /system/fidl/fuchsia-hardware-nand/ |
| A D | ram-nand.fidl | 30 bool hidden; // Not a user-visible partition.
|
| /system/dev/misc/cpu-trace/ |
| A D | intel-pt.md | 18 (e.g., cr3 filtering, kernel/user, address filtering). 26 Filtering control (e.g., cr3, user/kernel) is not available in this mode.
|
| /system/ulib/ftl/inc/kprivate/ |
| A D | ndm.h | 50 ui32 user[NDM_PART_USER]; // reserved for the user member
|
| /system/utest/core/port/ |
| A D | ports.cpp | 44 EXPECT_EQ(memcmp(&in.user, &out.user, sizeof(zx_port_packet_t::user)), 0); in basic_test()
|
| /system/fidl/fuchsia-hardware-tee/ |
| A D | tee.fidl | 49 // For example, if the operation to be performed needs an output buffer, but the user cannot
|
| /system/banjo/ddk-protocol-usb/ |
| A D | usb.banjo | 34 /// cookie: user data passed to the |complete_cb|.
|
| /system/ulib/cobalt-client/ |
| A D | README.md | 69 - Delegate when to flush: The user determines when is the best momento to send
|
| /system/ulib/async-loop/ |
| A D | loop.c | 289 return async_loop_dispatch_packet(loop, receiver, packet.status, &packet.user); in async_loop_run_once() 610 packet.user = *data; in async_loop_queue_packet()
|
| /system/ulib/ftl/ndm/ |
| A D | ndm_init.c | 770 ndm->partitions[i].user[j] = RD32_LE(&ndm->main_buf[curr_loc]); in read_ctrl_info() 790 printf(" - user[%u] = %u\n", j, ndm->partitions[i].user[j]); in read_ctrl_info()
|
| A D | ndm_intrnl.c | 417 WR32_LE(ndm->partitions[i].user[j], &ndm->main_buf[curr_loc]); in wr_ctrl_info() 436 printf(" - user[%u] = %u\n", j, ndm->partitions[i].user[j]); in wr_ctrl_info()
|
| /system/fidl/fuchsia-cobalt/ |
| A D | cobalt.fidl | 10 // The two main pillars of Cobalt are protecting user privacy and providing 31 // please see our internal [user guide](go/fuchsia-cobalt-userguide) or
|
| /system/public/zircon/ |
| A D | syscalls.abigen | 1021 #^ Make Secure Monitor Call (SMC) from user space
|
Completed in 34 milliseconds