OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:lost
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/fs/msdosfs/
msdosfs_vnops.c
955
long
lost
;
local in function:msdosfs_readdir
998
lost
= uio->uio_resid - count;
1202
uio->uio_resid +=
lost
;
/src/sys/nfs/
nfs_vnops.c
405
* if consistency is
lost
.
1400
* might have already been
lost
now.
1796
* Kludge City: If the first reply to the remove rpc is
lost
..
2295
size_t count,
lost
;
local in function:nfs_readdir
2303
lost
= uio->uio_resid & (NFS_DIRFRAGSIZ - 1);
2304
count = uio->uio_resid -
lost
;
2322
uio->uio_resid +=
lost
;
2338
panic("nfs_readdir:
lost
in space");
2358
uio->uio_resid +=
lost
;
/src/sys/net/
if.c
2294
uint8_t
lost
;
local in function:if_link_state_change
2305
lost
= LQ_ITEM(ifp->if_link_queue, 0);
2307
if (
lost
== LINK_STATE_DOWN) {
2308
lost
= LQ_ITEM(ifp->if_link_queue, 0);
2311
printf("%s:
lost
link state change %s\n",
2313
lost
== LINK_STATE_UP ? "UP" :
2314
lost
== LINK_STATE_DOWN ? "DOWN" :
Completed in 17 milliseconds
Indexes created Fri Sep 26 08:10:20 GMT 2025