Searched refs:action (Results 251 - 275 of 521) sorted by relevance

<<11121314151617181920>>

/netbsd-6-1-5-RELEASE/sys/dev/ic/
H A Disp_ioctl.h174 } action; member in struct:isp_fc_tsk_mgmt
/netbsd-6-1-5-RELEASE/sbin/restore/
H A Drestore.h124 short action; /* action being taken on this file */ member in struct:context
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/include/vms/
H A Dlbr.h323 unsigned char action[2]; /* 1: delete, 2: insert, 3: replaced. */ member in struct:vms_leh
/netbsd-6-1-5-RELEASE/x11/tools/xkbcomp/
H A DMakefile11 keymap.c keycodes.c keytypes.c compat.c action.c alias.c \
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/isc/
H A Dheap.c259 isc_heap_foreach(isc_heap_t *heap, isc_heapaction_t action, void *uap) { argument
263 REQUIRE(action != NULL);
266 (action)(heap->array[i], uap);
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/isccc/
H A Dsymtab.c277 isccc_symtab_foreach(isccc_symtab_t *symtab, isccc_symtabforeachaction_t action, argument
284 REQUIRE(action != NULL);
291 if ((action)(elt->key, elt->type, elt->value, arg))
/netbsd-6-1-5-RELEASE/external/bsd/libbind/dist/isc/
H A Dheap.c225 heap_for_each(heap_context ctx, heap_for_each_func action, void *uap) { argument
228 if (ctx == NULL || action == NULL) {
234 (action)(ctx->heap[i], uap);
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/lib/isc/
H A Dheap.c256 isc_heap_foreach(isc_heap_t *heap, isc_heapaction_t action, void *uap) { argument
260 REQUIRE(action != NULL);
263 (action)(heap->array[i], uap);
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/contrib/slapd-modules/nssov/nss-pam-ldapd/
H A Dnslcd-prot.h327 #define NSLCD_REQUEST(fp,action,writefn) \
333 WRITE_INT32(fp,(int32_t)action) \
348 if (tmpint32!=(int32_t)(action)) \
/netbsd-6-1-5-RELEASE/external/bsd/tmux/dist/
H A Dserver-window.c71 int action, visual; local
78 action = options_get_number(&s->options, "bell-action");
79 switch (action) {
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/global/
H A Dbounce_log.c128 * Kluge up default DSN status and action for old-style logfiles.
240 vstring_strcpy(dsn_buf->action, value);
296 if (BUF_NODATA(dsn_buf->action))
297 BUF_ASSIGN(dsn_buf->action, bp->compat_action);
/netbsd-6-1-5-RELEASE/sys/dist/pf/net/
H A Dif_pfsync.c369 int iplen, action, error, i, s, count, offp, sfail, stale = 0; local
412 action = ph->action;
415 /* make sure it's a valid action code */
416 if (action >= PFSYNC_ACT_MAX) {
427 switch (action) {
614 * delete action, but it's relatively simple and maintains consistency.
1056 pfsync_get_mbuf(struct pfsync_softc *sc, u_int8_t action, void **sp) argument
1068 switch (action) {
1116 h->action
1130 pfsync_pack_state(u_int8_t action, struct pf_state *st, int flags) argument
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/wpa/dist/src/common/
H A Dieee802_11_defs.h338 u8 action; member in struct:ieee80211_mgmt::__anon2363::__anon2373::__anon2374::__anon2377
344 u8 action; member in struct:ieee80211_mgmt::__anon2363::__anon2373::__anon2374::__anon2378
351 u8 action; member in struct:ieee80211_mgmt::__anon2363::__anon2373::__anon2374::__anon2379
355 u8 action; /* */ member in struct:ieee80211_mgmt::__anon2363::__anon2373::__anon2374::__anon2380
359 } STRUCT_PACKED action; member in union:ieee80211_mgmt::__anon2363
/netbsd-6-1-5-RELEASE/usr.bin/pkill/
H A Dpkill.c117 int (*action)(const struct kinfo_proc2 *);
128 action = grepact;
134 action = killact;
174 action = reniceact;
416 * Take the appropriate action for each matched process, if any.
430 rv |= (*action)(kp);
/netbsd-6-1-5-RELEASE/external/bsd/file/dist/src/
H A Dapprentice.c263 apprentice_1(struct magic_set *ms, const char *fn, int action, argument
279 if (action == FILE_COMPILE) {
280 rv = apprentice_load(ms, &magic, &nmagic, fn, action);
292 rv = apprentice_load(ms, &magic, &nmagic, fn, action);
319 if (action == FILE_LIST) {
359 file_apprentice(struct magic_set *ms, const char *fn, int action) argument
365 if ((fn = magic_getpath(fn, action)) == NULL)
389 file_err = apprentice_1(ms, fn, action, mlist);
677 load_1(struct magic_set *ms, int action, const char *fn, int *errs, argument
740 action) !
760 apprentice_load(struct magic_set *ms, struct magic **magicp, uint32_t *nmagicp, const char *fn, int action) argument
1148 parse(struct magic_set *ms, struct magic_entry **mentryp, uint32_t *nmentryp, const char *line, size_t lineno, int action) argument
1887 getvalue(struct magic_set *ms, struct magic *m, const char **p, int action) argument
[all...]
/netbsd-6-1-5-RELEASE/sys/kern/
H A Dkern_sig.c181 signal_listener_cb(kauth_cred_t cred, kauth_action_t action, void *cookie, argument
191 if (action != KAUTH_PROCESS_SIGNAL)
1104 sigpost(struct lwp *l, sig_t action, int prop, int sig, int idlecheck) argument
1155 action == SIG_DFL && l->l_priority < MAXPRI_USER) {
1285 * Send the signal to the process. If the signal has an action, the action
1291 * default action, the process is stopped without awakening it.
1293 * regardless of the signal action (eg, blocked or ignored).
1305 sig_t action; local
1338 action
1984 sig_t action; local
[all...]
H A Dsubr_disk_mbr.c109 int action; member in struct:mbr_args
132 * Scan MBR for partitions, call 'action' routine for each.
163 /* Copy data out of buffer so action can use bp */
411 a.action = READ_LABEL;
599 if (a->action != WRITE_LABEL)
619 switch (a->action) {
719 a.action = osdep != NULL ? WRITE_LABEL : UPDATE_LABEL;
726 a.action = a.found_mbr ? UPDATE_LABEL : WRITE_LABEL;
/netbsd-6-1-5-RELEASE/lib/libedit/
H A Dchared.c73 r->action = el->el_chared.c_vcmd.action;
290 if (n || el->el_chared.c_vcmd.action != (DELETE|INSERT))
330 * Finish vi delete action
336 int action = el->el_chared.c_vcmd.action; local
338 if (action & INSERT)
349 if (action & YANK) {
363 el->el_chared.c_vcmd.action = NOP;
424 el->el_chared.c_vcmd.action
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gettext/gettext-tools/src/
H A Dmsgfmt.c826 struct sigaction action; local
827 action.sa_sigaction = sigfpe_handler;
828 action.sa_flags = SA_SIGINFO;
829 sigemptyset (&action.sa_mask);
830 sigaction (SIGFPE, &action, (struct sigaction *) NULL);
840 struct sigaction action; local
841 action.sa_handler = SIG_DFL;
842 action.sa_flags = 0;
843 sigemptyset (&action.sa_mask);
844 sigaction (SIGFPE, &action, (struc
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/arm/
H A Dunwind-arm.c526 _Unwind_State action; local
535 action = _US_UNWIND_FRAME_RESUME | _US_FORCE_UNWIND;
539 action = _US_UNWIND_FRAME_STARTING | _US_FORCE_UNWIND;
549 (action, ucbp, (void *) &next_vrs);
562 action |= _US_END_OF_STACK;
567 stop_code = stop_fn (1, action, ucbp->exception_class, ucbp,
/netbsd-6-1-5-RELEASE/dist/nvi/common/
H A Dlog4.c247 log_line(SCR *sp, db_recno_t lno, u_int action) argument
279 __vi_change_log(ep->env, NULL, &ep->lsn_cur, 0, action,
286 switch (action) {
/netbsd-6-1-5-RELEASE/dist/nvi/motif_l/
H A Dm_menu.c43 * item has an action routine associated with it. For the most
244 * Menu action routines (one per menu entry)
403 void (*action)();
484 if ( actions->action == NULL )
489 (XtCallbackProc) actions->action,
397 void (*action)(); member in struct:__anon878
/netbsd-6-1-5-RELEASE/lib/libskey/
H A Dskeysubr.c488 static void skey_echo(int action) argument
493 if (action == 0) {
500 } else if (action && echo) {
/netbsd-6-1-5-RELEASE/external/public-domain/xz/dist/src/liblzma/common/
H A Dstream_decoder.c102 size_t *restrict out_pos, size_t out_size, lzma_action action)
246 action);
329 if (action != LZMA_FINISH)
99 stream_decode(lzma_coder *coder, lzma_allocator *allocator, const uint8_t *restrict in, size_t *restrict in_pos, size_t in_size, uint8_t *restrict out, size_t *restrict out_pos, size_t out_size, lzma_action action) argument
/netbsd-6-1-5-RELEASE/external/public-domain/xz/dist/src/xz/
H A Dcoder.c464 lzma_action action = pair->src_eof ? LZMA_FINISH : LZMA_RUN; local
486 action = LZMA_FINISH;
490 ret = lzma_code(&strm, action);

Completed in 284 milliseconds

<<11121314151617181920>>