efi_getdev
efi_getdev((void **)(&rootdev), rootdevname, NULL);
extern int efi_getdev(void **vdev, const char *devspec, const char **path);
archsw.arch_getdev = efi_getdev;