Searched refs:Nstat (Results 1 – 9 of 9) sorted by relevance
/illumos-gate/usr/src/cmd/bnu/ |
H A D | uucico.c | 130 time(&Nstat.t_qtime); 131 tconv = Nstat.t_start = Nstat.t_qtime; 317 Nstat.t_scall = times(&Nstat.t_tga); 342 Nstat.t_ecall = times(&Nstat.t_tga); 552 Nstat.t_scall = times(&Nstat.t_tga); 554 Nstat.t_ecall = times(&Nstat.t_tga); 725 Nstat.t_sftp = times(&Nstat.t_tga); 728 Nstat.t_eftp = times(&Nstat.t_tga);
|
H A D | logent.c | 55 if (Nstat.t_pid == 0) 56 Nstat.t_pid = getpid(); 76 (void) fprintf(_Lf, "(%s,%ld,%d) ", timeStamp(), (long) Nstat.t_pid, Seqn);
|
H A D | uucpdefs.c | 66 GLOBAL struct nstat Nstat; variable
|
H A D | uucleanup.c | 1073 if (Nstat.t_pid == 0) 1074 Nstat.t_pid = getpid(); 1085 (void) fprintf(_Lf, "(%s,%ld,%d) ", timeStamp(), (long) Nstat.t_pid, Seqn);
|
H A D | anlwrk.c | 107 Nstat.t_qtime = stbuf.st_mtime; in anlwrk()
|
H A D | uuxqt.c | 97 Nstat.t_qtime = time((time_t *)0); 857 Nstat.t_qtime = sb.st_mtime;
|
H A D | uucp.h | 516 EXTERN struct nstat Nstat; variable
|
H A D | cntrl.c | 295 pfFound(Jobid, W_OPTNS, Nstat.t_qtime); in cntrl() 1460 td = clock - Nstat.t_qtime;
|
/illumos-gate/usr/src/cmd/ttymon/ |
H A D | uucp.h | 452 EXTERN struct nstat Nstat; variable
|