Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fs.d/nfs/lib/
H A Dnfslog_config.c62 static nfsl_config_t *global_raw = NULL; variable
127 assert(global_raw == NULL); in nfsl_getconfig_list()
128 global_raw = create_global_raw(&error); in nfsl_getconfig_list()
129 if (global_raw == NULL) in nfsl_getconfig_list()
140 free_config(global_raw); in nfsl_getconfig_list()
635 if (config == global_raw) in free_config()
636 global_raw = NULL; in free_config()
654 free_config(global_raw); in nfsl_freeconfig_list()
770 *fhpath = global_raw->nc_fhpath; in complete_with_global()
772 *logpath = global_raw->nc_logpath; in complete_with_global()
[all …]