Home
last modified time | relevance | path

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

/linux-5.19.10/include/linux/
Dutsname.h24 struct new_utsname name;
79 static inline struct new_utsname *utsname(void) in utsname()
84 static inline struct new_utsname *init_utsname(void) in init_utsname()
Dsyscalls.h29 struct new_utsname;
761 asmlinkage long sys_newuname(struct new_utsname __user *name);
/linux-5.19.10/kernel/power/
Dpower.h11 struct new_utsname uts;
27 #define MAX_ARCH_HEADER_SIZE (sizeof(struct new_utsname) + 4)
Dsnapshot.c2060 memcpy(&info->uts, init_utsname(), sizeof(struct new_utsname)); in init_header_complete()
/linux-5.19.10/include/uapi/linux/
Dutsname.h25 struct new_utsname { struct
/linux-5.19.10/kernel/
Dsys.c1287 SYSCALL_DEFINE1(newuname, struct new_utsname __user *, name) in SYSCALL_DEFINE1()
1289 struct new_utsname tmp; in SYSCALL_DEFINE1()
1367 struct new_utsname *u; in SYSCALL_DEFINE2()
1385 struct new_utsname *u; in SYSCALL_DEFINE2()
1420 struct new_utsname *u; in SYSCALL_DEFINE2()
/linux-5.19.10/net/smc/
Dsmc_clc.c1159 struct new_utsname *u; in smc_clc_init()
/linux-5.19.10/drivers/scsi/qla2xxx/
Dqla_gs.c1599 struct new_utsname *p_sysid = utsname(); in qla2x00_hba_attributes()
1853 struct new_utsname *p_sysid = utsname(); in qla2x00_port_attributes()
Dqla_mr.c1788 struct new_utsname *p_sysid = NULL; in qlafx00_fx_disc()