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

  /src/external/bsd/am-utils/dist/fsinfo/
fsi_gram.y 95 %type <a> automount
115 | list_of_hosts automount
182 * A new automount tree:
184 * automount /mountpoint { ... }
186 automount : label
278 * An automount tree:
284 * name { ... } name is an automount tree
291 { automount *a = new_automount($2);
301 { automount *a = new_automount($2);
312 { automount *a = new_automount($2)
    [all...]
fsi_data.h 46 typedef struct automount automount; typedef in typeref:struct:automount
59 * Automount tree
61 struct automount { struct
64 char *a_name; /* Automount key */
74 * List of automount trees

Completed in 24 milliseconds