Searched refs:system_ps_file (Results 1 – 5 of 5) sorted by relevance
74 conf->system_ps_file = NULL; in init_tcsd_config()157 conf->system_ps_file = strdup(TCSD_DEFAULT_SYSTEM_PS_FILE); in config_set_defaults()396 if (conf->system_ps_file) in read_conf_line()397 free(conf->system_ps_file); in read_conf_line()415 conf->system_ps_file = tmp_ptr; in read_conf_line()704 free(conf->system_ps_file); in conf_file_final()
3 system_ps_file = /var/tpm/system.data
75 system_ps_fd = open(tcsd_options.system_ps_file, O_CREAT|O_RDWR, 0600); in get_file()78 tcsd_options.system_ps_file, strerror(errno)); in get_file()85 tcsd_options.system_ps_file, strerror(errno)); in get_file()
34 char *system_ps_file; /* the name of the system PS file */ member
25 # Option: system_ps_file29 # system_ps_file = @localstatedir@/lib/tpm/system.data