Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/ucodeadm/
H A Ducodeadm.c240 char common_path[PATH_MAX]; in ucode_gen_files_amd() local
247 (void) snprintf(common_path, PATH_MAX, "%s/%s", path, "container"); in ucode_gen_files_amd()
249 dprintf("path = %s\n", common_path); in ucode_gen_files_amd()
250 fd = open(common_path, O_WRONLY | O_CREAT | O_TRUNC, in ucode_gen_files_amd()
254 ucode_perror(common_path, EM_SYS); in ucode_gen_files_amd()
260 ucode_perror(common_path, EM_SYS); in ucode_gen_files_amd()
272 (void) snprintf(common_path, PATH_MAX, "%s/%s", path, in ucode_gen_files_amd()
276 dprintf("path = %s\n", common_path); in ucode_gen_files_amd()
277 fd = open(common_path, O_WRONLY | O_CREAT | O_TRUNC, in ucode_gen_files_amd()
281 ucode_perror(common_path, EM_SYS); in ucode_gen_files_amd()
[all …]