Home
last modified time | relevance | path

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

/external/grub/lib/
Ddevice.c683 char discn[32]; in init_device_map() local
689 sprintf (discn, "/dev/discs/disc%d", num_hd); in init_device_map()
690 if (stat (discn, &st) < 0) in init_device_map()
693 if (realpath (discn, name)) in init_device_map()