HomeSort by: relevance | last modified time | path
    Searched refs:ts32 (Results 1 - 22 of 22) sorted by relevancy

  /src/sys/compat/netbsd32/
netbsd32_compat_60.c 59 struct netbsd32_timespec ts32; local
65 error = copyin(SCARG_P32(uap, ts), &ts32, sizeof ts32);
68 netbsd32_to_timespec(&ts32, &ts);
netbsd32_select.c 97 struct netbsd32_timespec ts32; local
102 error = copyin(SCARG_P32(uap, ts), &ts32, sizeof(ts32));
105 netbsd32_to_timespec(&ts32, &ats);
130 struct netbsd32_timespec ts32; local
135 error = copyin(SCARG_P32(uap, ts), &ts32, sizeof(ts32));
138 netbsd32_to_timespec(&ts32, &ats);
netbsd32_futex.c 62 struct netbsd32_timespec ts32; local
70 error = copyin(SCARG_P32(uap, timeout), &ts32, sizeof(ts32));
73 netbsd32_to_timespec(&ts32, &ts);
netbsd32_mqueue.c 270 struct netbsd32_timespec ts32; local
275 error = copyin(SCARG_P32(uap, abs_timeout), &ts32,
276 sizeof(ts32));
279 netbsd32_to_timespec(&ts32, &ts);
301 struct netbsd32_timespec ts32; local
307 error = copyin(SCARG_P32(uap, abs_timeout), &ts32,
308 sizeof(ts32));
311 netbsd32_to_timespec(&ts32, &ts);
340 struct netbsd32_timespec50 ts32; local
345 error = copyin(SCARG_P32(uap, abs_timeout), &ts32,
372 struct netbsd32_timespec50 ts32; local
    [all...]
netbsd32_compat_50.c 327 struct netbsd32_timespec50 ts32; local
333 netbsd32_from_timespec50(&ats, &ts32);
334 return copyout(&ts32, SCARG_P32(uap, tp), sizeof(ts32));
345 struct netbsd32_timespec50 ts32; local
349 if ((error = copyin(SCARG_P32(uap, tp), &ts32, sizeof(ts32))) != 0)
352 netbsd32_to_timespec50(&ts32, &ats);
364 struct netbsd32_timespec50 ts32; local
373 netbsd32_from_timespec50(&ts, &ts32);
446 struct netbsd32_timespec50 ts32; local
480 struct netbsd32_timespec50 ts32; local
495 struct netbsd32_timespec50 ts32; local
558 struct netbsd32_timespec50 ts32; local
584 struct netbsd32_timespec50 ts32; local
633 struct netbsd32_timespec50 ts32; local
666 struct netbsd32_timespec50 ts32; local
    [all...]
netbsd32_time.c 306 struct netbsd32_timespec ts32; local
312 netbsd32_from_timespec(&ats, &ts32);
313 return copyout(&ts32, SCARG_P32(uap, tp), sizeof(ts32));
323 struct netbsd32_timespec ts32; local
327 if ((error = copyin(SCARG_P32(uap, tp), &ts32, sizeof(ts32))) != 0)
330 netbsd32_to_timespec(&ts32, &ats);
341 struct netbsd32_timespec ts32; local
350 netbsd32_from_timespec(&ts, &ts32);
364 struct netbsd32_timespec ts32; local
392 struct netbsd32_timespec ts32; local
    [all...]
netbsd32_epoll.c 108 struct netbsd32_timespec ts32; local
110 error = copyin(SCARG_P32(uap, timeout), &ts32, sizeof(ts32));
114 netbsd32_to_timespec(&ts32, &ts);
netbsd32_lwp.c 172 struct netbsd32_timespec ts32; local
179 error = copyin(SCARG_P32(uap, ts), &ts32, sizeof ts32);
182 netbsd32_to_timespec(&ts32, &ts);
194 netbsd32_from_timespec(&ts, &ts32);
195 (void)copyout(&ts32, SCARG_P32(uap, ts), sizeof(ts32));
netbsd32_event.c 52 struct netbsd32_timespec ts32; local
57 error = copyin(src, &ts32, sizeof(ts32));
60 netbsd32_to_timespec(&ts32, (struct timespec *)dest);
netbsd32_sem.c 168 struct netbsd32_timespec ts32; local
175 error = copyin(SCARG_P32(uap, abstime), &ts32, sizeof(ts32));
178 netbsd32_to_timespec(&ts32, &ts);
netbsd32_ipc.c 217 struct netbsd32_timespec ts32; local
247 error = copyin(utimeout, &ts32, sizeof(ts32));
250 error, utimeout, &ts32, sizeof(ts32)));
253 netbsd32_to_timespec(&ts32, &timeout);
netbsd32_signal.c 585 struct netbsd32_timespec ts32; local
588 error = copyin(src, &ts32, sizeof(ts32));
592 netbsd32_to_timespec(&ts32, ts);
600 struct netbsd32_timespec ts32; local
602 netbsd32_from_timespec(ts, &ts32);
604 return copyout(&ts32, dst, sizeof(ts32));
netbsd32_socket.c 275 struct netbsd32_timespec ts32; local
282 if ((error = copyin(SCARG_P32(uap, timeout), &ts32,
283 sizeof(ts32))) != 0)
286 netbsd32_to_timespec(&ts32, &ts);
netbsd32_fs.c 358 struct netbsd32_timespec ts32[2]; local
365 error = copyin(tptr, ts32, sizeof(ts32));
368 netbsd32_to_timespec(&ts32[0], &ts[0]);
369 netbsd32_to_timespec(&ts32[1], &ts[1]);
  /src/external/gpl3/gdb.old/dist/gdb/
