HomeSort by: relevance | last modified time | path
    Searched refs:action_data (Results 1 - 17 of 17) sorted by relevancy

  /src/external/bsd/libevent/dist/test/
regress.gen.c 475 tmp->action_data = NULL;
534 if (msg->action_data != NULL)
535 free(msg->action_data);
536 if ((msg->action_data = strdup(value)) == NULL)
569 *value = msg->action_data;
592 free(tmp->action_data);
593 tmp->action_data = NULL;
610 if (tmp->action_data != NULL)
611 free (tmp->action_data);
626 evtag_marshal_string(evbuf, KILL_ACTION, tmp->action_data);
    [all...]
regress.gen.h 100 char *action_data; member in struct:kill
  /src/external/bsd/ntp/dist/sntp/libevent/test/
regress.gen.c 476 tmp->action_data = NULL;
535 if (msg->action_data != NULL)
536 free(msg->action_data);
537 if ((msg->action_data = strdup(value)) == NULL)
570 *value = msg->action_data;
593 free(tmp->action_data);
594 tmp->action_data = NULL;
611 if (tmp->action_data != NULL)
612 free (tmp->action_data);
627 evtag_marshal_string(evbuf, KILL_ACTION, tmp->action_data);
    [all...]
regress.gen.h 101 char *action_data; member in struct:kill
  /src/external/mpl/bind/dist/bin/plugins/
filter-a.c 127 .action_data = inst,
132 .action_data = inst,
137 .action_data = inst,
142 .action_data = inst,
147 .action_data = inst,
152 .action_data = inst,
filter-aaaa.c 127 .action_data = inst,
132 .action_data = inst,
137 .action_data = inst,
142 .action_data = inst,
147 .action_data = inst,
152 .action_data = inst,
  /src/external/mpl/bind/dist/bin/tests/system/hooks/driver/
test-async.c 82 .action_data = inst,
86 .action_data = inst,
90 .action_data = inst,
  /src/external/mpl/bind/dist/lib/ns/include/ns/
hooks.h 124 * cause_failure(void *hook_data, void *action_data, isc_result_t *resultp) {
126 * UNUSED(action_data);
153 * log_qtype(void *hook_data, void *action_data, isc_result_t *resultp) {
155 * FILE *stream = (FILE *)action_data;
171 * .action_data = stderr,
181 * 'action_data' since it is specified in the ns_hook_t structure passed to
256 * hook_recurse(void *hook_data, void *action_data, isc_result_t *resultp) {
257 * hookstate_t *state = somehow_retrieve_from(action_data);
404 void *action_data; member in struct:ns_hook
  /src/external/mpl/bind/dist/lib/ns/
hooks.c 322 .action_data = hook->action_data,
update.c 553 * with the rdataset and 'action_data' as arguments. If the name
560 rrset_func *action, void *action_data) {
601 result = (*action)(action_data, &rdataset);
623 * with the RR and 'action_data' as arguments. If the name
641 * 'action' with the RR and 'action_data' as arguments. If the name
query.c 297 void *_data = _hook->action_data; \
329 void *_data = _hook->action_data; \
  /src/external/mpl/bind/dist/tests/ns/
query_test.c 856 .action_data = &asdata,
860 .action_data = &asdata,
1368 .action_data = &asdata,
1372 .action_data = &asdata,
  /src/external/mpl/bind/dist/tests/libtest/
ns.c 383 .action_data = qctxp,
  /src/sys/dev/pci/
mpiireg.h 1000 u_int32_t action_data; member in struct:mpii_msg_raid_action_request
1025 u_int32_t action_data[5]; member in struct:mpii_msg_raid_action_reply
mpii.c 3404 req->action_data = htole32(dc->wrcache ?
3416 ((rep->action_data[0] &
  /src/external/mpl/bind/dist/lib/dns/
update.c 236 * with the rdataset and 'action_data' as arguments. If the name
243 rrset_func *action, void *action_data) {
271 result = (*action)(action_data, &rdataset);
293 * with the RR and 'action_data' as arguments. If the name
311 * 'action' with the RR and 'action_data' as arguments. If the name
  /src/external/mpl/dhcp/bind/dist/lib/dns/
update.c 349 * with the rdataset and 'action_data' as arguments. If the name
356 rrset_func *action, void *action_data) {
384 result = (*action)(action_data, &rdataset);
406 * with the RR and 'action_data' as arguments. If the name
424 * 'action' with the RR and 'action_data' as arguments. If the name

Completed in 101 milliseconds