Home
last modified time | relevance | path

Searched refs:last_reset (Results 1 – 12 of 12) sorted by relevance

/freebsd-14-stable/contrib/ofed/opensm/opensm/
HDosm_perfmgr_db.c137 rc->ports[i].last_reset = cur_time; in malloc_node()
643 node->ports[i].last_reset = ts; in clear_counters()
697 char *last_reset = ctime_r(&node->ports[i].last_reset, lr); in dump_node_mr() local
706 last_reset[strlen(last_reset) - 1] = '\0'; /* remove \n */ in dump_node_mr()
719 i, last_reset, last_err_update, last_data_update, in dump_node_mr()
813 char *last_reset = ctime_r(&node->ports[i].last_reset, lr); in dump_node_hr() local
822 last_reset[strlen(last_reset) - 1] = '\0'; /* remove \n */ in dump_node_hr()
848 node->active ? "TRUE":"FALSE", i, last_reset, in dump_node_hr()
/freebsd-14-stable/sys/cam/
HDcam_xpt_internal.h169 struct timeval last_reset; member
185 struct timeval last_reset; member
HDcam_xpt.c2696 start_ccb->cpis.last_reset = path->bus->last_reset; in xpt_action_default()
2737 cgds->last_reset = tar->last_reset; in xpt_action_default()
2740 if (timevalcmp(&tar->last_reset, &bus->last_reset, <)) in xpt_action_default()
2741 cgds->last_reset = bus->last_reset; in xpt_action_default()
3899 timevalclear(&new_bus->last_reset); in xpt_bus_register()
4190 microtime(&target->last_reset); in xpt_async_process_tgt()
4213 microtime(&bus->last_reset); in xpt_async_process()
4683 timevalclear(&target->last_reset); in xpt_alloc_target()
HDcam_ccb.h403 struct timeval last_reset; /* Time of last bus reset/loop init */ member
699 struct timeval last_reset; /* Time of last bus reset/loop init */ member
HDcam_periph.c1512 cam_periph_freeze_after_event(periph, &cgds.last_reset, bus_settle); in cam_periph_bus_settle()
/freebsd-14-stable/usr.sbin/ppp/
HDccp.h98 int last_reset; /* We can receive more (dups) w/ this id */ member
HDccp.c276 ccp->reset_sent = ccp->last_reset = -1; in ccp_Setup()
405 ccp->last_reset = -1; in ccp_SendResetReq()
702 } else if (id == ccp->last_reset) in CcpRecvResetAck()
711 ccp->last_reset = ccp->reset_sent; in CcpRecvResetAck()
/freebsd-14-stable/contrib/ofed/opensm/include/opensm/
HDosm_perfmgr_db.h129 time_t last_reset; member
/freebsd-14-stable/sys/dev/cyapa/
HDcyapa.c1253 int last_reset; in cyapa_poll_thread() local
1259 last_reset = ticks; in cyapa_poll_thread()
1283 (unsigned)(ticks - last_reset) > TIME_TO_RESET)) { in cyapa_poll_thread()
1285 last_reset = ticks; in cyapa_poll_thread()
/freebsd-14-stable/contrib/ntp/ntpd/
HDrefclock_parse.c5037 u_long last_reset; /* last time a reset was issued */ member
5166 if (t && t->last_reset && in trimbletsip_setup()
5167 ((t->last_reset + TRIMBLE_RESET_HOLDOFF) > current_time)) { in trimbletsip_setup()
5172 t->last_reset = current_time; in trimbletsip_setup()
/freebsd-14-stable/sys/cam/scsi/
HDscsi_xpt.c681 cam_periph_freeze_after_event(periph, &periph->path->bus->last_reset, in proberegister()
1977 !timevalisset(&request_ccb->ccb_h.path->bus->last_reset) && in scsi_scan_bus()
/freebsd-14-stable/sys/cam/ata/
HData_xpt.c1413 !timevalisset(&request_ccb->ccb_h.path->bus->last_reset)) { in ata_scan_bus()