Searched refs:probing_done (Results 1 – 6 of 6) sorted by relevance
/illumos-gate/usr/src/cmd/hal/hald/solaris/ |
H A D | devinfo.c | 246 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 D | devinfo.h | 32 …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 D | ping_aux.c | 396 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 D | ping_aux6.c | 427 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 D | ping.h | 97 boolean_t probing_done; /* skip without sending all probes */ member
|
H A D | ping.c | 838 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()
|