Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/compress/
H A Dcompress.c1581 copystat(char *ifname, struct stat *ifstat, char *ofname) in copystat() argument
1602 } else if (ifstat == NULL) { /* Get stat on input file */ in copystat()
1605 } else if ((ifstat->st_mode & in copystat()
1614 } else if (ifstat->st_nlink > 1) { in copystat()
1620 (uint_t)ifstat->st_nlink - 1); in copystat()
1649 mode = ifstat->st_mode & 07777; in copystat()
1677 (void) chown(ofname, ifstat->st_uid, ifstat->st_gid); in copystat()
1678 timep.actime = ifstat->st_atime; in copystat()
1679 timep.modtime = ifstat->st_mtime; in copystat()
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/netstat/
H A Dnetstat.c126 struct ifstat { struct
137 struct ifstat tot; argument
183 struct ifstat *newstats, struct ifstat *sumstats);
2991 if_stat_total(struct ifstat *oldstats, struct ifstat *newstats, in if_stat_total()
2992 struct ifstat *sumstats) in if_stat_total()
3003 static struct ifstat zerostat = {
3034 struct ifstat sum; in if_report()
3043 struct ifstat stat = {0L, 0L, 0L, 0L, 0L}; in if_report()
3126 struct ifstat t; in if_report()
3346 struct ifstat sum6; in if_report()
[all …]
/illumos-gate/usr/src/boot/include/net/
H A Dif.h461 struct ifstat { struct
/illumos-gate/usr/src/cmd/awk/
H A Dawk.h424 extern Cell *ifstat(Node **, int);
H A Drun.c1585 ifstat(Node **a, int n) /* if (a[0]) a[1]; else a[2] */ in ifstat() function
/illumos-gate/usr/src/uts/common/fs/zfs/lua/
H A Dlparser.c1408 static void ifstat (LexState *ls, int line) { in ifstat() function
1537 ifstat(ls, line); in statement()
/illumos-gate/usr/src/cmd/oawk/
H A Drun.c912 ifstat(NODE **a, int n) in ifstat() function