Searched refs:libshare (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_mount.c80 #include <libshare.h>
504 * Make sure things will work if libshare isn't installed by using
527 * Find the libshare.so.1 entry points that we use here and save the
537 void *libshare; local
548 "/usr/lib/%s/libshare.so.1", isa);
550 if ((libshare = dlopen(path, RTLD_LAZY | RTLD_GLOBAL)) != NULL) {
551 _sa_init = (sa_handle_t (*)(int))dlsym(libshare, "sa_init");
552 _sa_fini = (void (*)(sa_handle_t))dlsym(libshare, "sa_fini");
554 dlsym(libshare, "sa_find_share");
555 _sa_enable_share = (int (*)(sa_share_t, char *))dlsym(libshare,
[all...]
H A Dlibzfs_impl.h39 #include <libshare.h>
75 void *libzfs_sharehdl; /* libshare handle */
205 * libshare (sharemgr) interfaces used internally.

Completed in 116 milliseconds