Home
last modified time | relevance | path

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

/openbmc/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,
/openbmc/u-boot/include/zfs/
H A Dzfs.h97 int zfs_fetch_nvlist(device_t dev, char **nvlist);
98 int zfs_getmdnobj(device_t dev, const char *fsfilename,
/openbmc/openbmc/meta-security/recipes-security/redhat-security/files/
H A Dselinux-check-devices.sh10 find /dev -context *:device_t:* \( -type c -o -type b \) -printf "%p %Z\n"
/openbmc/linux/drivers/video/fbdev/via/
H A Dioctl.h69 struct device_t { struct
H A Dviafbdev.c389 struct device_t active_dev; in viafb_ioctl()
/openbmc/u-boot/fs/zfs/
H A Dzfs.c1845 zfs_mount(device_t dev) in zfs_mount()
1984 zfs_fetch_nvlist(device_t dev, char **nvlist) in zfs_fetch_nvlist()
2147 zfs_getmdnobj(device_t dev, const char *fsfilename, in zfs_getmdnobj()
2275 zfs_ls(device_t device, const char *path, in zfs_ls()