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

  /src/sys/fs/autofs/
autofs_mount.h 43 char *master_prefix; member in struct:autofs_args
  /src/sbin/mount_autofs/
mount_autofs.c 93 strlcpy(am->master_prefix, optarg, MAXPATHLEN);
114 char master_prefix[MAXPATHLEN]; local in function:mount_autofs
119 .master_prefix = master_prefix,
127 printf("from=%s, master_options=%s, master_prefix=%s\n",
128 am.from, am.master_options, am.master_prefix);

Completed in 10 milliseconds