Searched refs:tsp (Results 1 - 6 of 6) sorted by relevance

/haiku-fatelf/src/bin/network/tcpdump/
H A Dprint-timed.c50 struct tsp *tsp = (struct tsp *)bp; local
54 if (endof(tsp->tsp_type) > snapend) {
58 if (tsp->tsp_type < TSPTYPENUMBER)
59 printf("TSP_%s", tsptype[tsp->tsp_type]);
61 printf("(tsp_type %#x)", tsp->tsp_type);
63 if (endof(tsp->tsp_vers) > snapend) {
67 printf(" vers %d", tsp->tsp_vers);
69 if (endof(tsp
[all...]
H A Dtimed.h47 struct tsp { struct
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/timer_create/
H A D8-1.c120 struct timespec tsp, rem; local
125 tsp.tv_sec=TIMERSEC;
126 tsp.tv_nsec=0;
127 if (nanosleep(&tsp, &rem) == -1) {
128 tsp = rem;
129 if (nanosleep(&tsp, &rem) == -1) {
/haiku-fatelf/src/bin/gdb/gdb/
H A Dinfttrace.c264 various "tsp" blocks saved, keeping all later spins in this
1340 call_real_ttrace_wait (int pid, lwpid_t tid, ttwopt_t option, ttstate_t *tsp,
1347 ttw_status = ttrace_wait (pid, tid, option, tsp, tsp_size);
1789 * stopped thread of this process return 1 and set "tsp".
1796 select_stopped_thread_of_process (int pid, ttstate_t *tsp)
1807 if (!can_touch_threads_of_process (pid, tsp->tts_event))
1942 copy_ttstate_t (tsp, &tstate);
2017 call_ttrace_wait (int pid, ttwopt_t option, ttstate_t *tsp, size_t tsp_size)
2186 ttw_status = call_real_ttrace_wait (wait_pid, wait_tid, option, tsp, tsp_size);
2192 real_pid = tsp
1334 call_real_ttrace_wait(int pid, lwpid_t tid, ttwopt_t option, ttstate_t *tsp, size_t tsp_size) argument
1786 select_stopped_thread_of_process(int pid, ttstate_t *tsp) argument
2006 call_ttrace_wait(int pid, ttwopt_t option, ttstate_t *tsp, size_t tsp_size) argument
2602 ttstate_t tsp; local
[all...]
/haiku-fatelf/src/kits/network/libbind/isc/
H A Deventlib.c737 struct timespec *tsp,
752 if (tsp) {
754 tv = evTimeVal(*tsp);
805 if (tsp)
806 *tsp = evTimeSpec(tv);
736 pselect(int nfds, void *rfds, void *wfds, void *efds, struct timespec *tsp, const sigset_t *sigmask) argument
/haiku-fatelf/src/kits/network/libbind/resolv/
H A Dres_send.c1096 struct timespec *tsp, const sigset_t *sigmask)
1102 if (tsp) {
1104 tv = evTimeVal(*tsp);
1112 if (tsp)
1113 *tsp = evTimeSpec(tv);
1095 pselect(int nfds, void *rfds, void *wfds, void *efds, struct timespec *tsp, const sigset_t *sigmask) argument

Completed in 123 milliseconds