Home
last modified time | relevance | path

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

/kernel/liteos_a/fs/proc/os_adapt/
Dprocess_proc.c79 static ssize_t ProcessContainerLink(unsigned int containerID, ContainerType type, char *buffer, siz… 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 != OS_INVALID_VALUE) { in ProcessContainerReadLink()
[all …]
/kernel/liteos_a/kernel/extended/container/
Dlos_ipc_container.c70 ipcContainer->containerID = OsAllocContainerID(); in CreateNewIpcContainer()
210 return ipcContainer->containerID; in OsGetIpcContainerID()
Dlos_mnt_container.c53 mntContainer->containerID = OsAllocContainerID(); in CreateNewMntContainer()
246 return mntContainer->containerID; in OsGetMntContainerID()
Dlos_uts_container.c77 utsContainer->containerID = OsAllocContainerID(); in CreateNewUtsContainer()
233 return utsContainer->containerID; in OsGetUtsContainerID()
Dlos_time_container.c45 timeContainer->containerID = OsAllocContainerID(); in CreateNewTimeContainer()
211 return timeContainer->containerID; in OsGetTimeContainerID()
Dlos_net_container.c186 netContainer->containerID = OsAllocContainerID(); in CreateNewNetContainer()
283 return netContainer->containerID; in OsGetNetContainerID()
Dlos_credentials.c183 return credentials->userContainer->containerID; in OsGetUserContainerID()
Dlos_pid_container.c265 newPidContainer->containerID = OsAllocContainerID(); in CreateNewPidContainer()
616 return pidContainer->containerID; in OsGetPidContainerID()
Dlos_user_container.c74 userContainer->containerID = OsAllocContainerID(); in OsCreateUserContainer()
/kernel/liteos_a/kernel/base/include/
Dlos_net_container_pri.h45 UINT32 containerID; member
Dlos_uts_container_pri.h45 UINT32 containerID; member
Dlos_mnt_container_pri.h46 UINT32 containerID; member
Dlos_time_container_pri.h44 UINT32 containerID; member
Dlos_user_container_pri.h62 UINT32 containerID; member
Dlos_ipc_container_pri.h58 UINT32 containerID; member
Dlos_pid_container_pri.h57 UINT32 containerID; member