Searched refs:ifstat (Results 1 – 7 of 7) sorted by relevance
/illumos-gate/usr/src/cmd/compress/ |
H A D | compress.c | 1581 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 D | netstat.c | 126 struct ifstat { struct 137 struct ifstat tot; argument 182 static void if_stat_total(struct ifstat *oldstats, 183 struct ifstat *newstats, struct ifstat *sumstats); 188 struct ifstat *statptr, boolean_t ksp_not_null); 191 struct ifstat *statptr, boolean_t ksp_not_null); 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 = { 3032 static struct ifstat old = {0L, 0L, 0L, 0L, 0L}; in if_report() [all …]
|
/illumos-gate/usr/src/boot/include/net/ |
H A D | if.h | 461 struct ifstat { struct
|
/illumos-gate/usr/src/cmd/awk/ |
H A D | awk.h | 424 extern Cell *ifstat(Node **, int);
|
H A D | run.c | 1585 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 D | lparser.c | 1408 static void ifstat (LexState *ls, int line) { in ifstat() function 1537 ifstat(ls, line); in statement()
|
/illumos-gate/usr/src/cmd/oawk/ |
H A D | run.c | 912 ifstat(NODE **a, int n) in ifstat() function
|