Searched refs:proc_wait (Results 1 - 2 of 2) sorted by relevance
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/hi_proc/kernel/ |
H A D | hiproc.c | 51 static hi_proc_para proc_wait; variable 224 if (((strlen(proc_wait.cmd) > 0) && (strlen(proc_wait.entry.name) > 0))) { in hi_proc_ioctl() 225 (void)memcpy_s(&(user_proc_info->cmd), sizeof(user_proc_info->cmd), proc_wait.cmd, in hi_proc_ioctl() 226 sizeof(proc_wait.cmd)); in hi_proc_ioctl() 227 (void)memcpy_s(&(user_proc_info->entry), sizeof(osal_proc_entry_t), &(proc_wait.entry), in hi_proc_ioctl() 230 proc_wait.write_buf.buf, sizeof(user_proc_info->write_buf.buf)); in hi_proc_ioctl() 231 user_proc_info->write_buf.ppos = proc_wait.write_buf.ppos; in hi_proc_ioctl() 232 user_proc_info->write_buf.count = proc_wait.write_buf.count; in hi_proc_ioctl() 239 if (strlen(proc_wait in hi_proc_ioctl() [all...] |
/device/soc/hisilicon/hi3751v350/sdk_linux/source/msp/drv/hiproc/kernel/ |
H A D | hiproc.c | 50 static hi_proc_para proc_wait; variable 224 if (((strlen(proc_wait.cmd) > 0) && (strlen(proc_wait.entry.name) > 0))) { in hiproc_get_cmd() 225 (void)memcpy_s(&(user_proc_info->cmd), sizeof(user_proc_info->cmd), proc_wait.cmd, in hiproc_get_cmd() 226 sizeof(proc_wait.cmd)); in hiproc_get_cmd() 227 (void)memcpy_s(&(user_proc_info->entry), sizeof(osal_proc_entry), &(proc_wait.entry), in hiproc_get_cmd() 230 proc_wait.write_buf.buf, sizeof(user_proc_info->write_buf.buf)); in hiproc_get_cmd() 231 user_proc_info->write_buf.ppos = proc_wait.write_buf.ppos; in hiproc_get_cmd() 232 user_proc_info->write_buf.count = proc_wait.write_buf.count; in hiproc_get_cmd() 243 if (strlen(proc_wait in hiproc_wake_read_task() [all...] |
Completed in 2 milliseconds