OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sc_vp
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/arch/hppa/dev/
mem.c
144
volatile struct vi_trs *
sc_vp
;
member in struct:mem_softc
183
sc->
sc_vp
= (struct vi_trs *)
187
if (sc->
sc_vp
->vi_status.hw_rev == 0) {
212
sc->
sc_vp
->vi_status.hw_rev, bits);
227
sc->
sc_vp
->vi_control = vic;
237
sc->
sc_vp
= NULL;
239
sc->
sc_vp
= NULL;
277
if (sc->
sc_vp
)
278
sc->
sc_vp
->vi_intrwd;
290
if (sc->
sc_vp
) {
[
all
...]
/src/sys/dev/
vnd.c
585
return vnode_has_op(vnd->
sc_vp
, VOFFSET(vop_bmap)) &&
586
vnode_has_op(vnd->
sc_vp
, VOFFSET(vop_strategy));
625
vn_lock(vnd->
sc_vp
, LK_EXCLUSIVE | LK_RETRY);
626
error = VOP_BMAP(vnd->
sc_vp
, 0, NULL, &nbn, NULL);
627
VOP_UNLOCK(vnd->
sc_vp
);
661
printf("vndthread: vp %p, %s\n", vnd->
sc_vp
,
696
if (vnd->
sc_vp
->v_mount == NULL) {
740
bp->b_vp = vnd->
sc_vp
;
747
fstrans_start_lazy(vnd->
sc_vp
->v_mount);
755
fstrans_done(vnd->
sc_vp
->v_mount)
[
all
...]
vndvar.h
115
struct vnode *
sc_vp
; /* vnode */
member in struct:vnd_softc
Completed in 13 milliseconds
Indexes created Mon Oct 20 08:09:54 GMT 2025