Searched refs:UDRIVER_RPC_NAME_FORMAT (Results 1 – 2 of 2) sorted by relevance
17 #define UDRIVER_RPC_NAME_FORMAT "rpc-%d-main" macro140 ret = snprintf(g_main_rpc_name, sizeof(g_main_rpc_name), UDRIVER_RPC_NAME_FORMAT, getpid()); in u_driver_entry()
50 #define UDRIVER_RPC_NAME_FORMAT "rpc-%d-%s" macro746 …ret = snprintf(rpc_name, UDRIVER_RCP_NAME_MAX_LEN, UDRIVER_RPC_NAME_FORMAT, getpid(), sdev->node_n… in aos_dev_reg_with_flag()
Completed in 6 milliseconds