Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dutsname.h25 struct new_utsname name;
80 static inline struct new_utsname *utsname(void) in utsname()
85 static inline struct new_utsname *init_utsname(void) in init_utsname()
H A Dsyscalls.h29 struct new_utsname;
668 asmlinkage long sys_newuname(struct new_utsname __user *name);
/openbmc/qemu/linux-user/
H A Duname.c79 int sys_uname(struct new_utsname *buf) in sys_uname()
132 struct new_utsname buf; in get_osversion()
155 struct new_utsname buf; in init_qemu_uname_release()
H A Duname.h8 int sys_uname(struct new_utsname *buf);
H A Dsyscall.c11170 struct new_utsname * buf; in _syscall2()
/openbmc/linux/kernel/power/
H A Dpower.h11 struct new_utsname uts;
27 #define MAX_ARCH_HEADER_SIZE (sizeof(struct new_utsname) + 4)
H A Dsnapshot.c2163 memcpy(&info->uts, init_utsname(), sizeof(struct new_utsname)); in init_header_complete()
/openbmc/linux/include/uapi/linux/
H A Dutsname.h25 struct new_utsname { struct
/openbmc/linux/kernel/
H A Dsys.c1306 SYSCALL_DEFINE1(newuname, struct new_utsname __user *, name) in SYSCALL_DEFINE1()
1308 struct new_utsname tmp; in SYSCALL_DEFINE1()
1386 struct new_utsname *u; in SYSCALL_DEFINE2()
1405 struct new_utsname *u; in SYSCALL_DEFINE2()
1440 struct new_utsname *u; in SYSCALL_DEFINE2()
/openbmc/linux/net/smc/
H A Dsmc_clc.c1334 struct new_utsname *u; in smc_clc_init()
/openbmc/linux/drivers/scsi/qla2xxx/
H A Dqla_gs.c1599 struct new_utsname *p_sysid = utsname(); in qla2x00_hba_attributes()
1853 struct new_utsname *p_sysid = utsname(); in qla2x00_port_attributes()
H A Dqla_mr.c1788 struct new_utsname *p_sysid = NULL; in qlafx00_fx_disc()