Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/seccomp/
H A Dseccomp_bpf.c3040 struct utsname utsbuf; in TEST() local
3161 ASSERT_EQ(0, uname(&utsbuf)); in TEST()
3162 if (strncmp(utsbuf.machine, "arm", 3) == 0) { in TEST()