Home
last modified time | relevance | path

Searched refs:ar_path (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/fs/autofs/
H A Dautofs.c186 ar->ar_id, ar->ar_path, autofs_timeout); in autofs_timeout_wq()
324 if (strcmp(ar->ar_path, path)) in autofs_trigger_one()
346 strlcpy(ar->ar_path, path, sizeof(ar->ar_path)); in autofs_trigger_one()
369 "with error %d", ar->ar_path, error); in autofs_trigger_one()
380 "pid %d (%s)", ar->ar_path, request_error, in autofs_trigger_one()
483 strlcpy(adr->adr_path, ar->ar_path, sizeof(adr->adr_path)); in autofs_ioctl_request()
H A Dautofs.h135 char ar_path[AUTOFS_MAXPATHLEN]; member