Home
last modified time | relevance | path

Searched refs:sa_share (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libshare/common/
H A Dlibshare_impl.h61 int (*sa_share)(sa_share_t); /* start sharing */ member
H A Dplugin.c279 if (ops != NULL && ops->sa_share != NULL) in sa_proto_share()
280 ret = ops->sa_share(share); in sa_proto_share()