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