/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/monop/ |
Makefile | 7 SRCS= monop.c cards.c execute.c getinp.c houses.c jail.c misc.c \
|
monop.h | 156 /* execute.c */ 157 void execute(int);
|
monop.c | 249 execute(getinp("-- Command: ", comlist));
|
/src/games/hunt/huntd/ |
Makefile | 4 SRCS= answer.c draw.c driver.c execute.c expl.c \
|
hunt.h | 179 /* in execute.c */ 181 void execute(PLAYER *);
|
/src/sys/arch/x68k/stand/common/ |
execkern.S | 2 | execute NetBSD kernel 69 | execute kernel 103 jsr %a0@ | execute NetBSD kernel
|
/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/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/sys/arch/x68k/stand/loadbsd/ |
trampoline.S | 2 | copy binary image and execute
|
/src/sys/external/bsd/drm2/dist/drm/nouveau/ |
nouveau_bios.h | 97 bool execute; member in struct:nvbios
|
/src/tools/compat/buildaux/ |
ax_check_compile_flag.m4 | 14 # ACTION-SUCCESS/ACTION-FAILURE are shell commands to execute on
|
/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/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/m68k/060sp/dist/ |
test.doc | 101 routine would simply execute a "bsr" or "jsr" that jumped to the selected 105 itest.sa data and execute something similar to:
|
/src/lib/libpthread/ |
pthread.h | 179 #define pthread_cleanup_pop(execute) \ 180 pthread__cleanup_pop((execute), &__store); \
|
/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/bios/ |
nouveau_nvkm_subdev_bios_init.c | 66 return (init->execute == 1) || ((init->execute & 5) == 5); 72 if (exec) init->execute &= 0xfd; 73 else init->execute |= 0x02; 79 init->execute ^= 0x02; 85 if (exec) init->execute |= 0x04; 86 else init->execute &= 0xfb; 360 * parsing of bios structures that are required to execute init tables 2327 nvbios_post(struct nvkm_subdev *subdev, bool execute) 2334 if (execute) [all...] |
/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))
|
extern.h | 189 int execute(char [], enum execute_contxt_e);
|
/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/devinit/ |
nouveau_nvkm_subdev_devinit_nv04.c | 399 nv04_devinit_post(struct nvkm_devinit *init, bool execute) 401 return nvbios_post(&init->subdev, execute);
|
/src/sys/external/isc/libsodium/dist/m4/ |
ax_check_compile_flag.m4 | 14 # ACTION-SUCCESS/ACTION-FAILURE are shell commands to execute on
|
ax_check_link_flag.m4 | 14 # ACTION-SUCCESS/ACTION-FAILURE are shell commands to execute on
|
/src/sys/arch/arc/arc/ |
arcbios.h | 207 arc_status_t (*execute)( /* Execute 3 */ member in struct:arc_calls
|
/src/sys/arch/hppa/stand/common/ |
srt0.S | 108 ; cache before trying to execute the code starting at rp.
|