Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/lib/lockdep/
H A Dlockdep.c23 static struct new_utsname *init_utsname(void) in init_utsname()
25 static struct new_utsname n = (struct new_utsname) { in init_utsname()
/OK3568_Linux_fs/kernel/include/linux/
H A Dutsname.h26 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;
750 asmlinkage long sys_newuname(struct new_utsname __user *name);
/OK3568_Linux_fs/kernel/kernel/power/
H A Dpower.h9 struct new_utsname uts;
25 #define MAX_ARCH_HEADER_SIZE (sizeof(struct new_utsname) + 4)
H A Dsnapshot.c2022 memcpy(&info->uts, init_utsname(), sizeof(struct new_utsname)); in init_header_complete()
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dutsname.h25 struct new_utsname { struct
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dutsname.h25 struct new_utsname { struct
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dutsname.h25 struct new_utsname { struct
/OK3568_Linux_fs/kernel/kernel/
H A Dsys.c1263 SYSCALL_DEFINE1(newuname, struct new_utsname __user *, name) in SYSCALL_DEFINE1()
1265 struct new_utsname tmp; in SYSCALL_DEFINE1()
1343 struct new_utsname *u; in SYSCALL_DEFINE2()
1361 struct new_utsname *u; in SYSCALL_DEFINE2()
1396 struct new_utsname *u; in SYSCALL_DEFINE2()
/OK3568_Linux_fs/kernel/net/smc/
H A Dsmc_clc.c778 struct new_utsname *u; in smc_clc_init()
/OK3568_Linux_fs/kernel/drivers/scsi/qla2xxx/
H A Dqla_gs.c1597 struct new_utsname *p_sysid = utsname(); in qla2x00_hba_attributes()
1851 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()