Searched refs:ar_path (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/sys/fs/autofs/ |
| H A D | autofs.c | 280 ar->ar_id, ar->ar_path, autofs_timeout); in autofs_task() 409 if (strcmp(ar->ar_path, path) != 0) in autofs_trigger_one() 435 strlcpy(ar->ar_path, path, sizeof(ar->ar_path)); in autofs_trigger_one() 458 "with error %d", ar->ar_path, error); in autofs_trigger_one() 469 "pid %d (%s)", ar->ar_path, request_error, in autofs_trigger_one() 578 strlcpy(adr->adr_path, ar->ar_path, sizeof(adr->adr_path)); in autofs_ioctl_request()
|
| H A D | autofs.h | 104 char ar_path[MAXPATHLEN]; member
|