Searched refs:client_mountp (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Dmntinfo.c931 char client_mountp[PATH_MAX]; local
947 * Construct client_mountp by prepending the
951 (void) strcpy(client_mountp,
954 (void) snprintf(client_mountp,
955 sizeof (client_mountp), "%s%s",
965 client_mountp) == 0)
971 (is_remote != REAL_REMOTE), client_mountp,
978 if (construct_vfs(vfs, client_mountp,

Completed in 59 milliseconds