Searched refs:Nstat (Results 1 – 9 of 9) sorted by relevance
/titanic_44/usr/src/cmd/bnu/ |
H A D | uucico.c | 129 time(&Nstat.t_qtime); 130 tconv = Nstat.t_start = Nstat.t_qtime; 316 Nstat.t_scall = times(&Nstat.t_tga); 341 Nstat.t_ecall = times(&Nstat.t_tga); 551 Nstat.t_scall = times(&Nstat.t_tga); 553 Nstat.t_ecall = times(&Nstat.t_tga); 724 Nstat.t_sftp = times(&Nstat.t_tga); 727 Nstat.t_eftp = times(&Nstat.t_tga);
|
H A D | logent.c | 58 if (Nstat.t_pid == 0) 59 Nstat.t_pid = getpid(); 79 (void) fprintf(_Lf, "(%s,%ld,%d) ", timeStamp(), (long) Nstat.t_pid, Seqn);
|
H A D | uucpdefs.c | 69 GLOBAL struct nstat Nstat; variable
|
H A D | uucleanup.c | 1076 if (Nstat.t_pid == 0) 1077 Nstat.t_pid = getpid(); 1088 (void) fprintf(_Lf, "(%s,%ld,%d) ", timeStamp(), (long) Nstat.t_pid, Seqn);
|
H A D | anlwrk.c | 109 Nstat.t_qtime = stbuf.st_mtime;
|
H A D | uucp.h | 518 EXTERN struct nstat Nstat; variable
|
H A D | uuxqt.c | 99 Nstat.t_qtime = time((time_t *)0); 859 Nstat.t_qtime = sb.st_mtime;
|
H A D | cntrl.c | 297 pfFound(Jobid, W_OPTNS, Nstat.t_qtime); in cntrl() 1464 td = clock - Nstat.t_qtime;
|
/titanic_44/usr/src/cmd/ttymon/ |
H A D | uucp.h | 455 EXTERN struct nstat Nstat; variable
|