Searched refs:cmdbuf (Results 1 – 1 of 1) sorted by relevance
305 char cmdbuf[32]; in sysfs_test_command() local312 if (count >= sizeof(cmdbuf)) in sysfs_test_command()321 memcpy(cmdbuf, buf, count); in sysfs_test_command()322 cmdbuf[count] = 0; in sysfs_test_command()324 if (sscanf(cmdbuf, "%d:%d", &op, &dat) != 2) in sysfs_test_command()