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

/illumos-gate/usr/src/head/
H A Dconfig_admin.h124 time_t ap_status_time; /* Attachment point last change */ member in struct:cfga_list_data
139 time_t ap_status_time; /* Attachment point last change */ member in struct:cfga_stat_data
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/snowbird/frutree/
H A Dpiclfrutree.c1653 uint64_t ap_status_time; local
1703 ap_status_time = (uint64_t)(time(NULL));
1705 sizeof (ap_status_time), PICL_PROP_STATUS_TIME,
1707 NULL, &ap_status_time)) != PICL_SUCCESS) {
1793 uint64_t ap_status_time; local
1805 ap_status_time = (uint64_t)(time(NULL));
1807 PICL_PROP_STATUS_TIME, (void *)&ap_status_time,
1808 sizeof (ap_status_time))) != PICL_SUCCESS) {
1859 ap_status_time = (uint64_t)(time(NULL));
1861 PICL_PROP_STATUS_TIME, (void *)&ap_status_time,
2011 uint64_t ap_status_time; local
2843 uint64_t ap_status_time = 0; local
2914 uint64_t ap_status_time; local
3006 uint64_t ap_status_time; local
3165 uint64_t ap_status_time; local
3312 uint64_t ap_status_time; local
3738 uint64_t ap_status_time = 0; local
4513 uint64_t ap_status_time; local
5505 uint64_t ap_status_time; local
[all...]

Completed in 81 milliseconds