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.c408 current_targetaddr->probing_done = _B_TRUE; in check_reply()
501 current_targetaddr->probing_done = _B_TRUE; in check_reply()
608 current_targetaddr->probing_done = _B_TRUE; in check_reply()
700 current_targetaddr->probing_done = _B_TRUE; in check_reply()
919 current_targetaddr->probing_done = _B_TRUE; in check_reply()
1022 current_targetaddr->probing_done = _B_TRUE; in check_reply()
H A Dping.h93 boolean_t probing_done; /* skip without sending all probes */ member
H A Dping_aux6.c443 current_targetaddr->probing_done = _B_TRUE; in check_reply6()
540 current_targetaddr->probing_done = _B_TRUE; in check_reply6()
747 current_targetaddr->probing_done = _B_TRUE; in check_reply6()
840 current_targetaddr->probing_done = _B_TRUE; in check_reply6()
H A Dping.c842 targetaddr->probing_done = _B_FALSE; in create_targetaddr_item()
1811 current_targetaddr->probing_done) { in send_scheduled_probe()
1829 current_targetaddr->probing_done = _B_FALSE; in send_scheduled_probe()