Searched refs:probing_done (Results 1 – 6 of 6) sorted by relevance
/titanic_41/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 | 34 …void (*probing_done) (HalDevice *d, guint32 exit_type, gint return_code, char **error, gpointer us… member
|
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/ping/ |
H A D | ping_aux.c | 405 current_targetaddr->probing_done = _B_TRUE; in check_reply() 498 current_targetaddr->probing_done = _B_TRUE; in check_reply() 605 current_targetaddr->probing_done = _B_TRUE; in check_reply() 697 current_targetaddr->probing_done = _B_TRUE; in check_reply() 916 current_targetaddr->probing_done = _B_TRUE; in check_reply() 1019 current_targetaddr->probing_done = _B_TRUE; in check_reply()
|
H A D | ping.h | 91 boolean_t probing_done; /* skip without sending all probes */ member
|
H A D | ping_aux6.c | 441 current_targetaddr->probing_done = _B_TRUE; in check_reply6() 538 current_targetaddr->probing_done = _B_TRUE; in check_reply6() 745 current_targetaddr->probing_done = _B_TRUE; in check_reply6() 838 current_targetaddr->probing_done = _B_TRUE; in check_reply6()
|
H A D | ping.c | 797 targetaddr->probing_done = _B_FALSE; in create_targetaddr_item() 1741 current_targetaddr->probing_done) { in send_scheduled_probe() 1759 current_targetaddr->probing_done = _B_FALSE; in send_scheduled_probe()
|