Home
last modified time | relevance | path

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

/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_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/sys/cam/
H A Dcam_xpt_internal.h169 struct timeval last_reset; member
185 struct timeval last_reset; member
H A Dcam_xpt.c2693 start_ccb->cpis.last_reset = path->bus->last_reset; in xpt_action_default()
2734 cgds->last_reset = tar->last_reset; in xpt_action_default()
2737 if (timevalcmp(&tar->last_reset, &bus->last_reset, <)) in xpt_action_default()
2738 cgds->last_reset = bus->last_reset; in xpt_action_default()
3896 timevalclear(&new_bus->last_reset); in xpt_bus_register()
4187 microtime(&target->last_reset); in xpt_async_process_tgt()
4210 microtime(&bus->last_reset); in xpt_async_process()
4680 timevalclear(&target->last_reset); in xpt_alloc_target()
H A Dcam_ccb.h404 struct timeval last_reset; /* Time of last bus reset/loop init */ member
707 struct timeval last_reset; /* Time of last bus reset/loop init */ member
H A Dcam_periph.c1511 cam_periph_freeze_after_event(periph, &cgds.last_reset, bus_settle); in cam_periph_bus_settle()
/freebsd/usr.sbin/ppp/
H A Dccp.h98 int last_reset; /* We can receive more (dups) w/ this id */ member
H A Dccp.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/contrib/ofed/opensm/include/opensm/
H A Dosm_perfmgr_db.h129 time_t last_reset; member
/freebsd/sys/dev/cyapa/
H A Dcyapa.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/contrib/ntp/ntpd/
H A Drefclock_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/sys/cam/scsi/
H A Dscsi_xpt.c679 cam_periph_freeze_after_event(periph, &periph->path->bus->last_reset, in proberegister()
1975 !timevalisset(&request_ccb->ccb_h.path->bus->last_reset) && in scsi_scan_bus()
/freebsd/sys/cam/ata/
H A Data_xpt.c1411 !timevalisset(&request_ccb->ccb_h.path->bus->last_reset)) { in ata_scan_bus()