HomeSort by: relevance | last modified time | path
    Searched defs:action (Results 1 - 25 of 192) sorted by relevancy

1 2 3 4 5 6 7 8

  /src/tests/usr.bin/xlint/lint1/
msg_125.c 8 typedef void (*action)(void); typedef
11 less(action a, action b)
msg_125.c 8 typedef void (*action)(void); typedef
11 less(action a, action b)
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/mxm/
priv.h 13 u32 action; member in struct:nvkm_mxm
priv.h 13 u32 action; member in struct:nvkm_mxm
  /src/distrib/utils/more/
decode.c 48 * <c1><c2>...<cN><0><action>
52 * The byte after the null byte is the action code associated
143 * Decode a command character and return the associated action.
149 int action = A_INVALID; local
157 action = cmd_search(cmdtable, cmdendtable);
160 if (action != A_PREFIX)
162 return(action);
180 * Return the action code, which is the character
decode.c 48 * <c1><c2>...<cN><0><action>
52 * The byte after the null byte is the action code associated
143 * Decode a command character and return the associated action.
149 int action = A_INVALID; local
157 action = cmd_search(cmdtable, cmdendtable);
160 if (action != A_PREFIX)
162 return(action);
180 * Return the action code, which is the character
  /src/sys/arch/ia64/stand/common/
pager.c 87 int action; local
102 action = 0;
103 while (action == 0) {
108 action = 1;
112 action = 1;
116 action = 2;
123 if (action == 2)
pager.c 87 int action; local
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/nouveau/nvkm/core/
nouveau_nvkm_core_subdev.c 20 * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
120 const char *action = suspend ? "suspend" : "fini"; local
123 nvkm_trace(subdev, "%s running...\n", action);
129 nvkm_error(subdev, "%s failed, %d\n", action, ret);
138 nvkm_trace(subdev, "%s completed in %"PRId64"us\n", action, time);
nouveau_nvkm_core_subdev.c 20 * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
120 const char *action = suspend ? "suspend" : "fini"; local
123 nvkm_trace(subdev, "%s running...\n", action);
129 nvkm_error(subdev, "%s failed, %d\n", action, ret);
138 nvkm_trace(subdev, "%s completed in %"PRId64"us\n", action, time);
  /src/usr.sbin/apmd/
apm-proto.h 47 enum apm_action action; member in struct:apm_command
apm-proto.h 47 enum apm_action action; member in struct:apm_command
  /src/usr.sbin/fusermount/
fusermount.c 97 int action; local
102 action = ActionMount;
122 action = ActionUnmount;
147 switch(action) {
fusermount.c 97 int action; local
102 action = ActionMount;
122 action = ActionUnmount;
147 switch(action) {
  /src/sys/net/npf/
if_npflog.h 42 uint8_t action; member in struct:npfloghdr
if_npflog.h 42 uint8_t action; member in struct:npfloghdr
  /src/sys/ufs/chfs/
chfs_subr.c 258 kauth_action_t action = KAUTH_VNODE_WRITE_FLAGS; local
272 action |= KAUTH_VNODE_WRITE_SYSFLAGS;
278 action |= KAUTH_VNODE_HAS_SYSFLAGS;
281 error = kauth_authorize_vnode(cred, action, vp, NULL,
chfs_subr.c 258 kauth_action_t action = KAUTH_VNODE_WRITE_FLAGS; local
272 action |= KAUTH_VNODE_WRITE_SYSFLAGS;
278 action |= KAUTH_VNODE_HAS_SYSFLAGS;
281 error = kauth_authorize_vnode(cred, action, vp, NULL,
  /src/usr.bin/tail/
forward.c 91 int kq=-1, action=USE_SLEEP; local
178 action = ADD_EVENTS;
196 switch (action) {
214 action = USE_SLEEP;
216 action = USE_KQUEUE;
226 action = USE_SLEEP;
256 action = ADD_EVENTS;
258 action = USE_KQUEUE;
forward.c 91 int kq=-1, action=USE_SLEEP; local
178 action = ADD_EVENTS;
196 switch (action) {
214 action = USE_SLEEP;
216 action = USE_KQUEUE;
226 action = USE_SLEEP;
256 action = ADD_EVENTS;
258 action = USE_KQUEUE;
  /src/usr.sbin/altq/libaltq/
qop_cdnr.h 38 struct tc_action action; member in struct:cdnrinfo::__anon8411::__anon8412
67 const char *cdnr_name, struct tc_action *action);
95 struct ifinfo *ifinfo, struct tc_action *action);
qop_cdnr.h 38 struct tc_action action; member in struct:cdnrinfo::__anon8411::__anon8412
67 const char *cdnr_name, struct tc_action *action);
95 struct ifinfo *ifinfo, struct tc_action *action);
  /src/sys/dist/pf/net/
if_pflog.h 45 u_int8_t action; member in struct:pfloghdr
69 u_short action; member in struct:old_pfloghdr
  /src/tests/fs/fifofs/
t_fifo.c 99 struct sigaction action; local
103 memset(&action, 0, sizeof(action));
104 action.sa_handler = sigchild_handler;
105 sigemptyset(&action.sa_mask);
107 if (sigaction(SIGCHLD, &action, NULL) == -1)
  /src/tests/usr.bin/indent/
lsym_lparen_or_lbracket.c 156 void (*action)(void); variable

Completed in 158 milliseconds

1 2 3 4 5 6 7 8