Searched refs:newstat (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/intrd/
H A Dintrd.pl395 # generate_delta($stat, $newstat) takes two stat references, returned from
397 # same basic info as stat and newstat, but with the timestamps as deltas
403 my ($stat, $newstat) = @_;
412 $delta{maxsnap} = $newstat->{snaptime};
421 $delta{missing} = (keys(%$stat) != keys(%$newstat));
427 # scan through every cpu in %newstat and compare against %stat
429 while (my ($cpu, $newcpst) = each %$newstat) {
432 # If %stat is missing a cpu from %newstat, then it was just
1237 my $newstat;
1289 # 1. Sleep, update the kstats, and save the new stats in $newstat
[all...]
/illumos-gate/usr/src/uts/common/pcmcia/nexus/
H A Dpcmcia.c3499 get_ss_status_t newstat; local
3509 newstat = *status;
3510 newstat.socket = sockp->ls_socket;
3512 &newstat);
3514 *status = newstat;
/illumos-gate/usr/src/lib/libnisdb/
H A Dldap_op.c1236 int ldapStat, newstat; local
1285 newstat = connectCon(newlc, 0);
1286 if (newstat != LDAP_SUCCESS) {
1287 if (newstat != LDAP_UNAVAILABLE) {

Completed in 896 milliseconds