Searched refs:ts_p (Results 1 – 5 of 5) sorted by relevance
/freebsd/sbin/camcontrol/ |
H A D | timestamp.c | 247 struct scsi_set_timestamp_parameters ts_p; in set_timestamp() local 286 bzero(&ts_p, sizeof(ts_p)); in set_timestamp() 287 scsi_create_timestamp(ts_p.timestamp, ts); in set_timestamp() 293 /*buf*/ &ts_p, in set_timestamp() 294 /*buf_len*/ sizeof(ts_p), in set_timestamp()
|
/freebsd/contrib/ntp/sntp/libevent/ |
H A D | evport.c | 276 struct timespec *ts_p = NULL; in evport_dispatch() local 280 ts_p = &ts; in evport_dispatch() 307 (unsigned int *) &nevents, ts_p); in evport_dispatch()
|
H A D | kqueue.c | 272 struct timespec ts, *ts_p = NULL; in kq_dispatch() local 278 ts_p = &ts; in kq_dispatch() 316 events, kqop->events_size, ts_p); in kq_dispatch()
|
/freebsd/contrib/libevent/ |
H A D | evport.c | 276 struct timespec *ts_p = NULL; in evport_dispatch() local 280 ts_p = &ts; in evport_dispatch() 307 (unsigned int *) &nevents, ts_p); in evport_dispatch()
|
H A D | kqueue.c | 272 struct timespec ts, *ts_p = NULL; in kq_dispatch() local 278 ts_p = &ts; in kq_dispatch() 316 events, kqop->events_size, ts_p); in kq_dispatch()
|