Searched refs:ptv (Results 1 – 4 of 4) sorted by relevance
335 struct timeval *ptv; in phDal4Nfc_uart_read() local355 ptv = &tv; in phDal4Nfc_uart_read()359 ptv = &tv; in phDal4Nfc_uart_read()361 ptv = NULL; in phDal4Nfc_uart_read()368 if (ptv) { in phDal4Nfc_uart_read()370 ptv = &tv; in phDal4Nfc_uart_read()373 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);