Home
last modified time | relevance | path

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

/Linux-v5.15/tools/lib/lockdep/
Dlockdep.c23 static struct new_utsname *init_utsname(void) in init_utsname()
25 static struct new_utsname n = (struct new_utsname) { in init_utsname()
/Linux-v5.15/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;
760 asmlinkage long sys_newuname(struct new_utsname __user *name);
/Linux-v5.15/kernel/power/
Dpower.h9 struct new_utsname uts;
25 #define MAX_ARCH_HEADER_SIZE (sizeof(struct new_utsname) + 4)
Dsnapshot.c2063 memcpy(&info->uts, init_utsname(), sizeof(struct new_utsname)); in init_header_complete()
/Linux-v5.15/include/uapi/linux/
Dutsname.h25 struct new_utsname { struct
/Linux-v5.15/kernel/
Dsys.c1272 SYSCALL_DEFINE1(newuname, struct new_utsname __user *, name) in SYSCALL_DEFINE1()
1274 struct new_utsname tmp; in SYSCALL_DEFINE1()
1352 struct new_utsname *u; in SYSCALL_DEFINE2()
1370 struct new_utsname *u; in SYSCALL_DEFINE2()
1405 struct new_utsname *u; in SYSCALL_DEFINE2()
/Linux-v5.15/net/smc/
Dsmc_clc.c783 struct new_utsname *u; in smc_clc_init()
/Linux-v5.15/drivers/scsi/qla2xxx/
Dqla_gs.c1599 struct new_utsname *p_sysid = utsname(); in qla2x00_hba_attributes()
1854 struct new_utsname *p_sysid = utsname(); in qla2x00_port_attributes()
Dqla_mr.c1811 struct new_utsname *p_sysid = NULL; in qlafx00_fx_disc()