Home
last modified time | relevance | path

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

/kernel/liteos_a/fs/proc/os_adapt/
H A Dprocess_proc.c79 static ssize_t ProcessContainerLink(unsigned int containerID, ContainerType type, char *buffer, size_t bufLen) in ProcessContainerLink() argument
83 count = snprintf_s(buffer, bufLen, bufLen - 1, "'pid:[%u]'", containerID); in ProcessContainerLink()
85 count = snprintf_s(buffer, bufLen, bufLen - 1, "'uts:[%u]'", containerID); in ProcessContainerLink()
87 count = snprintf_s(buffer, bufLen, bufLen - 1, "'mnt:[%u]'", containerID); in ProcessContainerLink()
89 count = snprintf_s(buffer, bufLen, bufLen - 1, "'ipc:[%u]'", containerID); in ProcessContainerLink()
91 count = snprintf_s(buffer, bufLen, bufLen - 1, "'time:[%u]'", containerID); in ProcessContainerLink()
93 count = snprintf_s(buffer, bufLen, bufLen - 1, "'user:[%u]'", containerID); in ProcessContainerLink()
95 count = snprintf_s(buffer, bufLen, bufLen - 1, "'net:[%u]'", containerID); in ProcessContainerLink()
129 UINT32 containerID = OsGetContainerID(processCB, (ContainerType)data->type); in ProcessContainerReadLink() local
131 if (containerID ! in ProcessContainerReadLink()
[all...]
/kernel/liteos_a/kernel/extended/container/
H A Dlos_ipc_container.c70 ipcContainer->containerID = OsAllocContainerID(); in CreateNewIpcContainer()
210 return ipcContainer->containerID; in OsGetIpcContainerID()
H A Dlos_mnt_container.c53 mntContainer->containerID = OsAllocContainerID(); in CreateNewMntContainer()
246 return mntContainer->containerID; in OsGetMntContainerID()
H A Dlos_time_container.c45 timeContainer->containerID = OsAllocContainerID(); in CreateNewTimeContainer()
211 return timeContainer->containerID; in OsGetTimeContainerID()
H A Dlos_uts_container.c77 utsContainer->containerID = OsAllocContainerID(); in CreateNewUtsContainer()
233 return utsContainer->containerID; in OsGetUtsContainerID()
H A Dlos_net_container.c186 netContainer->containerID = OsAllocContainerID(); in CreateNewNetContainer()
283 return netContainer->containerID; in OsGetNetContainerID()
H A Dlos_credentials.c183 return credentials->userContainer->containerID; in OsGetUserContainerID()
H A Dlos_pid_container.c265 newPidContainer->containerID = OsAllocContainerID(); in CreateNewPidContainer()
616 return pidContainer->containerID; in OsGetPidContainerID()
H A Dlos_user_container.c74 userContainer->containerID = OsAllocContainerID(); in OsCreateUserContainer()
/kernel/liteos_a/kernel/base/include/
H A Dlos_mnt_container_pri.h46 UINT32 containerID; member
H A Dlos_net_container_pri.h45 UINT32 containerID; member
H A Dlos_uts_container_pri.h45 UINT32 containerID; member
H A Dlos_time_container_pri.h44 UINT32 containerID; member
H A Dlos_ipc_container_pri.h58 UINT32 containerID; member
H A Dlos_user_container_pri.h62 UINT32 containerID; member
H A Dlos_pid_container_pri.h57 UINT32 containerID; member

Completed in 7 milliseconds