Home
last modified time | relevance | path

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

/linux-4.4.14/tools/lib/lockdep/uinclude/linux/
Dlockdep.h43 static struct new_utsname *init_utsname(void) in init_utsname()
45 static struct new_utsname n = (struct new_utsname) { in init_utsname()
/linux-4.4.14/include/linux/
Dutsname.h25 struct new_utsname name;
72 static inline struct new_utsname *utsname(void) in utsname()
77 static inline struct new_utsname *init_utsname(void) in init_utsname()
Dsyscalls.h31 struct new_utsname;
640 asmlinkage long sys_newuname(struct new_utsname __user *name);
/linux-4.4.14/kernel/power/
Dpower.h8 struct new_utsname uts;
24 #define MAX_ARCH_HEADER_SIZE (sizeof(struct new_utsname) + 4)
Dsnapshot.c1883 memcpy(&info->uts, init_utsname(), sizeof(struct new_utsname)); in init_header_complete()
/linux-4.4.14/include/uapi/linux/
Dutsname.h24 struct new_utsname { struct
/linux-4.4.14/kernel/
Dsys.c1141 SYSCALL_DEFINE1(newuname, struct new_utsname __user *, name) in SYSCALL_DEFINE1()
1228 struct new_utsname *u = utsname(); in SYSCALL_DEFINE2()
1244 struct new_utsname *u; in SYSCALL_DEFINE2()
1279 struct new_utsname *u = utsname(); in SYSCALL_DEFINE2()
/linux-4.4.14/arch/s390/kernel/
Dcompat_wrapper.c90 COMPAT_SYSCALL_WRAP1(newuname, struct new_utsname __user *, name);
/linux-4.4.14/drivers/scsi/qla2xxx/
Dqla_gs.c1482 struct new_utsname *p_sysid = NULL; in qla2x00_fdmi_rpa()
1694 struct new_utsname *p_sysid = NULL; in qla2x00_fdmiv2_rhba()
2058 struct new_utsname *p_sysid = NULL; in qla2x00_fdmiv2_rpa()
Dqla_mr.c1814 struct new_utsname *p_sysid = NULL; in qlafx00_fx_disc()