| /src/lib/libc/regex/ |
| cname.h | 10 * This code is derived from software contributed to Berkeley by 16 * 1. Redistributions of source code must retain the above copyright 44 char code; member in struct:cname
|
| cname.h | 10 * This code is derived from software contributed to Berkeley by 16 * 1. Redistributions of source code must retain the above copyright 44 char code; member in struct:cname
|
| /src/sys/external/bsd/sljit/dist/doc/tutorial/ |
| first_program.c | 10 void *code; local in function:add3 34 /* Generate machine code */ 35 code = sljit_generate_code(C); 38 /* Execute code */ 39 func = (func3_t)code; 42 /* dump_code(code, len); */ 46 sljit_free_code(code);
|
| first_program.c | 10 void *code; local in function:add3 34 /* Generate machine code */ 35 code = sljit_generate_code(C); 38 /* Execute code */ 39 func = (func3_t)code; 42 /* dump_code(code, len); */ 46 sljit_free_code(code);
|
| branch.c | 21 void *code; local in function:branch 58 /* Generate machine code */ 59 code = sljit_generate_code(C); 62 /* Execute code */ 63 func = (func3_t)code; 66 /* dump_code(code, len); */ 70 sljit_free_code(code);
|
| func_call.c | 27 void *code; local in function:func_call 61 /* Generate machine code */ 62 code = sljit_generate_code(C); 65 /* Execute code */ 66 func = (func3_t)code; 69 /* dump_code(code, len); */ 73 sljit_free_code(code);
|
| loop.c | 24 void *code; local in function:loop 57 /* Generate machine code */ 58 code = sljit_generate_code(C); 61 /* Execute code */ 62 func = (func2_t)code; 65 /* dump_code(code, len); */ 69 sljit_free_code(code);
|
| temp_var.c | 31 void *code; local in function:temp_var 55 /* Generate machine code */ 56 code = sljit_generate_code(C); 59 /* Execute code */ 60 func = (func3_t)code; 63 /* dump_code(code, len); */ 67 sljit_free_code(code);
|
| branch.c | 21 void *code; local in function:branch 58 /* Generate machine code */ 59 code = sljit_generate_code(C); 62 /* Execute code */ 63 func = (func3_t)code; 66 /* dump_code(code, len); */ 70 sljit_free_code(code);
|
| func_call.c | 27 void *code; local in function:func_call 61 /* Generate machine code */ 62 code = sljit_generate_code(C); 65 /* Execute code */ 66 func = (func3_t)code; 69 /* dump_code(code, len); */ 73 sljit_free_code(code);
|
| loop.c | 24 void *code; local in function:loop 57 /* Generate machine code */ 58 code = sljit_generate_code(C); 61 /* Execute code */ 62 func = (func2_t)code; 65 /* dump_code(code, len); */ 69 sljit_free_code(code);
|
| temp_var.c | 31 void *code; local in function:temp_var 55 /* Generate machine code */ 56 code = sljit_generate_code(C); 59 /* Execute code */ 60 func = (func3_t)code; 63 /* dump_code(code, len); */ 67 sljit_free_code(code);
|
| /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/gr/ |
| nouveau_nvkm_engine_gr_gp108.c | 49 const u64 code = base + lsfw->app_resident_code_offset; local in function:gp108_gr_acr_bld_write 53 .code_dma_base = code,
|
| nouveau_nvkm_engine_gr_gp108.c | 49 const u64 code = base + lsfw->app_resident_code_offset; local in function:gp108_gr_acr_bld_write 53 .code_dma_base = code,
|
| /src/usr.sbin/mopd/common/ |
| rc.c | 9 * 1. Redistributions of source code must retain the above copyright 43 u_char tmpc,code,control; local in function:mopDumpRC 57 code = mopGetChar(pkt,&idx); 59 switch (code) { 145 mopPrintInfo(fd, pkt, &idx, moplen, code, trans);
|
| rc.c | 9 * 1. Redistributions of source code must retain the above copyright 43 u_char tmpc,code,control; local in function:mopDumpRC 57 code = mopGetChar(pkt,&idx); 59 switch (code) { 145 mopPrintInfo(fd, pkt, &idx, moplen, code, trans);
|
| /src/sys/arch/amd64/amd64/ |
| linux_syscall.c | 7 * This code is derived from software contributed to The NetBSD Foundation 13 * 1. Redistributions of source code must retain the above copyright 80 register_t code, rval[2]; local in function:linux_syscall 86 code = frame->tf_rax; 90 code &= (LINUX_SYS_NSYSENT - 1); 91 callp += code; 99 && (error = trace_enter(code, callp, args)) != 0) 128 trace_exit(code, callp, args, rval, error);
|
| linux_syscall.c | 7 * This code is derived from software contributed to The NetBSD Foundation 13 * 1. Redistributions of source code must retain the above copyright 80 register_t code, rval[2]; local in function:linux_syscall 86 code = frame->tf_rax; 90 code &= (LINUX_SYS_NSYSENT - 1); 91 callp += code; 99 && (error = trace_enter(code, callp, args)) != 0) 128 trace_exit(code, callp, args, rval, error);
|
| /src/sys/arch/i386/i386/ |
| linux_syscall.c | 7 * This code is derived from software contributed to The NetBSD Foundation 13 * 1. Redistributions of source code must retain the above copyright 76 register_t code, args[6], rval[2]; local in function:linux_syscall 80 code = frame->tf_eax & (LINUX_SYS_NSYSENT - 1); 83 callp += code; 99 error = trace_enter(code, callp, args); 108 * XXX The linux libc code I (dsl) looked at doesn't use the 135 trace_exit(code, callp, args, rval, error);
|
| linux_syscall.c | 7 * This code is derived from software contributed to The NetBSD Foundation 13 * 1. Redistributions of source code must retain the above copyright 76 register_t code, args[6], rval[2]; local in function:linux_syscall 80 code = frame->tf_eax & (LINUX_SYS_NSYSENT - 1); 83 callp += code; 99 error = trace_enter(code, callp, args); 108 * XXX The linux libc code I (dsl) looked at doesn't use the 135 trace_exit(code, callp, args, rval, error);
|
| /src/sys/arch/mips/mips/ |
| mips_fputrap.c | 10 * 1. Redistributions of source code must retain the above copyright 85 int code; member in struct:__anon54097fc30108 100 return fpecodes[i].code;
|
| mips_fputrap.c | 10 * 1. Redistributions of source code must retain the above copyright 85 int code; member in struct:__anon54097fc30108 100 return fpecodes[i].code;
|
| /src/sys/kern/ |
| sys_syscall.c | 7 * This code is derived from software contributed to The NetBSD Foundation 13 * 1. Redistributions of source code must retain the above copyright 48 CONCAT(SYS_SYSCALL, _biglockcheck)(struct proc *p, int code) 55 (long)code, p->p_emul->e_name, curcpu()->ci_biglock_count); 65 syscallarg(int) code; 70 int code; local in function:SYS_SYSCALL 82 code = SCARG(uap, code) & (SYS_NSYSENT - 1); 83 SYSCALL_COUNT(syscall_counts, code); 84 callp += code; [all...] |
| sys_syscall.c | 7 * This code is derived from software contributed to The NetBSD Foundation 13 * 1. Redistributions of source code must retain the above copyright 48 CONCAT(SYS_SYSCALL, _biglockcheck)(struct proc *p, int code) 55 (long)code, p->p_emul->e_name, curcpu()->ci_biglock_count); 65 syscallarg(int) code; 70 int code; local in function:SYS_SYSCALL 82 code = SCARG(uap, code) & (SYS_NSYSENT - 1); 83 SYSCALL_COUNT(syscall_counts, code); 84 callp += code; [all...] |
| /src/sys/arch/arm/arm/ |
| linux_syscall.c | 7 * This code is derived from software contributed to The NetBSD Foundation 13 * 1. Redistributions of source code must retain the above copyright 37 * This code is derived from software written for Brini by Mark Brinicombe 42 * 1. Redistributions of source code must retain the above copyright 115 int code, error; local in function:linux_syscall_plain 118 code = insn & 0x00ffffff; 119 if (code == 0) { /* EABI */ 120 code = frame->tf_r7; 121 if (code > LINUX_EARM_NR_BASE) 122 code = code - LINUX_EARM_NR_BASE + LINUX_SYS_ARMBASE 166 int code, error; local in function:linux_syscall_fancy [all...] |