/src/tests/usr.bin/xlint/lint1/ |
msg_125.c | 8 typedef void (*action)(void); typedef in typeref:typename:void (*)(void) 11 less(action a, action b)
|
/src/usr.bin/make/unit-tests/ |
depsrc-usebefore-double-colon.mk | 6 all: action 24 # the "action" target. 25 action: double-colon target 27 # This command is not added to the "action" target since it comes too late.
|
deptgt-end.mk | 22 .END: end-action 23 end-action: .NOTMAIN
|
depsrc-use.mk | 15 all: action directly 18 @echo first 1 # Using ${.TARGET} here would expand to "action" 39 action: first second empty target
|
/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/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 in function:cmd_decode 157 action = cmd_search(cmdtable, cmdendtable); 160 if (action != A_PREFIX) 162 return(action); 180 * Return the action code, which is the character
|
command.c | 61 static int mca; /* The multicharacter command (action) */ 99 start_mca(action, prompt) 100 int action; 107 mca = action; 335 int action; local in function:commands 369 * action to be performed. 394 switch (action = cmd_decode(c)) { 470 start_mca(action, (action==A_F_SEARCH) ? "/" : "?"); 480 start_mca(action, [all...] |
/src/sys/arch/ia64/stand/common/ |
pager.c | 87 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/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 in function:nvkm_subdev_fini 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_object.c | 20 * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, 222 const char *action = suspend ? "suspend" : "fini"; local in function:nvkm_object_fini 227 nvif_debug(object, "%s children...\n", action); 235 nvif_debug(object, "%s running...\n", action); 239 nvif_error(object, "%s failed with %d\n", action, ret); 246 nvif_debug(object, "%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
|
/src/usr.sbin/fusermount/ |
fusermount.c | 97 int action; local in function:main 102 action = ActionMount; 122 action = ActionUnmount; 147 switch(action) {
|
/src/sys/net/npf/ |
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 in function:chfs_chflags 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 in function:forward 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/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 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)
|
/src/usr.bin/menuc/ |
parse.y | 51 action a_value; 55 %token <i_value> X Y W H NO BOX SUB HELP MENU NEXT EXIT ACTION ENDWIN OPTION 64 %type <a_value> action exitact 99 initerror_def : ERROR action ';' 201 | action { cur_optn->optact = $1; } 205 action : ACTION act_opt CODE label 216 | EXPAND action ";" { if (!do_expands) yyerror ("Menu expands " 222 | DISPLAY action ";" { cur_menu->info->postact = $2; } 227 | EXIT action ";" { cur_menu->info->exitact = $2; [all...] |
/src/usr.sbin/altq/libaltq/ |
qop_cdnr.h | 38 struct tc_action action; member in struct:cdnrinfo::__anoncd3bf775010a::__anoncd3bf7750208 67 const char *cdnr_name, struct tc_action *action); 95 struct ifinfo *ifinfo, struct tc_action *action);
|
/src/usr.sbin/apm/ |
apm.c | 100 do_zzz(const char *pn, enum apm_action action) 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 != NONE && action != GETSTATUS [all...] |
/src/usr.sbin/eeprom/ |
main.c | 62 static void action(char *); 146 action(line); 157 action(*argv); 182 action(char *line) function in typeref:typename:void
|
/src/usr.sbin/fssconfig/ |
fssconfig.c | 63 void (*action)(int, char **); local in function:main 65 action = NULL; 70 if (action) 73 action = config; 76 if (action) 79 action = list; 82 if (action) 85 action = unconfig; 99 if (action == NULL) 100 action = config [all...] |
/src/tests/usr.bin/indent/ |
lsym_lparen_or_lbracket.c | 156 void (*action)(void); variable in typeref:typename:void (*)(void)
|
/src/lib/libedit/ |
chared.h | 72 int action; /* from cv_action() */ member in struct:c_redo_t 76 * Current action information for vi 79 int action; member in struct:c_vcmd_t
|
/src/bin/sh/ |
error.c | 304 short action; /* operation which encountered the error */ member in struct:errname 374 * Action describes the operation that got the error. 378 errmsg(int e, int action) 384 if (ep->errcode == e && (ep->action & action) != 0)
|