Lines Matching defs:nstat
365 struct nstat { struct
366 pid_t t_pid; /* process id */
367 time_t t_start; /* start time */
368 time_t t_scall; /* start call to system */
369 time_t t_ecall; /* end call to system */
370 time_t t_tacu; /* acu time */
371 time_t t_tlog; /* login time */
372 time_t t_sftp; /* start file transfer protocol */
373 time_t t_sxf; /* start xfer */
374 time_t t_exf; /* end xfer */
375 time_t t_eftp; /* end file transfer protocol */
376 time_t t_qtime; /* time file queued */
377 int t_ndial; /* # of dials */
378 int t_nlogs; /* # of login trys */
379 struct tms t_tbb; /* start execution times */
380 struct tms t_txfs; /* xfer start times */
381 struct tms t_txfe; /* xfer end times */
382 struct tms t_tga; /* garbage execution times */