i386-darwin-nat.c 523 if (target_read_memory (regs->uts.ts32.__eip, buf, sizeof (buf)) == 0
525 && regs->uts.ts32.__eax == 0xb8 /* SYS_sigreturn */)
533 (regs->uts.ts32.__esp + 4, 4, byte_order);
603 if ((regs.uts.ts32.__eflags & X86_EFLAGS_T) == bit)
605 regs.uts.ts32.__eflags
606 = (regs.uts.ts32.__eflags & ~X86_EFLAGS_T) | bit;
  /src/external/gpl3/gdb/dist/gdb/
i386-darwin-nat.c 523 if (target_read_memory (regs->uts.ts32.__eip, buf, sizeof (buf)) == 0
525 && regs->uts.ts32.__eax == 0xb8 /* SYS_sigreturn */)
533 (regs->uts.ts32.__esp + 4, 4, byte_order);
603 if ((regs.uts.ts32.__eflags & X86_EFLAGS_T) == bit)
605 regs.uts.ts32.__eflags
606 = (regs.uts.ts32.__eflags & ~X86_EFLAGS_T) | bit;
  /src/crypto/external/apache2/openssl/dist/engines/
e_afalg.c 163 struct __timespec32 ts32; local
165 ts32.tv_sec = (__kernel_long_t)timeout->tv_sec;
166 ts32.tv_nsec = (__kernel_long_t)timeout->tv_nsec;
168 return syscall(__NR_io_getevents, ctx, min, max, events, &ts32);
  /src/crypto/external/bsd/openssl/dist/engines/
e_afalg.c 163 struct __timespec32 ts32; local
165 ts32.tv_sec = (__kernel_long_t) timeout->tv_sec;
166 ts32.tv_nsec = (__kernel_long_t) timeout->tv_nsec;
168 return syscall(__NR_io_getevents, ctx, min, max, events, &ts32);
  /src/external/bsd/ntp/dist/ntpd/
ntp_leapsec.c 270 uint32_t ts32 ,
280 ts64 = ntpcal_ntp_to_ntp(ts32, pivot);
320 ts32 = next.D_s.lo;
339 qr->ddist = due32 - ts32;
344 if (!betweenu32(due32 - SECSPERDAY, ts32, due32))
348 if (!betweenu32(due32 - 10, ts32, due32))
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/darwin/mach/
thread_act.d 126 x86_thread_state32_t ts32;
  /src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
MachO.h 1730 x86_thread_state32_t ts32; member in union:llvm::MachO::x86_thread_state_t::__anon3812
1848 arm_thread_state32_t ts32; member in union:llvm::MachO::arm_thread_state_t::__anon3815
1870 swapStruct(x.uts.ts32);
1973 ppc_thread_state32_t ts32; member in union:llvm::MachO::ppc_thread_state_t::__anon3816
1995 swapStruct(x.uts.ts32);
  /src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
MachODump.cpp 9703 Print_x86_thread_state32_t(ts.uts.ts32);

Completed in 38 milliseconds