Lines Matching defs:input_buf
4507 char input_buf[MAX_INPUT_BUF_SZ];
4519 memset(input_buf, 0, MAX_INPUT_BUF_SZ);
4520 if (copy_from_user(input_buf, buf, min_t(size_t, count, MAX_INPUT_BUF_SZ)))
4523 input_buf[MAX_INPUT_BUF_SZ - 1] = '\0';
4525 if (input_buf[0] == '/') {
4527 char *tok_buf = input_buf;
4530 size_t input_len = strlen(input_buf);
4554 ret = sscanf(input_buf, "%d,0x%lx,0x%lx,%d,%ld", &pid, &vaddr_start,
4558 ret = strlen(input_buf);
4568 ret = strlen(input_buf);