OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nfs_bootstatic_callback
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/nfs/
nfs_bootstatic.c
63
int (*
nfs_bootstatic_callback
)(struct nfs_diskless *) = NULL;
variable in typeref:typename:int (*)(struct nfs_diskless *)
72
if (
nfs_bootstatic_callback
)
73
flags = (*
nfs_bootstatic_callback
)(nd);
nfsdiskless.h
104
extern int (*
nfs_bootstatic_callback
)(struct nfs_diskless *);
/src/sys/arch/xen/x86/
autoconf.c
250
nfs_bootstatic_callback
= dom0_bootstatic_callback;
254
nfs_bootstatic_callback
= xennet_bootstatic_callback;
Completed in 34 milliseconds
Indexes created Mon Sep 29 21:09:56 GMT 2025