Home
last modified time | relevance | path

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

/freebsd/usr.sbin/autofs/
H A Dautomountd.c183 adr->adr_path, adr->adr_prefix, adr->adr_key, adr->adr_options); in handle_request()
205 key = checked_strdup(adr->adr_path); in handle_request()
238 node = node_find(root, adr->adr_path); in handle_request()
241 "failing mount", map, adr->adr_path); in handle_request()
283 tmp = concat(adr->adr_path, '/', key); in handle_request()
306 "failing mount", adr->adr_path); in handle_request()
348 node->n_location, adr->adr_path, NULL); in handle_request()
/freebsd/sys/fs/autofs/
H A Dautofs_ioctl.h53 char adr_path[MAXPATHLEN]; member
H A Dautofs.c577 strlcpy(adr->adr_path, ar->ar_path, sizeof(adr->adr_path)); in autofs_ioctl_request()