Searched refs:n_map (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/usr.sbin/autofs/
H A Dcommon.h49 char *n_map; member in struct:node
H A Dcommon.c225 n->n_map = map;
518 if (child->n_map == NULL)
523 child->n_map);
526 child->n_map);
528 parse_map(child, child->n_map, NULL, NULL);
638 assert(n->n_location == NULL || n->n_map == NULL);
647 n->n_location != NULL ? n->n_location : n->n_map != NULL ? n->n_map : "",
H A Dautomount.c218 mount_if_not_already(n, n->n_map, n->n_options,
224 mount_if_not_already(n2, n->n_map, n->n_options,

Completed in 117 milliseconds