Searched refs:n_map (Results 1 – 3 of 3) sorted by relevance
| /src/usr.sbin/autofs/ |
| H A D | common.c | 226 n->n_map = map; in node_new_map() 519 if (child->n_map == NULL) in node_expand_maps() 524 child->n_map); in node_expand_maps() 527 child->n_map); in node_expand_maps() 529 parse_map(child, child->n_map, NULL, NULL); in node_expand_maps() 639 assert(n->n_location == NULL || n->n_map == NULL); in node_print_indent() 648 n->n_location != NULL ? n->n_location : n->n_map != NULL ? n->n_map : "", in node_print_indent()
|
| H A D | automount.c | 218 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 D | common.h | 49 char *n_map; member
|