Searched refs:uts (Results 51 - 75 of 88) sorted by relevance

1234

/freebsd-11-stable/sys/modules/opensolaris/
H A DMakefile27 -I${SYSDIR}/cddl/contrib/opensolaris/uts/common \
/freebsd-11-stable/tools/tools/netrate/juggle/
H A Djuggle.c499 struct utsname uts; local
503 if (uname(&uts) < 0)
505 printf("sysname, %s\n", uts.sysname);
506 printf("nodename, %s\n", uts.nodename);
507 printf("release, %s\n", uts.release);
508 printf("version, %s\n", uts.version);
509 printf("machine, %s\n", uts.machine);
/freebsd-11-stable/tools/KSE/ksetest/
H A Dkse_threads_test.c93 static void uts(struct kse_mailbox *km);
234 data->mb.km_func = (void *)uts;
238 pfmt("uts() at : 0x%x\n", uts);
239 pfmt("uts stack at : 0x%x - 0x%x\n", p, p + THREAD_STACK_SIZE);
386 uts(struct kse_mailbox *km) function
395 UPSTR("\n--uts() start--\n");
409 pfmt("uts data: 0x%x\n", data);
450 UPFMT("\n-- uts() scheduling 0x%x--\n", p);
458 pstr("** uts() exitin
[all...]
/freebsd-11-stable/tools/KSE/rr/
H A Drr.c90 static void uts(struct kse_mailbox *km);
178 data->mb.km_func = (void *)uts;
183 pfmt("uts() at : 0x%x\n", uts);
184 pfmt("uts stack at : 0x%x - 0x%x\n", p, p + THREAD_STACK_SIZE);
326 uts(struct kse_mailbox *km) function
331 UPSTR("\n--uts() start--\n");
360 UPFMT("\n-- uts() scheduling 0x%x--\n", p);
369 pstr("** uts() exiting **\n");
/freebsd-11-stable/contrib/tcsh/
H A Dsh.types.h276 #ifdef uts
280 #endif /* uts */
/freebsd-11-stable/contrib/bsnmp/snmpd/
H A Daction.c92 struct utsname uts; local
100 if (uname(&uts) == -1)
103 if ((systemg.name = strdup(uts.nodename)) == NULL)
109 len = strlen(uts.nodename) + 1;
111 len += strlen(uts.sysname) + 1;
112 len += strlen(uts.release) + 1;
118 sprintf(systemg.descr, "%s %s %s %s", uts.nodename, hostid, uts.sysname,
119 uts.release);
126 rel = uts
[all...]
/freebsd-11-stable/sys/conf/
H A Dkern.pre.mk136 CDDL_CFLAGS= -DFREEBSD_NAMECACHE -nostdinc -I$S/cddl/compat/opensolaris -I$S/cddl/contrib/opensolaris/uts/common -I$S -I$S/cddl/contrib/opensolaris/common ${CFLAGS} -Wno-unknown-pragmas -Wno-missing-prototypes -Wno-undef -Wno-strict-prototypes -Wno-cast-qual -Wno-parentheses -Wno-redundant-decls -Wno-missing-braces -Wno-uninitialized -Wno-unused -Wno-inline -Wno-switch -Wno-pointer-arith -Wno-unknown-pragmas
141 ZFS_CFLAGS= -DBUILDING_ZFS -I$S/cddl/contrib/opensolaris/uts/common/fs/zfs
142 ZFS_CFLAGS+= -I$S/cddl/contrib/opensolaris/uts/common/fs/zfs/lua
143 ZFS_CFLAGS+= -I$S/cddl/contrib/opensolaris/uts/common/zmod
153 DTRACE_CFLAGS+= -I$S/cddl/contrib/opensolaris/uts/intel -I$S/cddl/dev/dtrace/x86
161 FBT_CFLAGS= -DBUILDING_DTRACE -nostdinc -I$S/cddl/dev/fbt/${MACHINE_CPUARCH} -I$S/cddl/dev/fbt -I$S/cddl/compat/opensolaris -I$S/cddl/contrib/opensolaris/uts/common -I$S ${CDDL_CFLAGS}
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_syscalls.inc702 const void *uts, long sigsetsize) {
704 if (uts) PRE_READ(uts, struct_timespec_sz);
708 const void *uts, long sigsetsize) {
/freebsd-11-stable/sys/compat/linux/
H A Dlinux_futex.c502 struct timespec uts; local
509 uts = *ts;
510 if (uts.tv_sec > INT32_MAX / 2) {
511 over = uts.tv_sec - INT32_MAX / 2;
512 uts.tv_sec -= over;
514 tmp = tstosbt(uts);
752 struct timespec uts, *ts; local
796 clockrt, &uts);
803 ts = &uts;
H A Dlinux_misc.c2274 struct timespec uts; local
2305 error = linux_to_native_timespec(&uts, &lts);
2309 TIMESPEC_TO_TIMEVAL(&utv, &uts);
2338 TIMEVAL_TO_TIMESPEC(&utv, &uts);
2340 error = native_to_linux_timespec(&lts, &uts);
2353 struct timespec uts, *tsp; local
2373 error = linux_to_native_timespec(&uts, &lts);
2378 tsp = &uts;
2388 timespecsub(&uts, &ts1);
2389 if (uts
[all...]
/freebsd-11-stable/usr.sbin/pkg/
H A Dconfig.c143 struct utsname uts; local
148 error = uname(&uts);
159 * Use __FreeBSD_version rather than kernel version (uts.release) for
162 snprintf(dest, sz, "%s:%d:%s", uts.sysname, __FreeBSD_version/100000,
/freebsd-11-stable/sys/cddl/contrib/opensolaris/common/unicode/
H A Du8_textprep.c1397 uchar_t uts[U8_STREAM_SAFE_TEXT_MAX + 1]; local
1616 i = do_decomp(uv, uts, s, sz,
1619 sz = u8_number_of_bytes[uts[j]];
1623 uts + j, sz);
1641 u8s[saved_sz++] = uts[i];
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMachO.h1724 } uts; member in struct:llvm::MachO::x86_thread_state_t
1764 swapStruct(x.uts.ts64);
1842 } uts; member in struct:llvm::MachO::arm_thread_state_t
1863 swapStruct(x.uts.ts32);
1967 } uts; member in struct:llvm::MachO::ppc_thread_state_t
1988 swapStruct(x.uts.ts32);
/freebsd-11-stable/contrib/sendmail/cf/cf/
H A DMakefile163 ${CFDIR}/ostype/amdahl-uts.m4 \
/freebsd-11-stable/contrib/file/
H A Dconfig.sub1443 ctix* | uts*)
/freebsd-11-stable/contrib/llvm-project/compiler-rt/include/sanitizer/
H A Dlinux_syscall_hooks.h389 #define __sanitizer_syscall_pre_rt_sigtimedwait(uthese, uinfo, uts, \
392 (long)(uthese), (long)(uinfo), (long)(uts), (long)(sigsetsize))
393 #define __sanitizer_syscall_post_rt_sigtimedwait(res, uthese, uinfo, uts, \
396 res, (long)(uthese), (long)(uinfo), (long)(uts), (long)(sigsetsize))
2227 long uts, long sigsetsize);
2229 long uinfo, long uts,
/freebsd-11-stable/libexec/rtld-elf/
H A Drtld.c947 static struct utsname uts; variable in typeref:struct:utsname
1021 if (uts.sysname[0] == '\0') {
1022 if (uname(&uts) != 0) {
1028 res2 = origin_subst_one(NULL, res1, "$OSNAME", uts.sysname, true);
1029 res3 = origin_subst_one(NULL, res2, "$OSREL", uts.release, true);
1030 res4 = origin_subst_one(NULL, res3, "$PLATFORM", uts.machine, true);
/freebsd-11-stable/contrib/libpcap/
H A Dconfig.sub1454 ctix* | uts*)
/freebsd-11-stable/contrib/tcpdump/
H A Dconfig.sub1454 ctix* | uts*)
/freebsd-11-stable/contrib/unbound/
H A Dconfig.sub1429 ctix* | uts*)
/freebsd-11-stable/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dst_parse.c36 #include <uts/common/sys/ctf.h>
/freebsd-11-stable/include/
H A DMakefile246 cd ${.CURDIR}/../sys/cddl/contrib/opensolaris/uts/common/sys; \
/freebsd-11-stable/contrib/binutils/
H A Dconfig.sub1298 -ctix* | -uts*)
/freebsd-11-stable/contrib/libreadline/support/
H A Dconfig.sub1178 -ctix* | -uts*)
/freebsd-11-stable/crypto/heimdal/
H A Dconfig.sub1374 -ctix* | -uts*)

Completed in 480 milliseconds

1234