OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vcp
(Results
1 - 11
of
11
) sorted by relevancy
/src/sys/arch/hpc/stand/dspgen/
config.sh
41
suffix=
vcp
gen_workspace.sh
56
suffix=
vcp
/src/sys/coda/
coda_psdev.c
149
struct vcomm *
vcp
;
local
159
vcp
= &coda_mnttbl[minor(dev)].mi_vcomm;
160
if (VC_OPEN(
vcp
))
163
selinit(&
vcp
->vc_selproc);
164
TAILQ_INIT(&
vcp
->vc_requests);
165
TAILQ_INIT(&
vcp
->vc_replies);
166
MARK_VC_OPEN(
vcp
);
177
struct vcomm *
vcp
;
local
188
vcp
= &(mi->mi_vcomm);
190
if (!VC_OPEN(
vcp
))
254
struct vcomm *
vcp
;
local
300
struct vcomm *
vcp
;
local
444
struct vcomm *
vcp
;
local
469
struct vcomm *
vcp
= kn->kn_hook;
local
477
struct vcomm *
vcp
= kn->kn_hook;
local
498
struct vcomm *
vcp
;
local
541
struct vcomm *
vcp
;
local
757
struct vcomm *
vcp
= &coda_mnttbl[i].mi_vcomm;
local
[
all
...]
cnode.h
135
#define VC_OPEN(
vcp
) ((
vcp
)->vc_open == 1)
136
#define MARK_VC_CLOSED(
vcp
) ((
vcp
)->vc_open = 0)
137
#define MARK_VC_OPEN(
vcp
) ((
vcp
)->vc_open = 1)
/src/sys/arch/hpcmips/stand/dspgen/
config.sh
39
suffix=
vcp
gen_workspace.sh
52
suffix=
vcp
/src/sys/kern/
exec_subr.c
89
struct exec_vmcmd *
vcp
;
local
97
vcp
= &evsp->evs_cmds[evsp->evs_used++];
98
vcp
->ev_proc = proc;
99
vcp
->ev_len = len;
100
vcp
->ev_addr = addr;
101
if ((
vcp
->ev_vp = vp) != NULL)
103
vcp
->ev_offset = offset;
104
vcp
->ev_prot = prot;
105
vcp
->ev_flags = flags;
141
struct exec_vmcmd *
vcp
;
local
[
all
...]
kern_exec.c
961
struct exec_vmcmd *
vcp
;
local
963
vcp
= &epp->ep_vmcmds.evs_cmds[i];
964
if (
vcp
->ev_flags & VMCMD_RELATIVE) {
967
KASSERTMSG((
vcp
->ev_flags & VMCMD_BASE) == 0,
969
vcp
->ev_addr += base_vcp->ev_addr;
971
error = (*
vcp
->ev_proc)(l,
vcp
);
974
if (
vcp
->ev_flags & VMCMD_BASE)
975
base_vcp =
vcp
;
/src/sys/compat/linux/common/
linux_uselib.c
150
struct exec_vmcmd *
vcp
;
local
152
vcp
= &vcset.evs_cmds[i];
153
error = (*
vcp
->ev_proc)(l,
vcp
);
/src/sys/arch/hpcmips/stand/
Makefile
56
(cd $$dir && rm -f $$dir.
vcp
); \
/src/sys/dev/tprof/
tprof.c
1084
tprof_cpu_init(void *
vcp
, void *vcookie, struct cpu_info *ci)
1086
tprof_cpu_t **cp =
vcp
, *c;
1095
tprof_cpu_fini(void *
vcp
, void *vcookie, struct cpu_info *ci)
1097
tprof_cpu_t **cp =
vcp
, *c;
Completed in 39 milliseconds
Indexes created Sat Feb 21 08:20:20 UTC 2026