Home
last modified time | relevance | path

Searched refs:probing_done (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/hal/hald/solaris/
H A Ddevinfo.c246 void (*probing_done) (HalDevice *, guint32, gint, char **, gpointer, gpointer); in devinfo_callouts_preprobing_done() local
270 if (handler->probing_done != NULL) { in devinfo_callouts_preprobing_done()
271 probing_done = handler->probing_done; in devinfo_callouts_preprobing_done()
273 probing_done = devinfo_callouts_probing_done; in devinfo_callouts_preprobing_done()
282 probing_done, in devinfo_callouts_preprobing_done()
285 probing_done (d, 0, 0, NULL, userdata1, userdata2); in devinfo_callouts_preprobing_done()
H A Ddevinfo.h32 …void (*probing_done) (HalDevice *d, guint32 exit_type, gint return_code, char **error, gpointer us… member
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ping/
H A Dping_aux.c396 current_targetaddr->probing_done = _B_TRUE; in check_reply()
486 current_targetaddr->probing_done = _B_TRUE; in check_reply()
590 current_targetaddr->probing_done = _B_TRUE; in check_reply()
681 current_targetaddr->probing_done = _B_TRUE; in check_reply()
893 current_targetaddr->probing_done = _B_TRUE; in check_reply()
995 current_targetaddr->probing_done = _B_TRUE; in check_reply()
H A Dping_aux6.c427 current_targetaddr->probing_done = _B_TRUE; in check_reply6()
522 current_targetaddr->probing_done = _B_TRUE; in check_reply6()
718 current_targetaddr->probing_done = _B_TRUE; in check_reply6()
810 current_targetaddr->probing_done = _B_TRUE; in check_reply6()
H A Dping.h97 boolean_t probing_done; /* skip without sending all probes */ member
H A Dping.c838 targetaddr->probing_done = _B_FALSE; in create_targetaddr_item()
1807 current_targetaddr->probing_done) { in send_scheduled_probe()
1825 current_targetaddr->probing_done = _B_FALSE; in send_scheduled_probe()