Searched refs:fi_path (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/autofs-246/autofs_kext/
H A Dautofs_kern.h76 char *fi_path; /* autofs mountpoint */ member in struct:fninfo
H A Dauto_subr.c242 fnip->fi_path, namelen, name));
252 ret = autofs_lookup(automount_port, fnip->fi_map, fnip->fi_path,
266 fnip->fi_path, namelen, name, error));
481 fnip->fi_path, keylen, key, subdir, error));
584 error = auto_mount_request(argsp, fnip->fi_map, fnip->fi_path,
H A Dauto_vfsops.c422 MALLOC(fnip->fi_path, char *, len, M_AUTOFS, M_WAITOK);
423 if (fnip->fi_path == NULL) {
428 bcopy(strbuff, fnip->fi_path, len);
656 if (fnip->fi_path != NULL)
657 FREE(fnip->fi_path, M_AUTOFS);
986 FREE(fnip->fi_path, M_AUTOFS);

Completed in 77 milliseconds