Home
last modified time | relevance | path

Searched refs:CHANNEL_DEV_NAME_MAX (Results 1 – 3 of 3) sorted by relevance

/misc/services/life_mngr/
A Duart_channel.h15 #define CHANNEL_DEV_NAME_MAX 128U macro
25 char name[CHANNEL_DEV_NAME_MAX]; /**< channel device name */
42 char identifier[CHANNEL_DEV_NAME_MAX]; /**< the user VM name which is configured by user */
A Duart_channel.c33 strncpy(c_dev->name, saveptr, CHANNEL_DEV_NAME_MAX - 1U); in parse_channel_dev_id()
100 char buf[CHANNEL_DEV_NAME_MAX + SYNC_LEN]; in connect_uart_channel_dev()
A Dmonitor.c143 strncpy(c_dev->name, SERVICE_VM_NAME, CHANNEL_DEV_NAME_MAX - 1U); in init_uart_channel_devs_and_shutdown_commands()

Completed in 7 milliseconds