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);
270 if (handler->probing_done != NULL) {
271 probing_done = handler->probing_done;
273 probing_done = devinfo_callouts_probing_done;
282 probing_done,
285 probing_done (d, 0, 0, NULL, userdata1, userdata2);
H A Ddevinfo.h34 void (*probing_done) (HalDevice *d, guint32 exit_type, gint return_code, char **error, gpointer userdata1, gpointer userdata2); member in struct:DevinfoDevHandler_s
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ping/
H A Dping.h93 boolean_t probing_done; /* skip without sending all probes */ member in struct:targetaddr
H A Dping_aux.c408 current_targetaddr->probing_done = _B_TRUE;
501 current_targetaddr->probing_done = _B_TRUE;
608 current_targetaddr->probing_done = _B_TRUE;
700 current_targetaddr->probing_done = _B_TRUE;
919 current_targetaddr->probing_done = _B_TRUE;
1022 current_targetaddr->probing_done = _B_TRUE;
H A Dping_aux6.c443 current_targetaddr->probing_done = _B_TRUE;
540 current_targetaddr->probing_done = _B_TRUE;
747 current_targetaddr->probing_done = _B_TRUE;
840 current_targetaddr->probing_done = _B_TRUE;
H A Dping.c842 targetaddr->probing_done = _B_FALSE;
1807 * all the probes, or somebody set the probing_done flag to
1811 current_targetaddr->probing_done) {
1829 current_targetaddr->probing_done = _B_FALSE;

Completed in 64 milliseconds