| /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
|
| regerror.c | 10 * This code is derived from software contributed to Berkeley by 16 * 1. Redistributions of source code must retain the above copyright 100 int code; member in struct:rerr 121 {0, "", "*** unknown regexp error code ***"} 147 for (r = rerrs; r->code != 0; r++) 148 if (r->code == target) 152 if (r->code != 0) 177 for (r = rerrs; r->code != 0; r++) 180 if (r->code == 0) 183 snprintf(localbuf, buflen, "%d", r->code); [all...] |
| /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:__anon1679 100 return fpecodes[i].code;
|
| /src/sys/external/bsd/sljit/dist/doc/tutorial/ |
| first_program.c | 10 void *code; local 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 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 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 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 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/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 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);
|
| linux32_syscall.c | 38 register32_t code, args[6]; local 46 code = frame->tf_rax; 50 code &= (LINUX32_SYS_NSYSENT - 1); 51 callp += code; 67 panic("impossible syscall narg, code %d, narg %zu", 68 code, narg); 71 if ((error = trace_enter(code, callp, args64)) != 0) 107 trace_exit(code, callp, args64, rval, error);
|
| netbsd32_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 72 register32_t code, args[2 + SYS_MAXSYSARGS]; local 79 code = frame->tf_rax & (SYS_NSYSENT - 1); 80 callp = p->p_emul->e_sysent + code; 82 SYSCALL_COUNT(syscall_counts, code); 83 SYSCALL_TIME_SYS_ENTRY(l, syscall_times, code); 98 error = trace_enter(code, callp, args64); 113 trace_exit(code, callp, args64, 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 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/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 53 .code_dma_base = 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 82 code = SCARG(uap, code) & (SYS_NSYSENT - 1); 83 SYSCALL_COUNT(syscall_counts, code); 84 callp += code; [all...] |
| /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 57 code = mopGetChar(pkt,&idx); 59 switch (code) { 145 mopPrintInfo(fd, pkt, &idx, moplen, code, trans);
|
| /src/common/dist/zlib/contrib/infback9/ |
| inftree9.h | 12 information needed to do the operation requested by the code that 14 table that indexes more bits of the code. op indicates whether 16 distance, an end-of-block, or an invalid code. For a table 19 is the number of extra bits to get after the code. bits is 20 the number of bits in this code or part of the code to drop off 26 unsigned char bits; /* bits in this part of the code */ 27 unsigned short val; /* offset in table or code value */ 28 } code; typedef in typeref:struct:__anon37 35 01000000 - invalid code [all...] |
| /src/common/dist/zlib/ |
| inftrees.h | 12 information needed to do the operation requested by the code that 14 table that indexes more bits of the code. op indicates whether 16 distance, an end-of-block, or an invalid code. For a table 19 is the number of extra bits to get after the code. bits is 20 the number of bits in this code or part of the code to drop off 26 unsigned char bits; /* bits in this part of the code */ 27 unsigned short val; /* offset in table or code value */ 28 } code; typedef in typeref:struct:__anon56 35 01000000 - invalid code [all...] |
| /src/sys/arch/arm/arm/ |
| compat_16_machdep.c | 8 * This code is derived from software written for Brini by Mark Brinicombe 13 * 1. Redistributions of source code must retain the above copyright 92 u_long code = KSI_TRAPCODE(ksi); local 157 * dependent code in libc. 165 tf->tf_r1 = code; 224 * The trampoline code hands us the context.
|
| 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 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 [all...] |
| /src/sys/arch/news68k/dev/ |
| ms.c | 9 * 1. Redistributions of source code must retain the above copyright 33 * 1. Redistributions of source code must retain the above copyright 74 int code, index, byte0, byte1, byte2; local 80 code = bus_space_read_1(bt, bh, offset); 83 if (code & MS_S_MARK) { 84 sc->sc_buf[MS_S_BYTE] = code; 90 sc->sc_buf[MS_X_BYTE] = code; 96 sc->sc_buf[MS_Y_BYTE] = code;
|
| /src/sys/arch/powerpc/booke/ |
| spe.c | 7 * This code is derived from software contributed to The NetBSD Foundation 13 * 1. Redistributions of source code must retain the above copyright 219 int code; member in struct:__anon1755 234 return spefscr_siginfo_map[i].code;
|
| /src/sys/arch/powerpc/powerpc/ |
| compat_16_machdep.c | 11 * 1. Redistributions of source code must retain the above copyright 100 u_long code = KSI_TRAPCODE(ksi); local 174 * numbers are coordinated with machine-dependent code in libc. 182 tf->tf_fixreg[4] = (register_t)code; 192 tf->tf_fixreg[4] = (register_t)code;
|
| /src/sys/arch/sh3/sh3/ |
| syscall.c | 8 * This code is derived from software contributed to Berkeley by 14 * 1. Redistributions of source code must retain the above copyright 41 * This code is derived from software contributed to Berkeley by 47 * 1. Redistributions of source code must retain the above copyright 115 register_t code, args[8], rval[2], ocode; local 120 ocode = code = tf->tf_r0; 126 switch (code) { 129 * Code is first argument, followed by actual args. 131 code = tf->tf_r4; /* ufetch_int(params); */ 136 * Like syscall, but code is a quad, so as to maintai [all...] |
| /src/sys/arch/x86/x86/ |
| 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 97 register_t code, rval[2]; local 110 code = X86_TF_RAX(frame) & (SYS_NSYSENT - 1); 111 callp = p->p_emul->e_sysent + code; 113 SYSCALL_COUNT(syscall_counts, code); 114 SYSCALL_TIME_SYS_ENTRY(l, syscall_times, code); 137 error = sy_invoke(callp, l, args, rval, code);
|
| /src/sys/compat/freebsd/ |
| freebsd_machdep.c | 7 * This code is derived from software contributed to The NetBSD Foundation 13 * 1. Redistributions of source code must retain the above copyright 81 u_long code = KSI_TRAPCODE(ksi); local 95 frame.sf_code = code; 171 * The trampoline code hands us the context.
|