Searched defs:hopts (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libfuse/common/
H A Dutil.c208 struct helper_opts *hopts = data; local
220 if (!hopts->mountpoint) {
229 return (fuse_opt_add_opt(&hopts->mountpoint,
251 struct helper_opts hopts; local
254 (void) memset(&hopts, 0, sizeof (hopts));
255 rc = fuse_opt_parse(args, &hopts, fuse_helper_opts,
261 *mountpoint = hopts.mountpoint;
263 libfuse_strfree(hopts.mountpoint);
268 libfuse_strfree(hopts
[all...]

Completed in 16 milliseconds