Searched refs:ifstat (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/compress/
H A Dcompress.c1579 copystat(char *ifname, struct stat *ifstat, char *ofname) argument
1600 } else if (ifstat == NULL) { /* Get stat on input file */
1603 } else if ((ifstat->st_mode &
1612 } else if (ifstat->st_nlink > 1) {
1618 (uint_t)ifstat->st_nlink - 1);
1647 mode = ifstat->st_mode & 07777;
1675 (void) chown(ofname, ifstat->st_uid, ifstat->st_gid);
1676 timep.actime = ifstat->st_atime;
1677 timep.modtime = ifstat
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/netstat/
H A Dnetstat.c124 struct ifstat { struct
135 struct ifstat tot;
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,
2593 struct ifstat *sumstat
[all...]
/illumos-gate/usr/src/cmd/awk/
H A Dawk.h354 extern Cell *ifstat(Node **, int);
H A Drun.c1364 ifstat(Node **a, int n) function
/illumos-gate/usr/src/boot/include/net/
H A Dif.h461 struct ifstat { struct
/illumos-gate/usr/src/cmd/oawk/
H A Drun.c912 ifstat(NODE **a, int n) function

Completed in 64 milliseconds