OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:_sa_init
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/cddl/osnet/dist/lib/libzfs/common/
libzfs_mount.c
515
static sa_handle_t (*
_sa_init
)(int);
variable
556
_sa_init
= (sa_handle_t (*)(int))dlsym(libshare, "sa_init");
576
if (
_sa_init
== NULL || _sa_fini == NULL ||
583
_sa_init
= NULL;
613
if (
_sa_init
== NULL)
629
zhandle->libzfs_sharehdl =
_sa_init
(service);
634
zhandle->libzfs_sharehdl =
_sa_init
(service);
Completed in 15 milliseconds
Indexes created Wed Mar 04 15:26:31 UTC 2026