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

/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dns_fnmount.c64 * context. If "shallow" is true return, in place of the list of
69 * bool_t shallow, getmapent_fn_res *res);
74 * mapent root, return a list of mapents to mount. If "shallow" is
82 char *opts, char *root, bool_t shallow, FN_status_t *status);
209 getmapent_fn(char *key, char *map, char *opts, uid_t uid, bool_t shallow, argument
286 if (trace > 1 && !shallow) {
300 process_ref(ref, cname, map, key, opts, root, shallow, status);
310 char *opts, char *root, bool_t shallow, FN_status_t *status)
384 if (self && !shallow) {
400 if (shallow) {
309 process_ref(const FN_ref_t *ref, const char *cname, char *map, char *key, char *opts, char *root, bool_t shallow, FN_status_t *status) argument
[all...]

Completed in 56 milliseconds