Lines Matching defs:nstat
473 struct nstat { struct
474 pid_t t_pid; /* process id */
475 time_t t_start; /* start time */
476 time_t t_scall; /* start call to system */
477 time_t t_ecall; /* end call to system */
478 time_t t_tacu; /* acu time */
479 time_t t_tlog; /* login time */
480 time_t t_sftp; /* start file transfer protocol */
481 time_t t_sxf; /* start xfer */
482 time_t t_exf; /* end xfer */
483 time_t t_eftp; /* end file transfer protocol */
484 time_t t_qtime; /* time file queued */
485 int t_ndial; /* # of dials */
486 int t_nlogs; /* # of login trys */
487 struct tms t_tbb; /* start execution times */
488 struct tms t_txfs; /* xfer start times */
489 struct tms t_txfe; /* xfer end times */
490 struct tms t_tga; /* garbage execution times */