Searched defs:statptr (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/cron/
H A Datrm.c247 removentry(char *filename, struct stat *statptr, uid_t user) argument
262 if (user != statptr->st_uid && !cron_admin(login_authchk)) {
282 pp = getuser((uid_t)statptr->st_uid);
334 struct stat *statptr; /* pointer to file stat structure */ local
358 statptr = (struct stat *)malloc(sizeof (struct stat));
359 if (statptr == NULL)
361 if (stat(namelist[i]->d_name, statptr) < 0) {
365 statlist[i] = statptr;
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/netstat/
H A Dnetstat.c187 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,
3285 statptr->ipackets, statptr->ierrors,
3286 statptr->opackets, statptr->oerrors,
3287 statptr->collisions, 0LL);
3293 *statptr = zerostat;
3294 statptr
3266 if_report_ip4(mib2_ipAddrEntry_t *ap, char ifname[], char logintname[], struct ifstat *statptr, boolean_t ksp_not_null) argument
3314 if_report_ip6(mib2_ipv6AddrEntry_t *ap6, char ifname[], char logintname[], struct ifstat *statptr, boolean_t ksp_not_null) argument
[all...]

Completed in 72 milliseconds