Home
last modified time | relevance | path

Searched refs:abstimeout2timo (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sys/sys/
H A Dmqueue.h120 int abstimeout2timo(struct timespec *, int *);
/dragonfly/sys/kern/
H A Dsys_mqueue.c240 abstimeout2timo(struct timespec *ts, int *timo) in abstimeout2timo() function
661 error = abstimeout2timo(ts, &t); in mq_receive1()
846 error = abstimeout2timo(ts, &t); in mq_send1()