OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:stable
(Results
1 - 5
of
5
) sorted by relevancy
/src/usr.sbin/mrouted/
prune.h
36
struct
stable
*gt_srctbl; /* source table */
49
struct
stable
struct
51
struct
stable
*st_next; /* pointer to the next entry */
/src/lib/libintl/
gettext.c
499
struct moentry *
stable
;
local
525
stable
= (struct moentry *)(base + flip(mo->mo_sysdep_segoff, magic));
527
v = base + flip(
stable
[i].off, magic);
/src/sys/kern/
kern_ksyms.c
763
char *
stable
= NULL;
local
792
stable
= st->sd_strstart - st->sd_usroffset;
803
*sym =
stable
+ es->st_name;
/src/sys/fs/nfs/server/
nfs_nfsdserv.c
806
int
stable
= NFSWRITE_FILESYNC;
local
826
stable
= fxdr_unsigned(int, *tl++);
853
stable
= fxdr_unsigned(int, *tl++);
921
nd->nd_repstat = nfsvno_write(vp, off, retlen, cnt,
stable
,
947
if (
stable
== NFSWRITE_UNSTABLE && nfs_async == 0)
948
*tl++ = txdr_unsigned(
stable
);
/src/sys/nfs/
nfs_serv.c
863
int
stable
= NFSV3WRITE_FILESYNC;
local
882
stable
= fxdr_unsigned(int, *tl++);
971
*
stable
storage synchronously.
974
if (
stable
== NFSV3WRITE_UNSTABLE)
976
else if (
stable
== NFSV3WRITE_DATASYNC)
1000
if (
stable
== NFSV3WRITE_UNSTABLE)
1001
*tl++ = txdr_unsigned(
stable
);
Completed in 24 milliseconds
Indexes created Sun Feb 22 16:20:20 UTC 2026