Searched refs:proc (Results 1 – 18 of 18) sorted by relevance
/trusty/user/base/host/keymint-rust/derive/ |
D | rules.mk | 25 $(call FIND_CRATE,proc-macro2) \ 29 MODULE_RUST_CRATE_TYPES := proc-macro
|
/trusty/user/base/host/authgraph-rust/derive/ |
D | rules.mk | 25 $(call FIND_CRATE,proc-macro2) \ 29 MODULE_RUST_CRATE_TYPES := proc-macro
|
/trusty/user/app/sample/hwcrypto/ |
D | main.c | 48 if (handler && handler->proc) { in dispatch_event() 50 handler->proc(ev, handler->priv); in dispatch_event()
|
D | hwrng_srv.c | 49 .proc = hwrng_port_handler, 240 ctx->evt_handler.proc = hwrng_chan_handler; in hwrng_port_handler()
|
D | hwkey_srv.c | 72 .proc = hwkey_port_handler, 641 ctx->evt_handler.proc = hwkey_chan_handler; in hwkey_port_handler()
|
/trusty/hardware/nxp/app/hwcrypto/ |
D | common.h | 26 event_handler_proc_t proc; member
|
D | main.c | 201 if (handler && handler->proc) { in dispatch_event() 203 handler->proc(ev, handler->priv); in dispatch_event()
|
D | hwrng_srv.c | 52 .proc = hwrng_port_handler, 237 ctx->evt_handler.proc = hwrng_chan_handler; in hwrng_port_handler()
|
D | hwkey_srv.c | 47 .proc = hwkey_port_handler, 298 ctx->evt_handler.proc = hwkey_chan_handler; in hwkey_port_handler()
|
/trusty/user/base/lib/tipc/ |
D | tipc.c | 240 assert(evt_handler->proc); in tipc_hset_add_entry() 262 assert(evt_handler->proc); in tipc_hset_mod_entry() 301 handler->proc(&evt, handler->priv); in tipc_handle_event()
|
D | tipc_srv.c | 247 chan->event_handler.proc = chan_event_handler_proc; in handle_connect() 370 port->event_handler.proc = port_event_handler_proc; in tipc_add_service()
|
/trusty/user/base/lib/tipc/test/srv/ |
D | srv.c | 35 event_handler_proc_t proc; member 88 .proc = datasink_handle_chan, 239 state->handler.proc = NULL; in _destroy_service() 263 state->handler.proc = srv->port_handler; in _create_service() 763 chan_st->handler.proc = srv->chan_handler; in echo_handle_port() 841 if (handler && handler->proc) { in dispatch_event() 843 handler->proc(ev); in dispatch_event()
|
/trusty/user/app/sample/hwcrypto/keybox/ |
D | srv.c | 46 .proc = keybox_port_handler, 184 ctx->evt_handler.proc = keybox_chan_handler; in keybox_port_handler()
|
/trusty/user/base/lib/tipc/include/lib/tipc/ |
D | tipc.h | 181 event_handler_proc_t proc; member
|
/trusty/user/app/keymaster/ipc/ |
D | keymaster_ipc.cpp | 41 event_handler_proc_t proc; member 65 .proc = keymaster_port_handler_secure, 70 .proc = keymaster_port_handler_non_secure, 699 ctx->handler.proc = &keymaster_chan_handler; in keymaster_ctx_open() 866 if (handler && handler->proc) { in dispatch_event() 868 handler->proc(ev, handler->priv); in dispatch_event()
|
/trusty/user/base/make/ |
D | library.mk | 183 ifneq ($(filter proc-macro,$(MODULE_RUST_CRATE_TYPES)),) 189 ifneq ($(strip $(filter-out proc-macro,$(MODULE_RUST_CRATE_TYPES))),) 190 $(error $(MODULE) cannot be built as both a proc-macro and a target crate) 356 ifneq ($(filter proc-macro,$(MODULE_RUST_CRATE_TYPES)),) 649 ifneq ($(filter proc-macro,$(MODULE_RUST_CRATE_TYPES)),)
|
/trusty/user/app/storage/ |
D | ipc.c | 114 .evt_handler = {.proc = handle_channel, .priv = chan_ctx}, in do_connect() 395 .evt_handler = {.proc = handle_port, .priv = ctxp}, in ipc_port_create()
|
/trusty/vendor/google/aosp/scripts/ |
D | test-map | 178 command="TAINTED=$(cat /proc/sys/kernel/tainted)"
|