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

12

/illumos-gate/usr/src/lib/libshare/
H A DMakefile28 HDRS = libshare.h libshare_impl.h scfutil.h
34 # Add plugin module directories here. They need to build after the libshare
41 MSGFILES= common/libshare.c common/libsharecore.c common/scfutil.c \
43 POFILE= libshare.po
H A DMakefile.com23 LIBRARY = libshare.a
27 LIBOBJS = libshare.o libsharecore.o scfutil.o libshare_zfs.o \
/illumos-gate/usr/src/cmd/dfs.cmds/sharemgr/
H A Dsharemgr.h35 #include <libshare.h>
H A Dsharemgr_main.c37 #include <libshare.h>
/illumos-gate/usr/src/cmd/fs.d/nfs/lib/
H A Dsmfcfg.h41 #include <libshare.h>
/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_mount.c85 #include <libshare.h>
564 * Make sure things will work if libshare isn't installed by using
585 * Find the libshare.so.1 entry points that we use here and save the
594 void *libshare; local
605 "/usr/lib/%s/libshare.so.1", isa);
607 if ((libshare = dlopen(path, RTLD_LAZY | RTLD_GLOBAL)) != NULL) {
608 _sa_init = (sa_handle_t (*)(int))dlsym(libshare, "sa_init");
609 _sa_fini = (void (*)(sa_handle_t))dlsym(libshare, "sa_fini");
611 dlsym(libshare, "sa_find_share");
612 _sa_enable_share = (int (*)(sa_share_t, char *))dlsym(libshare,
[all...]
H A Dlibzfs_impl.h39 #include <libshare.h>
74 void *libzfs_sharehdl; /* libshare handle */
200 * libshare (sharemgr) interfaces used internally.
/illumos-gate/usr/src/cmd/smbsrv/fksmbd/
H A Dfksmbd_shr.c18 * fksmbd doesn't want the real shares known by libshare,
30 #include <libshare.h>
/illumos-gate/usr/src/lib/libshare/common/
H A Dlibshare_impl.h35 #include <libshare.h>
H A Dplugin.c30 #include <libshare.h>
49 * libshare.so.
H A Dlibshare_zfs.c35 #include <libshare.h>
/illumos-gate/usr/src/uts/common/smbsrv/
H A Dsmb_share.h38 #include <libshare.h>
/illumos-gate/usr/src/lib/
H A DMakefile200 libshare \
338 libshare \
452 libshare \
647 libshare: libscf libzfs libuuid libfsmgt libsecdb libumem libsmbfs
694 smbsrv: libxnet libpthread librt libshare libidmap pkcs11 libsqlite \
/illumos-gate/usr/src/tools/quick/
H A Dmake-zfs106 libshare \
185 (cd $SRC/lib/libshare && $make $1 PLUGINS=)
H A Dmake-smbsrv113 libshare \
170 (cd $SRC/lib/libshare && $make $1 PLUGINS=smb)
/illumos-gate/usr/src/cmd/fs.d/nfs/lockd/
H A Dlockd.c82 #include <libshare.h>
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dautomount.c39 #include <libshare.h>
H A Dauto_subr.c60 #include <libshare.h>
H A Dautod_main.c63 #include <libshare.h>
/illumos-gate/usr/src/lib/libmapid/common/
H A Dmapid.c70 #include <libshare.h>
/illumos-gate/usr/src/lib/smbsrv/libsmb/common/
H A Dlibsmb.h42 #include <libshare.h>
/illumos-gate/usr/src/cmd/fs.d/nfs/nfsd/
H A Dnfsd.c78 #include <libshare.h>
/illumos-gate/usr/src/cmd/fs.d/nfs/mount/
H A Dmount.c84 #include <libshare.h>
/illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/
H A Dsmb_share.c37 #include <libshare.h>
208 * libshare handle and synchronization
279 * Get a handle and exclusive access to the libshare API.
299 syslog(LOG_ERR, "share: failed to get libshare handle");
309 * Release exclusive access to the libshare API.
H A Dsrvsvc_svc.c49 #include <libshare.h>
1266 * Flags for Persistent shares are updated in both libshare and the local cache.

Completed in 137 milliseconds

12