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.c52 static efi_status_t tee_mm_communicate(void *comm_buf, size_t dsize) in tee_mm_communicate()
125 static efi_status_t mm_communicate(u8 *comm_buf, size_t payload_size) in mm_communicate()
164 u8 *comm_buf; in setup_mm_hdr() local
203 u8 *comm_buf = NULL; in get_max_payload() local
247 u8 *comm_buf = NULL; in get_property_int() local
293 u8 *comm_buf = NULL; in tee_get_variable() local
356 u8 *comm_buf = NULL; in tee_get_next_variable() local
414 u8 *comm_buf = NULL; in tee_set_variable() local
485 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()