OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:jb
(Results
1 - 25
of
26
) sorted by relevancy
1
2
/src/lib/libc/arch/vax/gen/
__longjmp14.c
52
struct _jmp_buf *
jb
= (void *)env;
local in function:__longjmp14
56
if (
jb
->jb_sc.sc_sp == 0)
73
uc.uc_mcontext.__gregs[_REG_AP] =
jb
->jb_sc.sc_ap;
74
uc.uc_mcontext.__gregs[_REG_SP] =
jb
->jb_sc.sc_sp;
75
uc.uc_mcontext.__gregs[_REG_FP] =
jb
->jb_sc.sc_fp;
76
uc.uc_mcontext.__gregs[_REG_PC] =
jb
->jb_sc.sc_pc;
77
uc.uc_mcontext.__gregs[_REG_PSL] =
jb
->jb_sc.sc_ps;
79
uc.uc_mcontext.__gregs[_REG_R6] =
jb
->jb_regs[0];
80
uc.uc_mcontext.__gregs[_REG_R7] =
jb
->jb_regs[1];
81
uc.uc_mcontext.__gregs[_REG_R8] =
jb
->jb_regs[2]
[
all
...]
/src/tests/lib/libc/setjmp/
t_threadjmp.c
105
jmp_buf
jb
;
local in function:h_check
130
x = setjmp(
jb
);
132
x = _setjmp(
jb
);
149
longjmp(
jb
, i);
151
_longjmp(
jb
, i);
t_setjmp.c
157
jmp_buf
jb
;
local in function:h_check
207
x = setjmp(
jb
);
211
x = (*compat13_setjmp)(
jb
);
215
x = _setjmp(
jb
);
252
longjmp(
jb
, i);
255
(*compat13_longjmp)(
jb
, i);
258
longjmp(
jb
, 0);
261
(*compat13_longjmp)(
jb
, 0);
264
_longjmp(
jb
, i);
267
_longjmp(
jb
, 0)
[
all
...]
/src/lib/libc/arch/i386/sys/
brk.S
64
jb
1f
81
jb
1f
/src/lib/libc/arch/x86_64/sys/
brk.S
61
jb
1f
74
jb
1f
/src/sys/external/bsd/compiler_rt/dist/lib/builtins/i386/
chkstk.S
19
jb
1f
chkstk2.S
20
jb
1f
/src/sys/external/bsd/compiler_rt/dist/lib/builtins/x86_64/
chkstk.S
24
jb
1f
chkstk2.S
22
jb
1f
/src/common/lib/libc/arch/i386/string/
memcpy.S
74
jb
.Lbackwards
92
jb
1f
123
jb
1f
/src/common/lib/libc/arch/i386/string/small/
memcpy.S
56
jb
1f
/src/common/lib/libc/arch/x86_64/string/
bcopy.S
76
jb
10f
142
jb
81f
/src/sys/arch/i386/stand/efiboot/bootia32/
startprog32.S
132
jb
.Lbackwards
144
jb
1f
175
jb
1f
/src/tests/kernel/arch/i386/
h_execregs.S
56
jb
2f /* bail if write failed */
/src/tests/kernel/arch/x86_64/
h_execregs.S
64
jb
2f /* bail if write failed */
/src/sys/arch/i386/stand/efiboot/bootx64/
startprog64.S
120
jb
10f
186
jb
81f
/src/sys/arch/i386/i386/
cpu_in_cksum.S
168
jb
.Lshort_mbuf
208
jb
.Lfinished_128
251
jb
.Lfinished_32
lock_stubs.S
156
jb
3f
locore.S
485
jb
.Lbackwards
497
jb
11f
528
jb
11f
1259
jb
.start_genpvh
1309
jb
.save_esym /* %ebx < __kernel_end */
copy.S
171
jb
1f
/src/sys/arch/amd64/amd64/
cpu_in_cksum.S
140
jb
.Mmbuf_trailing_bytes
160
jb
.Mmbuf_trailing_owords
lock_stubs.S
228
jb
3f
locore.S
1100
jb
.start_genpvh
1154
jb
.save_esym /* %ebx < __kernel_end */
1967
jb
.Lbackwards
1979
jb
11f
2010
jb
11f
copy.S
137
jb
1f
/src/sys/arch/i386/stand/fatboot/
fatboot.S
247
jb
read_data_block
273
jb
read_data_block
Completed in 25 milliseconds
1
2
Indexes created Wed Oct 29 09:09:48 GMT 2025