Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dautomount.c70 static int mount_timeout = AUTOFS_MOUNT_TIMEOUT; variable
128 mount_timeout = strtol(valbuf, (char **)NULL, 10); in main()
160 mount_timeout = atoi(optarg); in main()
207 ai.mount_to = mount_timeout; in main()
H A Dmount.c72 int mount_timeout = AUTOFS_MOUNT_TIMEOUT; in main() local
138 fni.mount_to = mount_timeout; in main()
H A Dautod_autofs.c63 int mount_timeout = AUTOFS_MOUNT_TIMEOUT; in mount_autofs() local
127 fnip->mount_to = mount_timeout; /* IGNORED */ in mount_autofs()