Searched refs:porcess (Results 1 – 1 of 1) sorted by relevance
/kernel/liteos_a/fs/proc/os_adapt/ |
D | process_proc.c | 624 static struct ProcDirEntry *ProcCreatePorcess(UINT32 pid, struct ProcProcess *porcess, uintptr_t pr… in ProcCreatePorcess() argument 634 if (porcess->name != NULL) { in ProcCreatePorcess() 635 … ret = snprintf_s(pidName, PROC_PID_DIR_LEN, PROC_PID_DIR_LEN - 1, "%u/%s", pid, porcess->name); in ProcCreatePorcess() 640 if (porcess->name != NULL) { in ProcCreatePorcess() 641 … ret = snprintf_s(pidName, PROC_PID_DIR_LEN, PROC_PID_DIR_LEN - 1, "%s/%s", "self", porcess->name); in ProcCreatePorcess() 652 data->type = porcess->type; in ProcCreatePorcess() 655 …struct ProcDirEntry *container = ProcCreateData(pidName, porcess->mode, NULL, porcess->fileOps, &d… in ProcCreatePorcess()
|