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

/macosx-10.10.1/NFS-82/rpc.lockd/
H A Dlockd.h68 int shutdown_delay_client; member in struct:nfs_conf_lockd
H A Dkern.c320 syslog(LOG_DEBUG, "lockd_shutdown: client, delay %d", config.shutdown_delay_client);
321 shutdown_time_client = now.tv_sec + config.shutdown_delay_client;
413 shutdown_time_client = now.tv_sec + config.shutdown_delay_client;
H A Dlockd.c116 180, /* shutdown_delay_client */
819 } else if (!strcmp(key, "nfs.lockd.shutdown_delay_client")) {
821 conf->shutdown_delay_client = val;

Completed in 87 milliseconds