Lines Matching defs:nstat
410 struct nstat { struct
411 pid_t t_pid; /* process id */
412 time_t t_start; /* start time */
413 time_t t_scall; /* start call to system */
414 time_t t_ecall; /* end call to system */
415 time_t t_tacu; /* acu time */
416 time_t t_tlog; /* login time */
417 time_t t_sftp; /* start file transfer protocol */
418 time_t t_sxf; /* start xfer */
419 time_t t_exf; /* end xfer */
420 time_t t_eftp; /* end file transfer protocol */
421 time_t t_qtime; /* time file queued */
422 int t_ndial; /* # of dials */
423 int t_nlogs; /* # of login trys */
424 struct tms t_tbb; /* start execution times */
425 struct tms t_txfs; /* xfer start times */
426 struct tms t_txfe; /* xfer end times */
427 struct tms t_tga; /* garbage execution times */