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

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

Completed in 44 milliseconds