Home
last modified time | relevance | path

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

/linux-6.15/include/uapi/linux/
H A Dutsname.h7 struct oldold_utsname { struct
/linux-6.15/include/linux/
H A Dsyscalls.h32 struct oldold_utsname;
1191 asmlinkage long sys_olduname(struct oldold_utsname __user *);
/linux-6.15/kernel/
H A Dsys.c1362 SYSCALL_DEFINE1(olduname, struct oldold_utsname __user *, name) in SYSCALL_DEFINE1()
1364 struct oldold_utsname tmp; in SYSCALL_DEFINE1()