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

/macosx-10.10/autofs-246/automount/
H A Dautomount.c83 static int mount_timeout = AUTOFS_MOUNT_TIMEOUT; variable
128 mount_timeout = (int)timeout_val;
172 mount_timeout = atoi(optarg);
270 if (ioctl(autofs_control_fd, AUTOFS_SET_MOUNT_TO, &mount_timeout) == -1)

Completed in 132 milliseconds