device_entry_create
return (device_entry_create(dev_p->dd_name, dev_p->dd_location,
if ((entry = device_entry_create(disk, "", "")) == NULL)
if ((dev = device_entry_create(name, "", "")) == NULL)
struct device_entry *device_entry_create(const char *, const char *,