Home
last modified time | relevance | path

Searched refs:INIT_LOGW (Results 1 - 16 of 16) sorted by relevance

/base/startup/init/services/init/standard/
H A Dinit_signal_handler.c42 INIT_LOGW("Child process %s(pid %d) exit with signal : %d", serviceName, sigPID, WTERMSIG(procStat)); in HandleSigChild()
44 INIT_LOGW("Child process %s(pid %d) exit with code : %d", serviceName, sigPID, WEXITSTATUS(procStat)); 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 Ddevice.c94 INIT_LOGW("Create /dev/urandom device node failed. %s", strerror(errno)); in CreateDeviceNode()
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 Dinit_control_fd_service.c284 INIT_LOGW("Unknown control fd type."); in ProcessControlFd()
H A Dinit_cmdexecutor.c187 INIT_LOGW("Cannot find plugin command with index %d", index); in PluginExecCmdByCmdIndex()
H A Dinit_cmds.c494 INIT_LOGW("Init fscrypt failed, not enable fscrypt"); in DoInitGlobalKey()
/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__); \
/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()
/base/startup/init/ueventd/
H A Dueventd_main.c103 INIT_LOGW("Failed to get uevent socket, try to create"); in UeventdDaemon()
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()
/base/startup/init/test/unittest/init/
H A Dinit_unittest.cpp138 INIT_LOGW("TestInitLog"); in HWTEST_F()
/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()
/base/startup/init/services/init/
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()
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()
/base/startup/init/remount/
H A Dremount_overlay.c353 INIT_LOGW("%s without expected type, skip overlay", targetFullPath); in MountBindEngFile()

Completed in 11 milliseconds