Home
last modified time | relevance | path

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

/freebsd-12.1/usr.sbin/autofs/
H A Dcommon.c229 n->n_map = map; in node_new_map()
520 if (child->n_map == NULL) in node_expand_maps()
525 child->n_map); in node_expand_maps()
528 child->n_map); in node_expand_maps()
530 parse_map(child, child->n_map, NULL, NULL); in node_expand_maps()
640 assert(n->n_location == NULL || n->n_map == NULL); in node_print_indent()
649 n->n_location != NULL ? n->n_location : n->n_map != NULL ? n->n_map : "", in node_print_indent()
H A Dautomount.c220 mount_if_not_already(n, n->n_map, n->n_options, in mount_unmount()
226 mount_if_not_already(n2, n->n_map, n->n_options, in mount_unmount()
H A Dcommon.h52 char *n_map; member