Home
last modified time | relevance | path

Searched refs:rand_nb (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/tools/testing/selftests/hid/
H A Dhid_bpf.c134 static int uhid_create(struct __test_metadata *_metadata, int fd, int rand_nb) in uhid_create() argument
139 sprintf(buf, "test-uhid-device-%d", rand_nb); in uhid_create()
152 sprintf(buf, "%d", rand_nb); in uhid_create()
302 static int setup_uhid(struct __test_metadata *_metadata, int rand_nb) in setup_uhid() argument
311 ret = uhid_create(_metadata, fd, rand_nb); in setup_uhid()