Searched refs:common_path (Results 1 – 1 of 1) sorted by relevance
| /illumos-gate/usr/src/cmd/ucodeadm/ |
| H A D | ucodeadm.c | 462 char common_path[PATH_MAX]; in ucode_gen_files_amd() local 469 n = snprintf(common_path, sizeof (common_path), "%s/container", path); in ucode_gen_files_amd() 470 if (n >= sizeof (common_path)) { in ucode_gen_files_amd() 475 dbgprintf("path = %s\n", common_path); in ucode_gen_files_amd() 476 fd = open(common_path, O_WRONLY | O_CREAT | O_TRUNC, in ucode_gen_files_amd() 480 ucode_perror(common_path, EM_SYS); in ucode_gen_files_amd() 486 ucode_perror(common_path, EM_SYS); in ucode_gen_files_amd() 502 n = snprintf(common_path, sizeof (common_path), "%s/%s", in ucode_gen_files_amd() 514 n = snprintf(common_path, sizeof (common_path), in ucode_gen_files_amd() 526 if (n >= sizeof (common_path)) { in ucode_gen_files_amd() [all …]
|