Home
last modified time | relevance | path

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

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