Searched refs:newss (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/stat/iostat/
H A Diostat.c162 static struct snapshot *newss; variable in typeref:struct:snapshot
271 newss = acquire_snapshot(kc, types, &df);
274 iodevs_nl = newss->s_iodevs_is_name_maxlen;
291 &newss->s_sys.ss_agg_sys);
293 getime = (getime / nr_active_cpus(newss)) / hz;
323 oldss = newss;
324 newss = acquire_snapshot(kc, types, &df);
325 iodevs_nl = (newss->s_iodevs_is_name_maxlen > iodevs_nl) ?
326 newss->s_iodevs_is_name_maxlen : iodevs_nl;
333 snapshot_report_changes(oldss, newss);
[all...]
/illumos-gate/usr/src/lib/libinetsvc/common/
H A Dinetsvc.c547 struct sockaddr_storage *newss = p; local
549 (void) memcpy(SS_SINADDR(*ss), SS_SINADDR(*newss),

Completed in 49 milliseconds