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

/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dmount.c74 int mount_timeout = AUTOFS_MOUNT_TIMEOUT; local
140 fni.mount_to = mount_timeout;
H A Dautomount.c70 static int mount_timeout = AUTOFS_MOUNT_TIMEOUT; variable
125 * Ignore errno. In event of failure, mount_timeout is
128 mount_timeout = strtol(valbuf, (char **)NULL, 10);
160 mount_timeout = atoi(optarg);
207 ai.mount_to = mount_timeout;
H A Dautod_autofs.c65 int mount_timeout = AUTOFS_MOUNT_TIMEOUT; local
129 fnip->mount_to = mount_timeout; /* IGNORED */

Completed in 59 milliseconds