Searched refs:MemUserCopy (Results 1 - 2 of 2) sorted by relevance
/kernel/liteos_a/fs/proc/os_adapt/ |
H A D | sys_user.c | 47 static unsigned int MemUserCopy(const char *src, size_t len, char **kbuf) in MemUserCopy() function 75 unsigned ret = MemUserCopy(buf, count, &kbuf); in GetContainerLimitValue()
|
H A D | plimits_proc.c | 265 static unsigned int MemUserCopy(const char *src, size_t len, char **kbuf) in MemUserCopy() function 484 unsigned ret = MemUserCopy(buf, count, &kbuf); in GetPidLimitValue() 732 unsigned ret = MemUserCopy(buf, count, &kbuf); in DevLimitWriteAllow() 757 unsigned ret = MemUserCopy(buf, count, &kbuf); in DevLimitWriteDeny()
|
Completed in 2 milliseconds