Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/
H A Dzfs_common.h72 typedef struct device_s *device_t; typedef
75 device_t device;
96 struct zfs_data *zfs_mount(device_t);
98 int zfs_ls(device_t dev, const char *path,
/OK3568_Linux_fs/u-boot/include/zfs/
H A Dzfs.h98 int zfs_fetch_nvlist(device_t dev, char **nvlist);
99 int zfs_getmdnobj(device_t dev, const char *fsfilename,
/OK3568_Linux_fs/kernel/drivers/video/fbdev/via/
H A Dioctl.h69 struct device_t { struct
H A Dviafbdev.c389 struct device_t active_dev; in viafb_ioctl()
/OK3568_Linux_fs/u-boot/fs/zfs/
H A Dzfs.c1846 zfs_mount(device_t dev) in zfs_mount()
1985 zfs_fetch_nvlist(device_t dev, char **nvlist) in zfs_fetch_nvlist()
2148 zfs_getmdnobj(device_t dev, const char *fsfilename, in zfs_getmdnobj()
2276 zfs_ls(device_t device, const char *path, in zfs_ls()