HomeSort by: relevance | last modified time | path
    Searched refs:n_map (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.sbin/autofs/
common.h 59 char *n_map; member in struct:node
automount.c 179 mount_if_not_already(n, n->n_map, n->n_options,
185 mount_if_not_already(n2, n->n_map, n->n_options,
common.c 220 n->n_map = map;
510 if (child->n_map == NULL)
515 child->n_map);
518 child->n_map);
520 parse_map(child, child->n_map, NULL, NULL);
630 assert(n->n_location == NULL || n->n_map == NULL);
639 n->n_location != NULL ? n->n_location : n->n_map != NULL ? n->n_map : "",

Completed in 12 milliseconds