Home
last modified time | relevance | path

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

/illumos-gate/usr/src/grub/grub-0.97/lib/
H A Ddevice.c711 char discn[32]; in init_device_map() local
717 sprintf (discn, "/dev/discs/disc%d", num_hd); in init_device_map()
718 if (stat (discn, &st) < 0) in init_device_map()
721 if (realpath (discn, name)) in init_device_map()