Searched refs:ptv (Results 1 – 4 of 4) sorted by relevance
301 struct timeval *ptv; in phDal4Nfc_uart_read() local321 ptv = &tv; in phDal4Nfc_uart_read()325 ptv = &tv; in phDal4Nfc_uart_read()327 ptv = NULL; in phDal4Nfc_uart_read()334 if (ptv) { in phDal4Nfc_uart_read()336 ptv = &tv; in phDal4Nfc_uart_read()339 ret = select(gComPortContext.nHandle + 1, &rfds, NULL, NULL, ptv); in phDal4Nfc_uart_read()
426 struct timeval *ptv) in evtag_unmarshal_timeval() argument437 ptv->tv_sec = integer; in evtag_unmarshal_timeval()440 ptv->tv_usec = integer; in evtag_unmarshal_timeval()
60 struct timeval tv, *ptv = NULL; in bufferevent_add() local65 ptv = &tv; in bufferevent_add()68 return (event_add(ev, ptv)); in bufferevent_add()
1174 struct timeval *ptv);