Home
last modified time | relevance | path

Searched defs:comm_buf (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/firmware/efi/stmm/
H A Dtee_stmm_efi.c51 static efi_status_t tee_mm_communicate(void *comm_buf, size_t dsize) in tee_mm_communicate()
124 static efi_status_t mm_communicate(u8 *comm_buf, size_t payload_size) in mm_communicate()
163 u8 *comm_buf; in setup_mm_hdr() local
202 u8 *comm_buf = NULL; in get_max_payload() local
246 u8 *comm_buf = NULL; in get_property_int() local
292 u8 *comm_buf = NULL; in tee_get_variable() local
355 u8 *comm_buf = NULL; in tee_get_next_variable() local
413 u8 *comm_buf = NULL; in tee_set_variable() local
484 u8 *comm_buf; in tee_query_variable_info() local
/linux/tools/accounting/
H A Ddelaytop.c630 static int read_comm(int pid, char *comm_buf, size_t buf_size) in read_comm()