Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/lib/libshare/os/linux/
H A Dnfs.c253 get_linux_hostspec(const char *solaris_hostspec, char **plinux_hostspec) in get_linux_hostspec() argument
259 if (solaris_hostspec[0] == '@') { in get_linux_hostspec()
264 *plinux_hostspec = strdup(solaris_hostspec + 1); in get_linux_hostspec()
266 *plinux_hostspec = strdup(solaris_hostspec); in get_linux_hostspec()