Searched defs:vmcp_session (Results 1 – 1 of 1) sorted by relevance
30 struct vmcp_session { struct31 char *response;32 unsigned int bufsize;33 unsigned int cma_alloc : 1;34 int resp_size;58 static void vmcp_response_alloc(struct vmcp_session *session) in vmcp_response_alloc() argument