/bind-9.6-ESV-R11/contrib/zkt/examples/flat/ |
H A D | dist.sh | 7 # Feb 2010 action "distkeys" added 47 action="$1" 53 case $action in 75 echo "rndc $action $domain $view" 76 : rndc $action $domain $view 79 usage "illegal action $action"
|
/bind-9.6-ESV-R11/lib/dns/include/dns/ |
H A D | request.h | 167 isc_taskaction_t action, void *arg, 200 isc_taskaction_t action, void *arg, 209 isc_task_t *task, isc_taskaction_t action, void *arg, 218 isc_taskaction_t action, void *arg, 255 isc_task_t *task, isc_taskaction_t action, void *arg, 264 isc_taskaction_t action, void *arg, 272 isc_task_t *task, isc_taskaction_t action, void *arg,
|
H A D | tcpmsg.h | 38 isc_taskaction_t action; member in struct:dns_tcpmsg 81 isc_task_t *task, isc_taskaction_t action, void *arg);
|
H A D | lookup.h | 78 isc_taskaction_t action, void *arg, dns_lookup_t **lookupp);
|
H A D | zt.h | 160 isc_result_t (*action)(dns_zone_t *, void *), void *uap); 164 isc_result_t (*action)(dns_zone_t *, void *), void *uap); 166 * Apply a given 'action' to all zone zones in the table. 168 * 'action' does not return ISC_R_SUCCESS. 172 * \li 'action' to be non NULL. 175 * \li ISC_R_SUCCESS if action was applied to all nodes. If 'stop' is 177 * reported by 'action' is returned in '*sub'; 178 * any error code from 'action'.
|
H A D | byaddr.h | 80 isc_taskaction_t action, void *arg, dns_byaddr_t **byaddrp);
|
H A D | validator.h | 142 isc_taskaction_t action; member in struct:dns_validator 182 isc_task_t *task, isc_taskaction_t action, void *arg, 211 * the given 'action' and 'arg' are sent to 'task'.
|
H A D | dispatch.h | 352 isc_task_t *task, isc_taskaction_t action, void *arg, 358 isc_task_t *task, isc_taskaction_t action, void *arg, 373 *\li "task" "action" and "arg" be set as appropriate.
|
/bind-9.6-ESV-R11/lib/isccc/include/isccc/ |
H A D | ccmsg.h | 53 isc_taskaction_t action; member in struct:isccc_ccmsg 96 isc_task_t *task, isc_taskaction_t action, void *arg);
|
H A D | symtab.h | 56 * undefine action (if provided) will be called 72 * A user-specified action will be called (if provided) when a symbol 130 isccc_symtab_foreach(isccc_symtab_t *symtab, isccc_symtabforeachaction_t action,
|
/bind-9.6-ESV-R11/lib/isc/include/isc/ |
H A D | app.h | 99 isc_app_onrun(isc_mem_t *mctx, isc_task_t *task, isc_taskaction_t action,
|
H A D | socket.h | 553 isc_task_t *task, isc_taskaction_t action, const void *arg); 566 * \li 'action' is a valid action 576 isc_task_t *task, isc_taskaction_t action, 580 * succeeds, or when an error occurs, a CONNECT event with action 'action' 591 * \li 'action' is a valid action 644 isc_task_t *task, isc_taskaction_t action, const void *arg); 648 isc_task_t *task, isc_taskaction_t action, cons [all...] |
H A D | heap.h | 151 isc_heap_foreach(isc_heap_t *heap, isc_heapaction_t action, void *uap); 153 * \brief Iterate over the heap, calling an action for each element. The 158 *\li "action" is not NULL, and is a function which takes two arguments.
|
H A D | event.h | 93 isc_taskaction_t action, const void *arg, size_t size); 109 *\li 'action' to be non NULL
|
H A D | timer.h | 119 isc_taskaction_t action, 125 * 'task' and when dispatched 'action' will be called with 'arg' as the 149 *\li 'action' is a valid action
|
H A D | task.h | 367 isc_task_onshutdown(isc_task_t *task, isc_taskaction_t action, 370 * Send a shutdown event with action 'action' and argument 'arg' when 381 *\li 'action' is a valid task action. 605 *\li isc_taskmgr_destroy() must not be called by a task event action, 606 * because it would block forever waiting for the event action to 607 * complete. An event action that wants to cause task manager shutdown 608 * should request some non-event action thread of execution to do the
|
/bind-9.6-ESV-R11/lib/isc/ |
H A D | event.c | 44 isc_taskaction_t action, const void *arg, size_t size) 50 REQUIRE(action != NULL); 70 ISC_EVENT_INIT(event, size, 0, NULL, type, action, deconst_arg, 43 isc_event_allocate(isc_mem_t *mctx, void *sender, isc_eventtype_t type, isc_taskaction_t action, const void *arg, size_t size) argument
|
/bind-9.6-ESV-R11/contrib/zkt/ |
H A D | nscomm.c | 57 char *action; local 62 action = "freeze"; 64 action = "thaw"; 71 lg_mesg (LG_NOTICE, "%s: %s dynamic zone", str, action); 72 verbmesg (1, z, "\t%s dynamic zone %s\n", action, str); 75 snprintf (cmdline, sizeof (cmdline), "%s %s %s IN %s", RELOADCMD, action, domain, z->view); 77 snprintf (cmdline, sizeof (cmdline), "%s %s %s", RELOADCMD, action, domain); 88 verbmesg (2, z, "\t rndc %s return: \"%s\"\n", action, str_chop (str, '\n'));
|
H A D | dnssec-zkt.c | 155 int action; local 179 action = 0; 195 action = c; 207 action = c; 222 action = c; 235 action = c; 308 if ( action == 'Z' ) 332 switch ( action ) 347 if ( (c = dki_setstatus_preservetime (dkp, action)) != 0 ) 369 if ( (c = dki_setstatus (dkp, action)) ! [all...] |
H A D | zkt-keyman.c | 140 int action; local 164 action = 0; 180 action = c; 188 action = c; 203 action = c; 207 action = c; 276 switch ( action ) 291 if ( (c = dki_setstatus_preservetime (dkp, action)) != 0 ) 313 if ( (c = dki_setstatus (dkp, action)) != 0 ) 320 ksk_roll (kskdomain, action [all...] |
H A D | zkt-ls.c | 146 int action; local 168 action = 0; 193 action = c; 293 switch ( action )
|
/bind-9.6-ESV-R11/unit/atf-src/atf-sh/ |
H A D | atf-check.cpp | 236 const std::string action = negated ? action_str.substr(4) : action_str; local 242 if (action == "eq") { 249 } else if (action == "exit") { 255 } else if (action == "ignore") { 260 } else if (action == "ne") { 267 } else if (action == "signal") { 286 const std::string action = negated ? action_str.substr(4) : action_str; local 289 if (action == "empty") 291 else if (action == "file") 293 else if (action [all...] |
/bind-9.6-ESV-R11/lib/dns/ |
H A D | tcpmsg.c | 164 isc_task_t *task, isc_taskaction_t action, void *arg) 181 tcpmsg->action = action; 186 DNS_EVENT_TCPMSG, action, arg, tcpmsg, 163 dns_tcpmsg_readmessage(dns_tcpmsg_t *tcpmsg, isc_task_t *task, isc_taskaction_t action, void *arg) argument
|
/bind-9.6-ESV-R11/lib/isccc/ |
H A D | ccmsg.c | 166 isc_task_t *task, isc_taskaction_t action, void *arg) 183 ccmsg->action = action; 188 ISCCC_EVENT_CCMSG, action, arg, ccmsg, 165 isccc_ccmsg_readmessage(isccc_ccmsg_t *ccmsg, isc_task_t *task, isc_taskaction_t action, void *arg) argument
|
/bind-9.6-ESV-R11/lib/isc/win32/ |
H A D | app.c | 102 isc_app_onrun(isc_mem_t *mctx, isc_task_t *task, isc_taskaction_t action, argument 121 action, arg, sizeof(*event));
|