Home
last modified time | relevance | path

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

/src/usr.sbin/autofs/
H A Dautomountd.c182 "key \"%s\", options \"%s\"", adr->adr_id, adr->adr_from, in handle_request()
191 if (strncmp(adr->adr_from, "map ", 4) != 0) { in handle_request()
193 adr->adr_from); in handle_request()
196 map = adr->adr_from + 4; /* 4 for strlen("map "); */ in handle_request()
/src/sys/fs/autofs/
H A Dautofs_ioctl.h47 char adr_from[MAXPATHLEN]; member
H A Dautofs.c576 strlcpy(adr->adr_from, ar->ar_from, sizeof(adr->adr_from)); in autofs_ioctl_request()