Searched refs:tm_p (Results 1 – 2 of 2) sorted by relevance
292 struct tm *tm_p; in stamp() local295 tm_p = (struct tm *) localtime(&clock); in stamp()296 tm_p->tm_mon++; /* since months are 0-11 */ in stamp()298 tm_p->tm_mon, tm_p->tm_mday, (tm_p->tm_year % 100), in stamp()299 tm_p->tm_hour, tm_p->tm_min, tm_p->tm_sec, Pid, msg); in stamp()
33 int tm_p[2]; /* poll control pipe */ member43 #define RD_PIPE (Tskmgr.tm_p[0])44 #define WR_PIPE (Tskmgr.tm_p[1])243 if (pipe(Tskmgr.tm_p) != 0) in mi_pool_controller_init()