Searched refs:action (Results 326 - 350 of 521) sorted by relevance

<<11121314151617181920>>

/netbsd-6-1-5-RELEASE/external/bsd/top/dist/
H A Dtop.c136 struct sigaction action; local
138 action.sa_handler = handler;
139 action.sa_flags = 0;
140 (void) sigaction(sig, &action, NULL);
182 /* default the signal handler action */
/netbsd-6-1-5-RELEASE/external/bsd/wpa/dist/src/wps/
H A Dupnp_xml.c185 * actionName will be replaced according to action requested
/netbsd-6-1-5-RELEASE/lib/libc/arch/hppa/gen/
H A D__setjmp14.S121 copy %r0, %arg0 ; action = 0 <ignored>
/netbsd-6-1-5-RELEASE/external/public-domain/xz/dist/src/liblzma/common/
H A Dcommon.h95 lzma_action action);
H A Dindex_encoder.c51 lzma_action action lzma_attribute((__unused__)))
/netbsd-6-1-5-RELEASE/external/public-domain/xz/dist/src/liblzma/lz/
H A Dlz_encoder.h49 /// action is LZMA_RUN; when action != LZMA_RUN, read_pos is allowed
117 /// if it is due to flushing or finishing. The action is used also
119 lzma_action action; member in struct:lzma_mf_s
/netbsd-6-1-5-RELEASE/external/public-domain/xz/dist/src/liblzma/lzma/
H A Dlzma_encoder.c273 if (mf->action == LZMA_RUN)
278 assert(mf->action == LZMA_FINISH);
347 if (mf->action == LZMA_RUN)
410 if (unlikely(mf->action == LZMA_SYNC_FLUSH))
H A Dlzma2_encoder.c147 if (mf->action == LZMA_FINISH)
150 return mf->action == LZMA_RUN
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/cleanup/
H A Dcleanup_state.c91 state->action = cleanup_envelope;
H A Dcleanup_envelope.c103 state->action = cleanup_envelope_process;
328 state->action = cleanup_message;
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/postscreen/
H A Dpostscreen_smtpd.c663 int (*action) (PSC_STATE *, char *); member in struct:__anon2463
831 msg_panic("%s: unknown bare_newline action value %d",
898 * Caution: cmdp->name and cmdp->action may be null on loop exit.
938 msg_panic("%s: unknown non_smtp_command action value %d",
973 msg_panic("%s: unknown pipelining action value %d",
983 if (cmdp->action == psc_rcpt_cmd) {
1008 && cmdp->action != psc_quit_cmd) {
1025 write_stat = cmdp->action(state, cmd_buffer_ptr);
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/bfd/
H A Delf-eh-frame.c1442 unsigned int action, extra_string, extra_data; local
1447 action = ((ent->make_relative ? 1 : 0)
1481 BFD_ASSERT (action & 1);
1484 action &= ~1;
1487 while (action)
1491 if (action & 2)
1495 action &= ~2;
1511 if (action & 4)
1527 action &= ~4;
1532 if (action
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/bfd/
H A Delf-eh-frame.c1442 unsigned int action, extra_string, extra_data; local
1447 action = ((ent->make_relative ? 1 : 0)
1481 BFD_ASSERT (action & 1);
1484 action &= ~1;
1487 while (action)
1491 if (action & 2)
1495 action &= ~2;
1511 if (action & 4)
1527 action &= ~4;
1532 if (action
[all...]
/netbsd-6-1-5-RELEASE/distrib/utils/sysinst/
H A Dconfigmenu.c77 int (*action)(struct menudesc *, void *); member in struct:configinfo
175 me->opt_action = conf->action;
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/dns/
H A Dbyaddr.c220 isc_taskaction_t action, void *arg, dns_byaddr_t **byaddrp)
238 DNS_EVENT_BYADDRDONE, action, arg, byaddr,
218 dns_byaddr_create(isc_mem_t *mctx, isc_netaddr_t *address, dns_view_t *view, unsigned int options, isc_task_t *task, isc_taskaction_t action, void *arg, dns_byaddr_t **byaddrp) argument
/netbsd-6-1-5-RELEASE/external/bsd/tmux/dist/examples/
H A Dn-marriott.conf8 set -g bell-action none
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/gdbserver/
H A Dinferiors.c127 void (*action) (struct inferior_list_entry *))
134 (*action) (cur);
/netbsd-6-1-5-RELEASE/sys/arch/mac68k/obio/
H A Diwm_fd.c1888 char action[32]; local
1940 strncpy(action, "Recalibrate (track 0)",
1941 sizeof(action));
1960 strncpy(action, "Seek retries",
1961 sizeof(action));
1975 strncpy(action, "Verify retries",
1976 sizeof(action));
1990 printf(" seek() action \"%s\", err = %d.\n",
1991 action, ierr);
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/util/
H A Dhtable.c44 /* void htable_walk(table, action, ptr)
46 /* void (*action)(HTABLE_INFO *, char *ptr);
87 /* htable_walk() invokes the action function for each table entry, with
89 /* on to the action function.
314 void htable_walk(HTABLE *table, void (*action) (HTABLE_INFO *, char *),
323 (*action) (ht, ptr);
/netbsd-6-1-5-RELEASE/tests/lib/libc/gen/
H A Dt_siginfo.c152 setchildhandler(void (*action)(int, siginfo_t *, void *)) argument
156 sa.sa_sigaction = action;
/netbsd-6-1-5-RELEASE/sys/dev/pci/
H A Dtwareg.h315 uint8_t action; member in struct:twa_command_hotswap
346 uint8_t action:7; member in struct:twa_command_rebuildunit
/netbsd-6-1-5-RELEASE/sys/arch/alpha/alpha/
H A Ddb_interface.c371 (insn.jump_format.action & 1)));
381 (insn.jump_format.action == op_ret));
/netbsd-6-1-5-RELEASE/dist/nvi/common/
H A Dmsg.c446 static const char * const action[] = { local
480 * command, which used >=. No lie. Furthermore, an action was never
481 * reported for a single line action. This is consistent for actions
492 for (cnt = 0, total = 0; cnt < ARSIZE(action); ++cnt)
497 for (cnt = 0; cnt < ARSIZE(action); ++cnt)
503 GET_SPACE_GOTOC(sp, bp, blen, sizeof(action) * MAXNUM + 1);
505 ap = action, cnt = 0; cnt < ARSIZE(action); ++ap, ++cnt)
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/lib/isc/
H A Dtimer.c76 isc_taskaction_t action; member in struct:isc_timer
303 isc_task_t *task, isc_taskaction_t action, const void *arg,
313 * will be posted to 'task' and when dispatched 'action' will be
320 REQUIRE(action != NULL);
367 timer->action = action;
658 timer->action,
301 isc_timer_create(isc_timermgr_t *manager, isc_timertype_t type, isc_time_t *expires, isc_interval_t *interval, isc_task_t *task, isc_taskaction_t action, const void *arg, isc_timer_t **timerp) argument
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/contrib/slapd-modules/nssov/
H A Dnssov.c238 /* read the version information and action from the stream
239 this function returns the read action in location pointer to by action */
240 static int read_header(TFILE *fp,int32_t *action) argument
251 READ(fp,action,sizeof(int32_t));
260 int32_t action; local
294 if (read_header(fp,&action))
300 switch (action)
338 Debug( LDAP_DEBUG_ANY,"nssov: invalid request id: %d",(int)action,0,0);

Completed in 415 milliseconds

<<11121314151617181920>>