Searched refs:action (Results 1 - 25 of 315) sorted by relevance

1234567891011>>

/src/tests/usr.bin/xlint/lint1/
H A Dmsg_125.c8 typedef void (*action)(void); typedef in typeref:typename:void (*)(void)
11 less(action a, action b)
/src/usr.bin/make/unit-tests/
H A Djobs-empty-commands.exp0 action
H A Dopt-no-action-at-all.mk1 # $NetBSD: opt-no-action-at-all.mk,v 1.2 2020/08/16 14:25:16 rillig Exp $
H A Ddeptgt-end.exp3 : end-action '${VAR}'
8 : end-action 'Should not be expanded.' deferred
/src/lib/libc/stdlib/
H A Dtwalk.c29 cmp_fn_t action, int level)
32 _DIAGASSERT(action != NULL);
35 (*action)(root, leaf, level);
37 (*action)(root, preorder, level);
39 trecurse(root->llink, action, level + 1);
40 (*action)(root, postorder, level);
42 trecurse(root->rlink, action, level + 1);
43 (*action)(root, endorder, level);
49 twalk(const void *vroot, cmp_fn_t action) /* Root of the tree to be walked */ argument
51 if (vroot != NULL && action !
28 trecurse(const node_t * root,cmp_fn_t action,int level) argument
[all...]
/src/share/examples/wsmoused/
H A Dwsmoused.conf13 #modes = "selection action";
27 mode action {
/src/tests/usr.bin/indent/
H A Dopt_bap.c16 action();
43 action();
76 action();
/src/usr.bin/menuc/
H A Dmdb.h59 typedef struct action { struct
62 } action; typedef in typeref:struct:action
70 action optact;
84 action expact;
85 action postact;
86 action exitact;
/src/usr.sbin/user/
H A Ddefs.h33 #define NEWARRAY(type,ptr,size,action) do { \
36 action; \
40 #define RENEW(type,ptr,size,action) do { \
43 action; \
47 #define NEW(type, ptr, action) NEWARRAY(type, ptr, 1, action)
/src/share/examples/refuse/fanoutfs/
H A Ddefs.h44 #define NEWARRAY(type,ptr,size,where,action) do { \
48 action; \
52 #define RENEW(type,ptr,size,where,action) do { \
57 action; \
63 #define NEW(type, ptr, where, action) NEWARRAY(type, ptr, 1, where, action)
67 #define ALLOC(type, v, size, c, init, incr, where, action) do { \
71 NEWARRAY(type, v, _newsize, where ": new", action); \
74 RENEW(type, v, _newsize, where ": renew", action); \
/src/share/examples/refuse/id3fs/
H A Ddefs.h44 #define NEWARRAY(type,ptr,size,where,action) do { \
48 action; \
52 #define RENEW(type,ptr,size,where,action) do { \
57 action; \
63 #define NEW(type, ptr, where, action) NEWARRAY(type, ptr, 1, where, action)
67 #define ALLOC(type, v, size, c, init, incr, where, action) do { \
71 NEWARRAY(type, v, _newsize, where ": new", action); \
74 RENEW(type, v, _newsize, where ": renew", action); \
/src/share/examples/refuse/virtdir/
H A Ddefs.h44 #define NEWARRAY(type,ptr,size,where,action) do { \
48 action; \
52 #define RENEW(type,ptr,size,where,action) do { \
57 action; \
63 #define NEW(type, ptr, where, action) NEWARRAY(type, ptr, 1, where, action)
67 #define ALLOC(type, v, size, c, init, incr, where, action) do { \
71 NEWARRAY(type, v, _newsize, where ": new", action); \
74 RENEW(type, v, _newsize, where ": renew", action); \
/src/usr.sbin/apm/
H A Dapm.c100 do_zzz(const char *pn, enum apm_action action) argument
106 switch (action) {
109 command.action = SUSPEND;
112 command.action = STANDBY;
154 enum apm_action action = NONE; local in function:main
169 if (action != NONE)
171 action = SUSPEND;
174 if (action != NONE)
176 action = STANDBY;
179 if (action !
[all...]
/src/usr.sbin/sysinst/
H A Dmenus.pm37 display action { pmdiskentry_enable(menu, arg); };
38 option MSG_edit_parts, exit, action { pm_edit_partitions(arg); };
39 option MSG_switch_parts, exit, action {
48 option MSG_fmtasraid, exit, action
52 option MSG_fmtaslvm, exit, action
60 option MSG_encrypt, exit, action
68 option MSG_undo, exit, action {
72 option MSG_unconfig, exit, action {
79 option MSG_edit, exit, action
86 option MSG_fmtasraid, exit, action {
[all...]
/src/sys/arch/ia64/stand/common/
H A Dpager.c87 int action; local in function:pager_output
102 action = 0;
103 while (action == 0) {
108 action = 1;
112 action = 1;
116 action = 2;
123 if (action == 2)
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/
H A Ddm_event_log.h40 #define EVENT_LOG_AUX_REQ(ddc, type, action, address, len, data) \
41 (void)((void)(ddc), (void)(type), (void)(action), (void)(address), \
/src/sys/dev/acpi/
H A Dapei_interp.c30 * APEI action interpreter.
80 * The entries tell the OS, for each action the OS might want to
94 * sequence of instructions for each action, to make execution easier,
95 * since there's no requirement that the instructions for an action be
97 * contiguous indexing of the instructions for an action.
121 * Sequence of instructions to execute for an action.
180 unsigned action, nact = I->nact; local in function:apei_interp_destroy
182 for (action = 0; action < nact; action
314 unsigned action; local in function:apei_interp_pass3_alloc
363 unsigned action; local in function:apei_interp_pass5_verify
413 apei_interpret(struct apei_interp * I,unsigned action,void * cookie) argument
[all...]
/src/sys/secmodel/overlay/
H A Dsecmodel_overlay.c235 secmodel_overlay_generic_cb(kauth_cred_t cred, kauth_action_t action, argument
242 switch (action) {
250 secmodel_overlay_iscope_generic, cred, action,
261 secmodel_overlay_system_cb(kauth_cred_t cred, kauth_action_t action, argument
268 switch (action) {
276 secmodel_overlay_iscope_system, cred, action,
287 secmodel_overlay_process_cb(kauth_cred_t cred, kauth_action_t action, argument
294 switch (action) {
302 secmodel_overlay_iscope_process, cred, action,
313 secmodel_overlay_network_cb(kauth_cred_t cred, kauth_action_t action, argument
339 secmodel_overlay_machdep_cb(kauth_cred_t cred,kauth_action_t action,void * cookie,void * arg0,void * arg1,void * arg2,void * arg3) argument
365 secmodel_overlay_device_cb(kauth_cred_t cred,kauth_action_t action,void * cookie,void * arg0,void * arg1,void * arg2,void * arg3) argument
391 secmodel_overlay_vnode_cb(kauth_cred_t cred,kauth_action_t action,void * cookie,void * arg0,void * arg1,void * arg2,void * arg3) argument
[all...]
/src/lib/libc/termios/
H A Dtcflow.c54 tcflow(int fd, int action)
61 switch (action) {
70 c = term.c_cc[action == TCIOFF ? VSTOP : VSTART];
/src/libexec/httpd/lua/
H A Dbozo.lua37 opt.add_option{"-C", "--cgimap", action="store", dest="cgimap", help="--cgimap 's t'"}
38 opt.add_option{"-E", "--enable-user-cgibin", action="store_true", dest="enableusercgibin", help="--enable-user-cgibin"}
39 opt.add_option{"-H", "--hide-dots", action="store_true", dest="hidedots", help="--hide-dots"}
40 opt.add_option{"-I", "--portnum", action="store", dest="portnum", help="--portnum number"}
41 opt.add_option{"-M", "--dynamicmime", action="store", dest="dynmime", help="--dynamicmime 'suffix type a b'"}
42 opt.add_option{"-S", "--server-software", action="store", dest="serversw", help="--server-software name"}
43 opt.add_option{"-U", "--username", action="store", dest="username", help="--username name"}
44 opt.add_option{"-V", "--unknown-slash", action="store_true", dest="unknown", help="--unknown-slash"}
45 opt.add_option{"-X", "--dir-index", action="store_true", dest="dirindex", help="--dir-index"}
46 opt.add_option{"-Z", "--ssl", action
[all...]
H A Doptparse.lua9 -- op=add_option{"<opt>", action=<action>, dest=<dest>, help="<help message for this option>"}
13 -- <action> one of
60 local action = optdesc.action
62 if action == 'store' or action == nil then
66 elseif action == 'store_true' then
68 elseif action == 'store_false' then
91 local action
[all...]
/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/mxm/
H A Dpriv.h13 u32 action; member in struct:nvkm_mxm
/src/usr.sbin/apmd/
H A Dapm-proto.h47 enum apm_action action; member in struct:apm_command
/src/usr.sbin/sysinst/arch/mac68k/
H A Dmenus.md.pl40 option "Uzyj tylko czesci dysku", exit, action {usefull = 0;};
41 option "Uzyj calego dysku", exit, action {usefull = 1;};
44 display action { msg_fmt_display (MSG_nodiskmap, "%s", pm->diskdev); };
45 option "Przerwij instalacje", exit, action {
48 option "Zainicjuj Mape partycji Dysku", exit, action {
68 display action { msg_display (MSG_mac68k_editparttable);
74 option "Wybierz nastepna partycje", action {
81 option "Podziel wybrana partycje", action {
131 option "Napraw wybrana partycje", action {
154 option "OK", exit, action { };
[all...]
/src/tests/fs/fifofs/
H A Dt_fifo.c99 struct sigaction action; local in function:run
103 memset(&action, 0, sizeof(action));
104 action.sa_handler = sigchild_handler;
105 sigemptyset(&action.sa_mask);
107 if (sigaction(SIGCHLD, &action, NULL) == -1)

Completed in 15 milliseconds

1234567891011>>