Searched refs:ts_p (Results 1 – 4 of 4) sorted by relevance
276 struct timespec *ts_p = NULL; in evport_dispatch() local280 ts_p = &ts; in evport_dispatch()307 (unsigned int *) &nevents, ts_p); in evport_dispatch()
259 struct timespec ts, *ts_p = NULL; in kq_dispatch() local265 ts_p = &ts; in kq_dispatch()303 events, kqop->events_size, ts_p); in kq_dispatch()
327 int strtotimespec(const char *str, struct timespec *ts_p) in strtotimespec() argument347 ts_p->tv_sec = sec; in strtotimespec()348 ts_p->tv_nsec = nsec; in strtotimespec()
233 int strtotimespec(const char *str, struct timespec *ts_p);