Home | History | Annotate | Download | only in autofs

Lines Matching refs:adr

167 handle_request(const struct autofs_daemon_request *adr, char *cmdline_options,
178 "key \"%s\", options \"%s\"", adr->adr_id, adr->adr_from,
179 adr->adr_path, adr->adr_prefix, adr->adr_key, adr->adr_options);
184 request_id = adr->adr_id;
187 if (strncmp(adr->adr_from, "map ", 4) != 0) {
189 adr->adr_from);
192 map = adr->adr_from + 4; /* 4 for strlen("map "); */
194 if (adr->adr_prefix[0] == '\0' || strcmp(adr->adr_prefix, "/") == 0) {
201 key = checked_strdup(adr->adr_path);
206 parent = node_new_map(root, checked_strdup(adr->adr_prefix),
210 if (adr->adr_key[0] == '\0')
213 key = checked_strdup(adr->adr_key);
234 node = node_find(root, adr->adr_path);
237 "failing mount", map, adr->adr_path);
245 options = concat(options, ',', adr->adr_options);
279 tmp = concat(adr->adr_path, '/', key);
302 "failing mount", adr->adr_path);
349 node->n_location, adr->adr_path, NULL);
352 node->n_location, adr->adr_path, NULL);