Searched refs:utsname (Results 126 - 150 of 161) sorted by relevance

1234567

/linux-master/drivers/scsi/qla2xxx/
H A Dqla_gs.c8 #include <linux/utsname.h>
1599 struct new_utsname *p_sysid = utsname();
1853 struct new_utsname *p_sysid = utsname();
H A Dqla_mr.c13 #include <linux/utsname.h>
1828 p_sysid = utsname();
/linux-master/drivers/infiniband/hw/qib/
H A Dqib_verbs.c39 #include <linux/utsname.h>
/linux-master/samples/bpf/
H A Dxdp_sample_user.c31 #include <sys/utsname.h>
/linux-master/drivers/net/wireless/ath/ath10k/
H A Dcoredump.c13 #include <linux/utsname.h>
/linux-master/drivers/scsi/csiostor/
H A Dcsio_lnode.c38 #include <linux/utsname.h>
/linux-master/fs/smb/client/
H A Dsess.c18 #include <linux/utsname.h>
H A Dcifsglob.h20 #include <linux/utsname.h>
/linux-master/net/bluetooth/
H A Dhci_sock.c28 #include <linux/utsname.h>
/linux-master/drivers/net/ethernet/ibm/
H A Dibmvnic.c70 #include <linux/utsname.h>
4747 len += strlen(utsname()->nodename) + 1;
4768 len = strlen(utsname()->nodename) + 1;
4770 strscpy(vlcd->name, utsname()->nodename, len);
/linux-master/tools/perf/util/
H A Dprobe-finder.c9 #include <sys/utsname.h>
/linux-master/arch/powerpc/kernel/
H A Dprocess.c33 #include <linux/utsname.h>
/linux-master/fs/
H A Dexec.c48 #include <linux/utsname.h>
H A Dbinfmt_elf.c38 #include <linux/utsname.h>
/linux-master/arch/x86/kernel/cpu/
H A Dcommon.c28 #include <linux/utsname.h>
2345 * supported and fixup the utsname.
/linux-master/tools/testing/selftests/seccomp/
H A Dseccomp_bpf.c41 #include <sys/utsname.h>
3040 struct utsname utsbuf;
/linux-master/tools/lib/bpf/
H A Dbtf.c12 #include <sys/utsname.h>
4956 struct utsname buf;
/linux-master/tools/perf/
H A Dbuiltin-script.c45 #include <sys/utsname.h>
3898 struct utsname uts;
/linux-master/drivers/infiniband/hw/hfi1/
H A Dverbs.c10 #include <linux/utsname.h>
/linux-master/drivers/usb/gadget/
H A Dcomposite.c15 #include <linux/utsname.h>
/linux-master/drivers/gpu/drm/i915/
H A Di915_gpu_error.c37 #include <linux/utsname.h>
/linux-master/drivers/usb/core/
H A Dhcd.c19 #include <linux/utsname.h>
/linux-master/net/9p/
H A Dclient.c991 client_id = utsname()->nodename;
/linux-master/drivers/scsi/mpi3mr/
H A Dmpi3mr_fw.c3269 strscpy(drv_info->os_name, utsname()->sysname, sizeof(drv_info->os_name));
3270 strscpy(drv_info->os_version, utsname()->release, sizeof(drv_info->os_version));
/linux-master/kernel/locking/
H A Dlockdep.c45 #include <linux/utsname.h>

Completed in 709 milliseconds

1234567