Searched refs:hp_last_change (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/lib/libhotplug/common/
H A Dlibhotplug_impl.h47 time_t hp_last_change; member in struct:hp_node
H A Dlibhotplug.h86 time_t hp_last_change(hp_node_t node);
H A Dlibhotplug.c336 * hp_last_change()
341 hp_last_change(hp_node_t node) function
343 i_hp_dprintf("hp_last_change: node=%p\n", (void *)node);
346 i_hp_dprintf("hp_last_change: invalid arguments.\n");
353 i_hp_dprintf("hp_last_change: operation not supported.\n");
358 return (node->hp_last_change);
966 if ((node->hp_last_change != 0) &&
968 node->hp_last_change)) != 0))
1140 node->hp_last_change = (time_t)val_uint32;
/illumos-gate/usr/src/uts/common/sys/
H A Ddevinfo_impl.h344 uint32_t hp_last_change; /* timestamp of last change */ member in struct:di_hp
/illumos-gate/usr/src/cmd/hotplugd/
H A Dhotplugd_info.c501 node->hp_last_change = di_hp_last_change(hp);
/illumos-gate/usr/src/lib/cfgadm_plugins/shp/common/
H A Dshp.c1497 (*cs)->ap_status_time = hp_last_change(node);
/illumos-gate/usr/src/lib/libdevinfo/
H A Ddevinfo.c2799 return ((time_t)DI_HP(hp)->hp_last_change);
/illumos-gate/usr/src/uts/common/io/
H A Ddevinfo.c3575 me->hp_last_change = (uint32_t)hp_hdl->cn_info.cn_last_change;

Completed in 85 milliseconds