OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:statep
(Results
1 - 3
of
3
) sorted by relevancy
/src/bin/ksh/
lex.c
84
if (++
statep
== state_info.end) \
85
statep
= push_state_(&state_info,
statep
); \
86
state =
statep
->ls_state = (s); \
90
if (--
statep
== state_info.base) \
91
statep
= pop_state_(&state_info,
statep
); \
92
state =
statep
->ls_state; \
109
Lex_state states[STATE_BSIZE], *
statep
;
local in function:yylex
121
statep
= &states[1]
[
all
...]
/src/sys/arch/sparc64/sparc64/
netbsd32_machdep.c
309
const struct fpstate64 *
statep
= &initfpstate;
local in function:netbsd32_process_read_fpregs
313
statep
= l->l_md.md_fpstate;
315
regs->fr_regs[i] =
statep
->fs_regs[i];
316
regs->fr_fsr =
statep
->fs_fsr;
325
struct fpstate64 *
statep
;
local in function:netbsd32_process_write_fpregs
328
statep
= l->l_md.md_fpstate;
329
if (
statep
== NULL)
332
statep
->fs_regs[i] = regs->fr_regs[i];
333
statep
->fs_fsr = regs->fr_fsr;
334
statep
->fs_qsize = 0
[
all
...]
/src/sys/arch/evbarm/rpi/
vcprop_subr.c
567
rpi_get_domain(uint32_t domain, uint32_t *
statep
)
611
tag, domain, *
statep
,
626
*
statep
= vb_setpower.vbt_power.state;
Completed in 12 milliseconds
Indexes created Sat Oct 18 08:10:09 GMT 2025