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

/illumos-gate/usr/src/uts/common/io/hotplug/pcihp/
H A Dpcihp.c120 time32_t last_change; /* XXX needed? */ member in struct:pcihp::pcihp_slotinfo
913 slotinfop->last_change = (time_t)-1;
915 slotinfop->last_change = (time32_t)time;
931 slotinfop->last_change = (time_t)-1;
933 slotinfop->last_change = (time32_t)time;
1046 ap_state.ap_last_change = slotinfop->last_change;
1510 slotinfop->last_change = (time_t)-1;
1512 slotinfop->last_change = (time32_t)time;
1756 slotinfop->last_change = (time_t)-1;
1758 slotinfop->last_change
[all...]
/illumos-gate/usr/src/uts/sun4u/sunfire/sys/
H A Dfhc.h679 time32_t last_change; /* last state/condition change */ member in struct:sysc_cfga_stat

Completed in 216 milliseconds