OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:libshare
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/cddl/osnet/dist/lib/libzfs/common/
libzfs_mount.c
84
#include <
libshare
.h>
509
* Make sure things will work if
libshare
isn't installed by using
532
* Find the
libshare
.so.1 entry points that we use here and save the
542
void *
libshare
;
local
553
"/usr/lib/%s/
libshare
.so.1", isa);
555
if ((
libshare
= dlopen(path, RTLD_LAZY | RTLD_GLOBAL)) != NULL) {
556
_sa_init = (sa_handle_t (*)(int))dlsym(
libshare
, "sa_init");
557
_sa_fini = (void (*)(sa_handle_t))dlsym(
libshare
, "sa_fini");
559
dlsym(
libshare
, "sa_find_share");
560
_sa_enable_share = (int (*)(sa_share_t, char *))dlsym(
libshare
,
[
all
...]
libzfs_impl.h
38
#include <
libshare
.h>
69
void *libzfs_sharehdl; /*
libshare
handle */
201
*
libshare
(sharemgr) interfaces used internally.
Completed in 19 milliseconds
Indexes created Tue Aug 11 00:25:38 UTC 2026