Home
last modified time | relevance | path

Searched refs:timeout_id (Results 1 – 4 of 4) sorted by relevance

/NextBSD/contrib/bsnmp/lib/
HDsnmpclient.h66 typedef void (*snmp_timeout_stop_f)(void *timeout_id);
HDsnmpclient.c78 void *timeout_id; member
1125 if (p1->timeout_id != NULL) in snmp_close()
1126 snmp_client.timeout_stop(p1->timeout_id); in snmp_close()
1285 listentry->timeout_id = in snmp_timeout()
1317 listentry->timeout_id = in snmp_pdu_send()
1485 snmp_client.timeout_stop(listentry->timeout_id); in snmp_deliver_packet()
/NextBSD/sys/dev/aacraid/
HDaacraid_var.h366 struct callout_handle timeout_id; /* timeout handle */ member
HDaacraid.c360 sc->timeout_id = timeout(aac_daemon, (void *)sc, tvtohz(&tv)); in aacraid_attach()
418 sc->timeout_id = timeout(aac_daemon, (void *)sc, tvtohz(&tv)); in aac_daemon()
765 untimeout(aac_daemon, (void *)sc, sc->timeout_id); in aacraid_detach()