Home
last modified time | relevance | path

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

/openbsd-src/libexec/ld.so/
H A Dresolve.c144 static struct utsname uts; in _dl_origin_subst_path() local
148 if (uts.sysname[0] == '\0') { in _dl_origin_subst_path()
149 if (_dl_uname(&uts) != 0) in _dl_origin_subst_path()
180 value = uts.sysname; in _dl_origin_subst_path()
183 value = uts.release; in _dl_origin_subst_path()
186 value = uts.machine; in _dl_origin_subst_path()
/openbsd-src/gnu/llvm/lldb/tools/darwin-threads/
H A Dexamine-threads.c212 return gp_regs.uts.ts64.__rip; in get_current_pc()
215 return gp_regs.uts.ts32.__eip; in get_current_pc()
/openbsd-src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/inc/
H A Dlimits191 #if defined(HAS_QUAD) && (defined(convex) || defined(uts))
245 # if defined(convex) || defined(uts)
/openbsd-src/gnu/usr.bin/perl/pod/
H A Dperlhist.pod1034 uts - - - - - - 12 3
1062 uts 12 3 12 3 12 3 12 3 12 3
1090 uts 12 3 12 3 12 3 12 3 12 3
1120 uts 12 3 12 3 12 3 12 3 12 3
1150 uts 12 3 12 3 8 3 8 3 8 3
1179 uts 8 3 8 3 9 3 9 3 - -
H A Dperl589delta.pod1412 (UnixWare 7, OpenUNIX 8), Ultrix, UMIPS, uts and VOS.
H A Dperl58delta.pod3638 available in F<README.uts> until support for UTS was removed in Perl
/openbsd-src/sys/dev/usb/
H A Dfiles.usb106 device uts: wsmousedev
107 attach uts at uhub
108 file dev/usb/uts.c uts
/openbsd-src/sys/arch/powerpc64/conf/
H A DGENERIC124 uts* at uhub? # USB touchscreen
125 wsmouse* at uts? mux 0
/openbsd-src/gnu/llvm/llvm/include/llvm/BinaryFormat/
H A DMachO.h1873 } uts; member
1913 swapStruct(x.uts.ts64); in swapStruct()
1991 } uts; member
2012 swapStruct(x.uts.ts32); in swapStruct()
2116 } uts; member
2137 swapStruct(x.uts.ts32); in swapStruct()
/openbsd-src/sys/arch/riscv64/conf/
H A DGENERIC212 uts* at uhub? # USB touchscreen
213 wsmouse* at uts? mux 0
/openbsd-src/sys/arch/armv7/conf/
H A DGENERIC321 uts* at uhub? # USB touchscreen
322 wsmouse* at uts? mux 0
/openbsd-src/share/man/man4/
H A DMakefile108 uthum.4 uticom.4 utpms.4 utwitch.4 utrh.4 uts.4 utvfu.4 uvideo.4 \
/openbsd-src/sys/arch/macppc/conf/
H A DGENERIC247 uts* at uhub? # USB touchscreen
248 wsmouse* at uts? mux 0
/openbsd-src/sys/arch/arm64/conf/
H A DGENERIC487 uts* at uhub? # USB touchscreen
488 wsmouse* at uts? mux 0
/openbsd-src/gnu/llvm/compiler-rt/include/sanitizer/
H A Dlinux_syscall_hooks.h389 #define __sanitizer_syscall_pre_rt_sigtimedwait(uthese, uinfo, uts, \ argument
392 (long)(uthese), (long)(uinfo), (long)(uts), (long)(sigsetsize))
393 #define __sanitizer_syscall_post_rt_sigtimedwait(res, uthese, uinfo, uts, \ argument
396 res, (long)(uthese), (long)(uinfo), (long)(uts), (long)(sigsetsize))
2236 long uts, long sigsetsize);
2238 long uinfo, long uts,
/openbsd-src/sys/arch/amd64/conf/
H A DGENERIC292 uts* at uhub? # USB touchscreen
293 wsmouse* at uts? mux 0
/openbsd-src/sys/arch/i386/conf/
H A DGENERIC272 uts* at uhub? # USB touchscreen
273 wsmouse* at uts? mux 0
/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_syscalls.inc763 (const kernel_sigset_t *uthese, void *uinfo, const void *uts, long sigsetsize) {
766 if (uts)
767 PRE_READ(uts, struct_timespec_sz);
771 (long res, const void *uthese, void *uinfo, const void *uts, long sigsetsize) {
/openbsd-src/usr.sbin/nsd/
H A Dconfig.sub1461 ctix* | uts*)
/openbsd-src/usr.sbin/unbound/
H A Dconfig.sub1668 uts*)
/openbsd-src/gnu/usr.bin/perl/cpan/Term-ReadKey/
H A Dppport.h11885 #if defined(HAS_QUAD) && (defined(convex) || defined(uts))
11957 # if defined(convex) || defined(uts)
/openbsd-src/gnu/llvm/llvm/tools/llvm-objdump/
H A DMachODump.cpp10008 Print_x86_thread_state32_t(ts.uts.ts32); in PrintThreadCommand()
10086 Print_x86_thread_state64_t(ts.uts.ts64); in PrintThreadCommand()