Lines Matching refs:input_buf
3126 char input_buf[MAX_INPUT_BUF_SZ];
3136 memset(input_buf, 0, MAX_INPUT_BUF_SZ);
3137 if (copy_from_user(input_buf, buf, min_t(size_t, count, MAX_INPUT_BUF_SZ)))
3140 input_buf[MAX_INPUT_BUF_SZ - 1] = '\0';
3142 if (input_buf[0] == '/') {
3144 char *buf = input_buf;
3147 size_t input_len = strlen(input_buf);
3169 ret = sscanf(input_buf, "%d,0x%lx,0x%lx", &pid, &vaddr_start, &vaddr_end);
3172 ret = strlen(input_buf);
3181 ret = strlen(input_buf);