Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/bsnmp/lib/
H A Dsnmpclient.h67 typedef void (*snmp_timeout_stop_f)(void *timeout_id);
H A Dsnmpclient.c84 void *timeout_id; member
1138 if (p1->timeout_id != NULL) in snmp_close()
1139 snmp_client.timeout_stop(p1->timeout_id); in snmp_close()
1298 listentry->timeout_id = in snmp_timeout()
1330 listentry->timeout_id = in snmp_pdu_send()
1498 snmp_client.timeout_stop(listentry->timeout_id); in snmp_deliver_packet()
/freebsd-12.1/sys/dev/aacraid/
H A Daacraid_var.h368 struct callout_handle timeout_id; /* timeout handle */ member
H A Daacraid.c363 sc->timeout_id = timeout(aac_daemon, (void *)sc, tvtohz(&tv)); in aacraid_attach()
421 sc->timeout_id = timeout(aac_daemon, (void *)sc, tvtohz(&tv)); in aac_daemon()
768 untimeout(aac_daemon, (void *)sc, sc->timeout_id); in aacraid_detach()