Searched refs:statptr (Results 1 – 2 of 2) sorted by relevance
/titanic_44/usr/src/cmd/cron/ |
H A D | atrm.c | 247 removentry(char *filename, struct stat *statptr, uid_t user) in removentry() argument 262 if (user != statptr->st_uid && !cron_admin(login_authchk)) { in removentry() 282 pp = getuser((uid_t)statptr->st_uid); in removentry() 334 struct stat *statptr; /* pointer to file stat structure */ in getjoblist() local 358 statptr = (struct stat *)malloc(sizeof (struct stat)); in getjoblist() 359 if (statptr == NULL) in getjoblist() 361 if (stat(namelist[i]->d_name, statptr) < 0) { in getjoblist() 365 statlist[i] = statptr; in getjoblist()
|
/titanic_44/usr/src/cmd/cmd-inet/usr.bin/netstat/ |
H A D | netstat.c | 187 struct ifstat *statptr, boolean_t ksp_not_null); 190 struct ifstat *statptr, boolean_t ksp_not_null); 3267 char ifname[], char logintname[], struct ifstat *statptr, in if_report_ip4() argument 3285 statptr->ipackets, statptr->ierrors, in if_report_ip4() 3286 statptr->opackets, statptr->oerrors, in if_report_ip4() 3287 statptr->collisions, 0LL); in if_report_ip4() 3293 *statptr = zerostat; in if_report_ip4() 3294 statptr->ipackets = ap->ipAdEntInfo.ae_ibcnt; in if_report_ip4() 3295 statptr->opackets = ap->ipAdEntInfo.ae_obcnt; in if_report_ip4() 3308 statptr->ipackets, "N/A", "N/A", "N/A", "N/A", in if_report_ip4() [all …]
|