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

/illumos-gate/usr/src/cmd/fs.d/nfs/nfsstat/
H A Dnfsstat.c1019 * my_dir and my_path could be pointers
1024 char *my_path; member in struct:myrec
1111 if ((mrp->my_path = strdup(m.mnt_special)) == NULL) {
1157 printf("%s from %s\n", mrp->my_dir, mrp->my_path);
1255 if (strchr(mrp->my_path, ','))

Completed in 59 milliseconds