Home
last modified time | relevance | path

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

/drivers/hdf_core/framework/support/platform/src/watchdog/
Dwatchdog_if.c20 #define WATCHDOG_NAME_LEN 32 macro
31 serviceName = OsalMemCalloc(WATCHDOG_NAME_LEN + 1); in WatchdogGetById()
36 if (snprintf_s(serviceName, WATCHDOG_NAME_LEN + 1, WATCHDOG_NAME_LEN, in WatchdogGetById()
Dwatchdog_if_u.c17 #define WATCHDOG_NAME_LEN 32 macro
21 char serviceName[WATCHDOG_NAME_LEN + 1] = {0}; in WatchdogServiceGetById()
29 if (snprintf_s(serviceName, WATCHDOG_NAME_LEN + 1, WATCHDOG_NAME_LEN, in WatchdogServiceGetById()
/drivers/hdf_core/adapter/khdf/linux/platform/watchdog/
Dwatchdog_adapter.c35 #define WATCHDOG_NAME_LEN 20 macro
53 char name[WATCHDOG_NAME_LEN] = {0}; in WdtOpenFile()
61 if (sprintf_s(name, WATCHDOG_NAME_LEN - 1, "/dev/watchdog%d", wdt->wdtId) < 0) { in WdtOpenFile()