Home
last modified time | relevance | path

Searched refs:uts (Results 1 – 25 of 62) sorted by relevance

123

/netbsd/src/sys/compat/linux32/common/
Dlinux32_unistd.c155 struct timespec ts0, ts1, uts, *ts = NULL; in linux32_select1() local
168 uts.tv_sec = utv32.tv_sec; in linux32_select1()
169 uts.tv_nsec = (long)((unsigned long)utv32.tv_usec * 1000); in linux32_select1()
171 if (itimespecfix(&uts)) { in linux32_select1()
176 uts.tv_sec += uts.tv_nsec / 1000000000; in linux32_select1()
177 uts.tv_nsec %= 1000000000; in linux32_select1()
178 if (uts.tv_nsec < 0) { in linux32_select1()
179 uts.tv_sec -= 1; in linux32_select1()
180 uts.tv_nsec += 1000000000; in linux32_select1()
182 if (uts.tv_sec < 0) in linux32_select1()
[all …]
/netbsd/src/external/gpl2/xcvs/dist/lib/
Dgethostname.c41 struct utsname uts; in gethostname() local
43 if (uname (&uts) == -1) in gethostname()
45 if (len > sizeof (uts.nodename)) in gethostname()
48 name[sizeof (uts.nodename)] = '\0'; in gethostname()
49 len = sizeof (uts.nodename); in gethostname()
51 strncpy (name, uts.nodename, len); in gethostname()
/netbsd/src/external/gpl3/gdb/dist/gdb/
Di386-darwin-nat.c86 gp_regs.uts.ts64.__fs &= 0xffff; in fetch_registers()
87 gp_regs.uts.ts64.__gs &= 0xffff; in fetch_registers()
89 amd64_supply_native_gregset (regcache, &gp_regs.uts, -1); in fetch_registers()
196 amd64_collect_native_gregset (regcache, &gp_regs.uts, regno); in store_registers()
199 gp_regs.uts.ts64.__fs &= 0xffff; in store_registers()
200 gp_regs.uts.ts64.__gs &= 0xffff; in store_registers()
523 if (target_read_memory (regs->uts.ts32.__eip, buf, sizeof (buf)) == 0 in i386_darwin_sstep_at_sigreturn()
525 && regs->uts.ts32.__eax == 0xb8 /* SYS_sigreturn */) in i386_darwin_sstep_at_sigreturn()
533 (regs->uts.ts32.__esp + 4, 4, byte_order); in i386_darwin_sstep_at_sigreturn()
556 if (target_read_memory (regs->uts.ts64.__rip, buf, sizeof (buf)) == 0 in amd64_darwin_sstep_at_sigreturn()
[all …]
/netbsd/src/crypto/external/bsd/openssl/dist/crypto/
Dppccap.c160 struct utsname uts; in OPENSSL_cpuid_setup() local
165 if (uname(&uts) != 0 || atoi(uts.version) < 6) in OPENSSL_cpuid_setup()
290 struct utsname uts; in OPENSSL_cpuid_setup() local
291 if (uname(&uts) == 0 && strcmp(uts.machine, "ppc64") == 0) in OPENSSL_cpuid_setup()
/netbsd/src/external/cddl/osnet/lib/libdtrace/
DMakefile71 -I${OPENSOLARIS_SYS_DISTDIR}/uts/common
100 CPPFLAGS+= -I${OPENSOLARIS_SYS_DISTDIR}/uts/intel
108 CPPFLAGS+= -I${OPENSOLARIS_SYS_DISTDIR}/uts/sparc
110 CPPFLAGS+= -I${OPENSOLARIS_SYS_DISTDIR}/uts/aarch64
113 CPPFLAGS+= -I${OPENSOLARIS_SYS_DISTDIR}/uts/arm
116 CPPFLAGS+= -I${OPENSOLARIS_SYS_DISTDIR}/uts/mips
139 dt_names.c: ${MKNAMES} ${OPENSOLARIS_SYS_DISTDIR}/uts/common/sys/dtrace.h
/netbsd/src/sys/compat/linux/common/
Dlinux_misc.c958 struct timespec ts0, ts1, uts, *ts = NULL; in linux_select1() local
969 uts.tv_sec = ltv.tv_sec; in linux_select1()
970 uts.tv_nsec = (long)((unsigned long)ltv.tv_usec * 1000); in linux_select1()
971 if (itimespecfix(&uts)) { in linux_select1()
976 uts.tv_sec += uts.tv_nsec / 1000000000; in linux_select1()
977 uts.tv_nsec %= 1000000000; in linux_select1()
978 if (uts.tv_nsec < 0) { in linux_select1()
979 uts.tv_sec -= 1; in linux_select1()
980 uts.tv_nsec += 1000000000; in linux_select1()
982 if (uts.tv_sec < 0) in linux_select1()
[all …]
/netbsd/src/sys/modules/zfs/
DMakefile.zfsmod19 .PATH: ${ZFSDIR}/dist/uts/common/fs/zfs
131 CPPFLAGS+= -I${ZFSDIR}/dist/uts/common/fs/zfs
132 CPPFLAGS+= -I${ZFSDIR}/dist/uts/common/zmod
133 CPPFLAGS+= -I${ZFSDIR}/dist/uts/common
134 CPPFLAGS+= -I${ZFSDIR}/dist/uts/common/zfs
135 CPPFLAGS+= -I${ZFSDIR}/dist/uts/common
/netbsd/src/external/cddl/osnet/
DMakefile.zfs38 CPPFLAGS+= -I${ZFSDIR}/dist/uts/common
39 CPPFLAGS+= -I${ZFSDIR}/dist/uts/common/zfs
40 CPPFLAGS+= -I${ZFSDIR}/dist/uts/common/fs/zfs
41 CPPFLAGS+= -I${ZFSDIR}/dist/uts/common/sys
DMakefile.ctf10 -I${OPENSOLARIS_SYS_DISTDIR}/uts/common
/netbsd/src/sys/modules/solaris/
DMakefile.solmod19 .PATH: ${ZFSDIR}/dist/uts/common/os
31 .PATH: ${ZFSDIR}/dist/uts/common/zmod
82 CPPFLAGS+= -I${ZFSDIR}/dist/uts/common/zmod
83 CPPFLAGS+= -I${ZFSDIR}/dist/uts/common
/netbsd/src/external/cddl/osnet/lib/libzpool/
DMakefile13 .PATH: ${.CURDIR}/../../dist/uts/common/fs/zfs
14 .PATH: ${.CURDIR}/../../dist/uts/common/os
/netbsd/src/sbin/cgdconfig/
DMakefile40 CPPFLAGS.cgdconfig.c+= -I${OSNET}/dist/uts/common
41 CPPFLAGS.cgdconfig.c+= -I${OSNET}/dist/uts/common/fs/zfs
/netbsd/src/sys/modules/dtrace/dtrace/
DMakefile19 .PATH: ${OSNETDIR}/dist/uts/common/dtrace
41 -I${OSNETDIR}/dist/uts/common \
/netbsd/src/usr.bin/kdump/
DMakefile.ioctl-c24 EXTRAS= ${NETBSDSRCDIR}/external/cddl/osnet/dist/uts/common/sys/dtrace.h
48 CPPFLAGS+= -I${NETBSDSRCDIR}/external/cddl/osnet/dist/uts/common
/netbsd/src/external/bsd/less/dist/
Dos.c101 struct utsname uts; in init_poll() local
102 if (uname(&uts) < 0 || lstrtoi(uts.release, NULL, 10) < 20) in init_poll()
/netbsd/src/external/bsd/libpcap/dist/
Dpcap-haiku.c411 struct utsname uts; in can_be_bound() local
412 (void)uname(&uts); in can_be_bound()
414 if (! strncmp(uts.version, *s, strlen(*s))) in can_be_bound()
/netbsd/src/sys/dev/usb/
DTODO.usbmp47 uts(4)
117 - uts
/netbsd/src/sys/modules/dtrace/sdt/
DMakefile11 -I${NETBSDSRCDIR}/external/cddl/osnet/dist/uts/common
/netbsd/src/external/cddl/osnet/lib/drti/
DMakefile23 -I${.CURDIR}/../../dist/uts/common
/netbsd/src/sys/modules/dtrace/profile/
DMakefile12 -I${NETBSDSRCDIR}/external/cddl/osnet/dist/uts/common
/netbsd/src/external/cddl/osnet/lib/libctf/
DMakefile31 -I${OPENSOLARIS_SYS_DISTDIR}/uts/common
/netbsd/src/sys/modules/cyclic/
DMakefile26 -I${OSNETDIR}/dist/uts/common
/netbsd/src/sys/modules/dtrace/fbt/
DMakefile21 -I${NETBSDSRCDIR}/external/cddl/osnet/dist/uts/common \
/netbsd/src/tools/
DMakefile.ctftools13 -I${OPENSOLARIS_DISTDIR}/uts/common \
/netbsd/src/external/cddl/osnet/usr.sbin/dtrace/
DMakefile22 -I${OPENSOLARIS_SYS_DISTDIR}/uts/common \

123