Home
last modified time | relevance | path

Searched refs:INIT_LOGW (Results 1 – 18 of 18) sorted by relevance

/ohos5.0/base/startup/init/services/init/standard/
H A Dinit_signal_handler.c42INIT_LOGW("Child process %s(pid %d) exit with signal : %d", serviceName, sigPID, WTERMSIG(procStat… in HandleSigChild()
44INIT_LOGW("Child process %s(pid %d) exit with code : %d", serviceName, sigPID, WEXITSTATUS(procSta… in HandleSigChild()
51 INIT_LOGW("Service warning %s, SIGCHLD received, pid:%d uid:%d status:%d.", in HandleSigChild()
84 INIT_LOGW("start SIGCHLD handler failed"); in SignalInit()
87 INIT_LOGW("start SIGTERM handler failed"); in SignalInit()
H A Dinit.c80 INIT_LOGW("Failed to change owner of fd holder socket, err = %d", errno); in FdHolderSockInit()
84 INIT_LOGW("Failed to change mode of fd holder socket, err = %d", errno); in FdHolderSockInit()
H A Ddevice.c94 INIT_LOGW("Create /dev/urandom device node failed. %s", strerror(errno)); in CreateDeviceNode()
H A Dinit_cmdexecutor.c187 INIT_LOGW("Cannot find plugin command with index %d", index); in PluginExecCmdByCmdIndex()
H A Dinit_control_fd_service.c284 INIT_LOGW("Unknown control fd type."); in ProcessControlFd()
H A Dinit_cmds.c494 INIT_LOGW("Init fscrypt failed, not enable fscrypt"); in DoInitGlobalKey()
/ohos5.0/base/startup/init/services/log/
H A Dinit_log.h50 #define INIT_LOGW(fmt, ...) macro
59 #define INIT_LOGW(fmt, ...) \ macro
71 #define INIT_LOGW(fmt, ...) \ macro
103 INIT_LOGW(format, ##__VA_ARGS__); \
/ohos5.0/docs/zh-cn/device-dev/subsystems/
H A Dsubsys-boot-init-log.md104 INIT_LOGW
123 | INIT_LOGW | INIT_LOGW("initialize signal handler failed"); | 输出warning log。 |
/ohos5.0/base/startup/init/interfaces/innerkits/fs_manager/switch_root/
H A Dswitch_root.c113 INIT_LOGW("Cannot build new mount point for old mount point \" %s \"", mountPoint); in MountToNewTarget()
162 INIT_LOGW("Try to switch root in same device, skip switching root"); in SwitchRoot()
/ohos5.0/base/startup/init/ueventd/
H A Dueventd_device_handler.c47 INIT_LOGW("Failed to change \" %s \" owner, errno %d", deviceNode, errno); in AdjustDeviceNodePermissions()
51 INIT_LOGW("Failed to change \" %s \" mode, errno %d", deviceNode, errno); in AdjustDeviceNodePermissions()
303 INIT_LOGW("Invalid arguments, Skip to get device symbol links."); in GetBlockDeviceSymbolLinks()
H A Dueventd.c197 INIT_LOGW("Not found device for partitionName %s ", uevent->partitionName); in HandleRequiredBlockDeviceNodes()
363 INIT_LOGW("Cannot build uevent path under %s", path); in Trigger()
H A Dueventd_main.c105 INIT_LOGW("Failed to get uevent socket, try to create"); in UeventdDaemon()
/ohos5.0/base/startup/init/services/modules/bootevent/
H A Dbootevent.c223 INIT_LOGW("File %s already exist", file); in CreateBootEventFile()
227 INIT_LOGW("Failed to access %s, err = %d", file, errno); in CreateBootEventFile()
466 INIT_LOGW("%s not set", argv[0]); in DoUnsetBootEventCmd()
/ohos5.0/docs/en/device-dev/subsystems/
H A Dsubsys-boot-init-log.md107 INIT_LOGW
126 | INIT_LOGW | INIT_LOGW("initialize signal handler failed"); | Prints the log of the WARN level.|
/ohos5.0/base/startup/init/test/unittest/init/
H A Dinit_unittest.cpp140 INIT_LOGW("TestInitLog");
/ohos5.0/base/startup/init/services/init/
H A Dinit_service_manager.c280 INIT_LOGW("Service %s with invalid gid configuration", curServ->name); in GetGid()
320 INIT_LOGW("Service warning %s, failed to get gid.", curServ->name); in GetServiceGids()
759 INIT_LOGW("%s core number %d of CPU cores does not exist", service->name, cpus); in GetCpuArgs()
1073 INIT_LOGW("/dev/console is not exist, wait for it..."); in WatchConsoleDevice()
1081 INIT_LOGW("Failed to open /dev/console after try 1 time, err = %d", errno); in WatchConsoleDevice()
1137 INIT_LOGW("Failed to watch \'/dev/console\' device"); in ParseAllServices()
H A Dinit_common_service.c357 INIT_LOGW("Service warning %d %s, failed to dup fd for publish", errno, service->name); in PublishHoldFds()
415 INIT_LOGW("Service warning %d %s, failed to enter sandbox.", ret, service->name); in InitServiceProperties()
420 INIT_LOGW("Service warning %d %s, failed to set access token.", ret, service->name); in InitServiceProperties()
/ohos5.0/base/startup/init/remount/
H A Dremount_overlay.c349 INIT_LOGW("%s without expected type, skip overlay", targetFullPath); in MountBindEngFile()