Searched refs:common_path (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/cmd/ucodeadm/ |
H A D | ucodeadm.c | 299 char common_path[PATH_MAX]; in ucode_gen_files_amd() local 305 (void) snprintf(common_path, PATH_MAX, "%s/%s", path, "container"); in ucode_gen_files_amd() 307 dprintf("path = %s\n", common_path); in ucode_gen_files_amd() 308 fd = open(common_path, O_WRONLY | O_CREAT | O_TRUNC, in ucode_gen_files_amd() 312 ucode_perror(common_path, EM_SYS); in ucode_gen_files_amd() 318 ucode_perror(common_path, EM_SYS); in ucode_gen_files_amd() 330 (void) snprintf(common_path, PATH_MAX, "%s/%s", path, in ucode_gen_files_amd() 334 dprintf("path = %s\n", common_path); in ucode_gen_files_amd() 335 fd = open(common_path, O_WRONLY | O_CREAT | O_TRUNC, in ucode_gen_files_amd() 339 ucode_perror(common_path, EM_SYS); in ucode_gen_files_amd() [all …]
|