/src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/subdev/bios/ |
init.h | 17 u8 execute; member in struct:nvbios_init 31 .execute = 1, \ 38 int nvbios_post(struct nvkm_subdev *, bool execute);
|
/src/games/hunt/huntd/ |
execute.c | 1 /* $NetBSD: execute.c,v 1.13 2021/05/02 12:50:45 rillig Exp $ */ 35 __RCSID("$NetBSD: execute.c,v 1.13 2021/05/02 12:50:45 rillig Exp $"); 53 * Execute a single monitor command 73 * execute: 74 * Execute a single command 77 execute(PLAYER *pp) function in typeref:typename:void 190 * Execute a move in the given direction
|
/src/bin/csh/ |
sem.c | 62 execute(struct command *t, int wtty, int *pipein, int *pipeout) function in typeref:typename:void 392 execute(t->t_dspr, wanttty, NULL, NULL); 398 execute(t->t_dcar, wanttty, pipein, pv); 403 execute(t->t_dcdr, wanttty, pv, pipeout); 408 execute(t->t_dcar, wanttty, NULL, NULL); 419 execute(t->t_dcdr, wanttty, NULL, NULL); 426 execute(t->t_dcar, wanttty, NULL, NULL); 434 execute(t->t_dcdr, wanttty, NULL, NULL);
|
/src/games/monop/ |
execute.c | 1 /* $NetBSD: execute.c,v 1.22 2012/06/19 05:35:32 dholland Exp $ */ 35 static char sccsid[] = "@(#)execute.c 8.1 (Berkeley) 5/31/93"; 37 __RCSID("$NetBSD: execute.c,v 1.22 2012/06/19 05:35:32 dholland Exp $"); 81 execute(int com_num) function in typeref:typename:void
|
/src/usr.bin/tip/ |
cmds.c | 57 void execute(char *); 234 execute(buf); 497 execute(buf); 546 execute(buf); 680 execute(char *s) function in typeref:typename:void
|
/src/bin/ksh/ |
exec.c | 4 * execute command tree 74 * execute command tree 77 execute(t, flags) function 163 rv = execute(t->left, flags|XFORK); 196 execute(t->left, flags & XERROK); 199 rv = execute(t, flags & XERROK); 270 rv = execute(t->left, (flags&~XEXEC)|XBGND|XFORK); 275 rv = execute(t->left, XERROK); 277 rv = execute(t->right, flags & XERROK); 283 rv = !execute(t->right, XERROK) [all...] |
/src/sys/external/bsd/drm2/dist/drm/nouveau/ |
nouveau_bios.h | 97 bool execute; member in struct:nvbios
|
nouveau_bios.c | 49 bool execute; member in struct:init_exec 2058 if (bios->execute) { 2105 bios->execute = false; 2111 bios->execute = true; 2126 /* allow subsequent scripts to execute */ 2127 bios->execute = true;
|
/src/usr.bin/mail/ |
lex.c | 616 * Execute a single command. 623 execute(char linebuf[], enum execute_contxt_e contxt) function in typeref:typename:PUBLIC int 672 * See if we should execute the command -- if a conditional 673 * we always execute it, otherwise, check the state of cond. 687 (void)printf("May not execute \"%s\" while sending\n", 692 (void)printf("May not execute \"%s\" while sourcing\n", 697 (void)printf("May not execute \"%s\" -- message file is read only\n", 812 (void)execute(__UNCONST("print ."), ec_autoprint); 1001 if (execute(linebuf, ec_normal))
|
/src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
amdgpu_atom.c | 718 int execute = 0, target = U16(*ptr); local in function:atom_op_jump 724 execute = ctx->ctx->cs_above; 727 execute = ctx->ctx->cs_above || ctx->ctx->cs_equal; 730 execute = 1; 733 execute = !(ctx->ctx->cs_above || ctx->ctx->cs_equal); 736 execute = !ctx->ctx->cs_above; 739 execute = ctx->ctx->cs_equal; 742 execute = !ctx->ctx->cs_equal; 746 SDEBUG(" taken: %s\n", execute ? "yes" : "no"); 748 if (execute) { [all...] |
/src/sys/external/bsd/drm2/dist/drm/radeon/ |
radeon_atom.c | 711 int execute = 0, target = U16(*ptr); local in function:atom_op_jump 717 execute = ctx->ctx->cs_above; 720 execute = ctx->ctx->cs_above || ctx->ctx->cs_equal; 723 execute = 1; 726 execute = !(ctx->ctx->cs_above || ctx->ctx->cs_equal); 729 execute = !ctx->ctx->cs_above; 732 execute = ctx->ctx->cs_equal; 735 execute = !ctx->ctx->cs_equal; 739 SDEBUG(" taken: %s\n", execute ? "yes" : "no"); 741 if (execute) { [all...] |
/src/sys/arch/arc/arc/ |
arcbios.h | 207 arc_status_t (*execute)( /* Execute 3 */ member in struct:arc_calls
|