Home
last modified time | relevance | path

Searched refs:CMDLINE_VALUE_LEN_MAX (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/startup/init/ueventd/include/
H A Dueventd.h68 #define CMDLINE_VALUE_LEN_MAX 512 macro
73 extern char bootDevice[CMDLINE_VALUE_LEN_MAX];
/ohos5.0/base/startup/init/ueventd/
H A Dueventd.c40 char bootDevice[CMDLINE_VALUE_LEN_MAX] = { 0 };
379 int ret = GetParameterFromCmdLine("default_boot_device", bootDevice, CMDLINE_VALUE_LEN_MAX); in RetriggerUevent()
/ohos5.0/base/startup/init/interfaces/innerkits/include/
H A Dinit_utils.h46 #define CMDLINE_VALUE_LEN_MAX 512 macro
/ohos5.0/docs/zh-cn/device-dev/subsystems/
H A Dsubsys-boot-deviceboot.md237 … int ret = GetProcCmdlineValue("default_boot_device", buffer, bootDevice, CMDLINE_VALUE_LEN_MAX);
/ohos5.0/docs/en/device-dev/subsystems/
H A Dsubsys-boot-deviceboot.md237 … int ret = GetProcCmdlineValue("default_boot_device", buffer, bootDevice, CMDLINE_VALUE_LEN_MAX);