Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/lib/libshare/
H A Dlibshare.c84 boolean_t found_protocol = B_FALSE; in sa_enable_share() local
104 found_protocol = B_TRUE; in sa_enable_share()
111 return (found_protocol ? ret : SA_INVALID_PROTOCOL); in sa_enable_share()
118 boolean_t found_protocol = B_FALSE; in sa_disable_share() local
133 found_protocol = B_TRUE; in sa_disable_share()
140 return (found_protocol ? ret : SA_INVALID_PROTOCOL); in sa_disable_share()