Searched defs:tm (Results 1 – 3 of 3) sorted by relevance
45 #define TIMESTAMP_TO_TM(timestamp, tm) gmtime_r(timestamp, tm) argument49 #define TIMESTAMP_TO_TM(timestamp, tm) gmtime64_r(timestamp, tm) argument
42 #define TIMESTAMP_TO_TM(timestamp, tm) gmtime_r(timestamp, tm) argument46 #define TIMESTAMP_TO_TM(timestamp, tm) gmtime64_r(timestamp, tm) argument
94 struct timespec tm = {0, 50*1000*1000}; in read_hci_event() local