Home
last modified time | relevance | path

Searched refs:ifstat (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/cmd/compress/
H A Dcompress.c1579 copystat(char *ifname, struct stat *ifstat, char *ofname) in copystat() argument
1600 } else if (ifstat == NULL) { /* Get stat on input file */ in copystat()
1603 } else if ((ifstat->st_mode & in copystat()
1612 } else if (ifstat->st_nlink > 1) { in copystat()
1618 (uint_t)ifstat->st_nlink - 1); in copystat()
1647 mode = ifstat->st_mode & 07777; in copystat()
1675 (void) chown(ofname, ifstat->st_uid, ifstat->st_gid); in copystat()
1676 timep.actime = ifstat->st_atime; in copystat()
1677 timep.modtime = ifstat->st_mtime; in copystat()
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/netstat/
H A Dnetstat.c124 struct ifstat { struct
135 struct ifstat tot; argument
181 static void if_stat_total(struct ifstat *oldstats,
182 struct ifstat *newstats, struct ifstat *sumstats);
187 struct ifstat *statptr, boolean_t ksp_not_null);
190 struct ifstat *statptr, boolean_t ksp_not_null);
2592 if_stat_total(struct ifstat *oldstats, struct ifstat *newstats, in if_stat_total()
2593 struct ifstat *sumstats) in if_stat_total()
2604 static struct ifstat zerostat = {
2635 static struct ifstat old = {0L, 0L, 0L, 0L, 0L}; in if_report()
[all …]
/titanic_41/usr/src/cmd/awk/
H A Dawk.h354 extern Cell *ifstat(Node **, int);
H A Drun.c1364 ifstat(Node **a, int n) in ifstat() function
/titanic_41/usr/src/cmd/oawk/
H A Drun.c912 ifstat(NODE **a, int n) in ifstat() function