Home
last modified time | relevance | path

Searched refs:INIT_STATIC (Results 1 - 8 of 8) sorted by relevance

/base/startup/init/services/init/include/
H A Dinit.h38 #ifndef INIT_STATIC
39 #define INIT_STATIC static macro
42 #ifndef INIT_STATIC
43 #define INIT_STATIC macro
/base/startup/init/remount/
H A Dremount_overlay.c38 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 Derofs_mount_overlay.c41 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 Derofs_remount_overlay.c81 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 Dinit_utils.h28 #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 Dinit.c143 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 Dinit_signal_handler.c58 INIT_STATIC void ProcessSignal(const struct signalfd_siginfo *siginfo) in ProcessSignal()
/base/startup/init/test/unittest/init/
H A Dinit_unittest.cpp43 INIT_STATIC void ProcessSignal(const struct signalfd_siginfo *siginfo);

Completed in 4 milliseconds