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

/illumos-gate/usr/src/cmd/sgs/test/ld/assert-deflib/
H A Dtest-deflib.sh27 sh_path=
51 [[ -f $sh_path/$sh_lib/$sh_soname ]] || fatal "missing 32-bit $sh_soname"
52 [[ -f $sh_path/$sh_lib64/$sh_soname ]] ||
68 LD_LIBRARY_PATH_64="$sh_path/$sh_lib64" $sh_cc $sh_cflags $sh_file $1
76 sh_path=$1
/illumos-gate/usr/src/uts/common/sharefs/
H A Dshare.h43 char *sh_path; member in struct:share
54 caddr32_t sh_path; member in struct:share32
/illumos-gate/usr/src/cmd/fs.d/nfs/lib/
H A Dsharetab.c84 sh->sh_path = (char *)strtok_r(p, w, &lasts);
85 if (sh->sh_path == NULL)
113 if (sh->sh_path) {
114 nsh->sh_path = strdup(sh->sh_path);
115 if (nsh->sh_path == NULL)
149 if (sh->sh_path != NULL)
150 free(sh->sh_path);
/illumos-gate/usr/src/cmd/rexd/
H A Dsharetab.c84 sh->sh_path = strtok(p, w);
85 if (sh->sh_path == NULL)
113 nsh->sh_path = strdup(sh->sh_path);
114 if (nsh->sh_path == NULL)
140 if (sh->sh_path != NULL)
141 free(sh->sh_path);
H A Dwhere.c225 if (len = preflen(qualpn, exp->sh_path))
228 strncpy(bestname, exp->sh_path,
/illumos-gate/usr/src/uts/common/fs/sharefs/
H A Dsharetab.c137 iPath = shl ? shl->shl_path : strlen(sh->sh_path);
138 iHash = pkp_tab_hash(sh->sh_path, strlen(sh->sh_path));
148 if (strcmp(sh->sh_path, s->sh_path) == 0 &&
149 strlen(s->sh_path) == iPath) {
233 iHash = pkp_tab_hash(sh->sh_path, strlen(sh->sh_path));
235 iPath = shl ? shl->shl_path : strlen(sh->sh_path);
241 sh->sh_size = strlen(sh->sh_path)
[all...]
H A Dsharefs_vnops.c115 sh->sh_path,
/illumos-gate/usr/src/lib/libc/port/sys/
H A Dsharefs.c56 i = (sh->sh_path ? strlen(sh->sh_path) : 0);
/illumos-gate/usr/src/cmd/fs.d/nfs/mountd/
H A Dexportlist.c156 tail = newexport(sh->sh_path, groups, tail);
H A Dmountd.c867 if (strcmp(sh->sh_path, rpath) != 0)
1568 for (p1 = sh->sh_path, p2 = path; *p1 == *p2; p1++, p2++)
1591 if (same_file_system(path, sh->sh_path))
/illumos-gate/usr/src/lib/libfsmgt/common/
H A Dfs_shares.c298 newp->path = strdup(sharetab_entry->sh_path);
/illumos-gate/usr/src/cmd/fs.d/nfs/nfslog/
H A Dfhtab.c2135 "=============\nSHARE: name '%s', fh ", args->sh_path);
2156 args->sh_path, &fhrec, &error) == NULL) {
2157 if (error = FH_ADD(fhpath, fh, fh, args->sh_path)) {
2160 args->sh_path, ((error >= 0) ?
2183 args->sh_path);
2207 if (error = fh_remove(fhpath, fh, args->sh_path, pathp1)) {
2209 args->sh_path, ((error >= 0) ? strerror(error) :
H A Dnfslog_elf.c805 if (args->sh_path != NULL) {
807 " \"%s\"", args->sh_path);
H A Dnfs_log_xdr.c287 if (!xdr_string(xdrs, &objp->sh_path, ~0))
/illumos-gate/usr/src/lib/libshare/common/
H A Dlibsharecore.c1400 newp->path = strdup(sharetab_entry->sh_path);
2000 sh->sh_path = strdup(value);
2066 if (sh->sh_path != NULL)
2067 free(sh->sh_path);
2068 sh->sh_path = NULL;
2161 sh.sh_path = path;
H A Dlibshare_zfs.c1329 i = (sh->sh_path ? strlen(sh->sh_path) : 0);
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs_log.h150 char *sh_path; member in struct:nfslog_sharefsargs
/illumos-gate/usr/src/lib/libshare/nfs/
H A Dlibshare_nfs.c2069 sh.sh_path = path;

Completed in 93 milliseconds