Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/boot/bootadm/
H A Dbootadm_upgrade.c365 char path[PATH_MAX], path_64[PATH_MAX]; in cvt_kernel_line() local
396 (void) snprintf(path_64, PATH_MAX, "%s%s", osroot, in cvt_kernel_line()
398 if (stat(path, &sb) != 0 && stat(path_64, &sb_64) != 0) { in cvt_kernel_line()