Searched refs:INIT_STATIC (Results 1 - 8 of 8) sorted by relevance
/base/startup/init/services/init/include/ |
H A D | init.h | 38 #ifndef INIT_STATIC
39 #define INIT_STATIC static
macro 42 #ifndef INIT_STATIC
43 #define INIT_STATIC
macro
|
/base/startup/init/remount/ |
H A D | remount_overlay.c | 38 INIT_STATIC bool MntNeedRemount(const char *mnt)
in MntNeedRemount() 51 INIT_STATIC bool IsSkipRemount(const struct mntent mentry)
in IsSkipRemount() 69 INIT_STATIC int ExecCommand(int argc, char **argv)
in ExecCommand() 90 INIT_STATIC int GetDevSize(const char *fsBlkDev, uint64_t *devSize)
in GetDevSize() 109 INIT_STATIC int FormatExt4(const char *fsBlkDev, const char *fsMntPoint)
in FormatExt4() 146 INIT_STATIC void OverlayRemountPre(const char *mnt)
in OverlayRemountPre() 153 INIT_STATIC void OverlayRemountPost(const char *mnt)
in OverlayRemountPost() 160 INIT_STATIC bool DoRemount(struct mntent *mentry, bool *result)
in DoRemount() 214 INIT_STATIC bool DirectoryExists(const char *path)
in DirectoryExists() 258 INIT_STATIC boo [all...] |
/base/startup/init/interfaces/innerkits/fs_manager/erofs_overlay/ |
H A D | erofs_mount_overlay.c | 41 INIT_STATIC void AllocDmName(const char *name, char *nameRofs, const uint64_t nameRofsLen,
in AllocDmName() 72 INIT_STATIC uint64_t LookupErofsEnd(const char *dev)
in LookupErofsEnd() 105 INIT_STATIC uint64_t GetImgSize(const char *dev, uint64_t offset)
in GetImgSize() 137 INIT_STATIC uint64_t GetFsSize(int fd)
in GetFsSize() 167 INIT_STATIC uint64_t GetBlockSize(const char *dev)
in GetBlockSize() 182 INIT_STATIC uint64_t AlignTo(uint64_t base, uint64_t alignment)
in AlignTo() 190 INIT_STATIC int GetMapperAddr(const char *dev, uint64_t *start, uint64_t *length)
in GetMapperAddr() 233 INIT_STATIC int ConstructLinearTarget(DmVerityTarget *target, const char *dev, uint64_t mapStart, uint64_t mapLength)
in ConstructLinearTarget() 256 INIT_STATIC void DestoryLinearTarget(DmVerityTarget *target)
in DestoryLinearTarget() 264 INIT_STATIC in [all...] |
H A D | erofs_remount_overlay.c | 81 INIT_STATIC int Modem2Exchange(const char *modemPath, const char *exchangePath)
in Modem2Exchange() 101 INIT_STATIC int Exchange2Modem(const char *modemPath, const char *exchangePath)
in Exchange2Modem()
|
/base/startup/init/interfaces/innerkits/include/ |
H A D | init_utils.h | 28 #ifndef INIT_STATIC
29 #define INIT_STATIC static
macro 32 #ifndef INIT_STATIC
33 #define INIT_STATIC
macro
|
/base/startup/init/services/init/standard/ |
H A D | init.c | 143 INIT_STATIC void BootStateChange(int start, const char *content)
in BootStateChange() 183 INIT_STATIC void InitPreHook(const HOOK_INFO *hookInfo, void *executionContext)
in InitPreHook() 189 INIT_STATIC void InitPostHook(const HOOK_INFO *hookInfo, void *executionContext, int executionRetVal)
in InitPostHook() 214 INIT_STATIC void TriggerServices(int startMode)
in TriggerServices()
|
H A D | init_signal_handler.c | 58 INIT_STATIC void ProcessSignal(const struct signalfd_siginfo *siginfo)
in ProcessSignal()
|
/base/startup/init/test/unittest/init/ |
H A D | init_unittest.cpp | 43 INIT_STATIC void ProcessSignal(const struct signalfd_siginfo *siginfo);
|
Completed in 4 milliseconds