Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/lib/libshare/
H A Dlibshare.c111 return (found_protocol ? ret : SA_INVALID_PROTOCOL); in sa_enable_share()
140 return (found_protocol ? ret : SA_INVALID_PROTOCOL); in sa_disable_share()
227 case SA_INVALID_PROTOCOL: in sa_errorstr()
313 return (SA_INVALID_PROTOCOL); in sa_validate_shareopts()
/f-stack/freebsd/contrib/openzfs/lib/libspl/include/
H A Dlibshare.h51 #define SA_INVALID_PROTOCOL 13 /* specified protocol not valid */ macro