OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:rn_writefd
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/rump/librump/rumpvfs/
rumpfs.c
197
#define
rn_writefd
rn_u.reg.writefd
macro
526
rn->
rn_writefd
= -1;
1284
if (rn->
rn_writefd
!= -1)
1287
RUMPUSER_OPEN_WRONLY, &rn->
rn_writefd
);
1451
if ((error = rumpuser_iovwrite(rn->
rn_writefd
, &iov, 1,
1675
if (rn->
rn_writefd
!= -1) {
1676
rumpuser_close(rn->
rn_writefd
);
1677
rn->
rn_writefd
= -1;
rumpfs.c
197
#define
rn_writefd
rn_u.reg.writefd
macro
526
rn->
rn_writefd
= -1;
1284
if (rn->
rn_writefd
!= -1)
1287
RUMPUSER_OPEN_WRONLY, &rn->
rn_writefd
);
1451
if ((error = rumpuser_iovwrite(rn->
rn_writefd
, &iov, 1,
1675
if (rn->
rn_writefd
!= -1) {
1676
rumpuser_close(rn->
rn_writefd
);
1677
rn->
rn_writefd
= -1;
Completed in 44 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026