OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:libshare
(Results
1 - 3
of
3
) 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_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_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
...]
Completed in 103 milliseconds
Indexes created Tue May 05 00:25:04 UTC 2026