Home
last modified time | relevance | path

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

/freebsd-14-stable/usr.sbin/autofs/
HDautomountd.c183 "key \"%s\", options \"%s\"", adr->adr_id, adr->adr_from, in handle_request()
192 if (strncmp(adr->adr_from, "map ", 4) != 0) { in handle_request()
194 adr->adr_from); in handle_request()
197 map = adr->adr_from + 4; /* 4 for strlen("map "); */ in handle_request()
/freebsd-14-stable/sys/fs/autofs/
HDautofs_ioctl.h47 char adr_from[MAXPATHLEN]; member
HDautofs.c577 strlcpy(adr->adr_from, ar->ar_from, sizeof(adr->adr_from)); in autofs_ioctl_request()