HomeSort by: relevance | last modified time | path
    Searched defs:mount_point (Results 1 - 6 of 6) sorted by relevancy

  /src/external/bsd/am-utils/dist/conf/checkmount/
checkmount_aix.c 64 char *short_hostname, *long_hostname, *mount_point; local
85 mount_point = vmt2dataptr(vp, VMT_STUB);
88 if (STREQ(path, mount_point) &&
  /src/external/gpl2/xcvs/dist/lib/
getcwd.c 209 bool mount_point;
237 mount_point = dotdev != thisdev;
260 if (MATCHING_INO (d, thisino) || mount_point)
208 bool mount_point; local
  /src/usr.sbin/sysinst/arch/mac68k/
md.h 129 u_int8_t mount_point[64]; /* mount point for the FS */ member in struct:__anon6
  /src/external/gpl3/gdb/dist/gnulib/import/
getcwd.c 269 bool mount_point;
300 mount_point = dotdev != thisdev;
350 bool match = (MATCHING_INO (d, thisino) || mount_point);
268 bool mount_point; local
  /src/external/gpl3/gdb.old/dist/gnulib/import/
getcwd.c 269 bool mount_point;
300 mount_point = dotdev != thisdev;
350 bool match = (MATCHING_INO (d, thisino) || mount_point);
268 bool mount_point; local
  /src/usr.sbin/sysinst/
partman.c 2850 const char *mount_point, *fstype; local
2877 mount_point = msg_string(MSG_pmmounted);
2879 mount_point = msg_string(MSG_pmunused);
2885 mount_point);

Completed in 26 milliseconds