Searched refs:device_t (Results 1 – 4 of 4) sorted by relevance
| /openbmc/u-boot/include/ |
| H A D | zfs_common.h | 72 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 D | zfs.h | 97 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 D | selinux-check-devices.sh | 10 find /dev -context *:device_t:* \( -type c -o -type b \) -printf "%p %Z\n"
|
| /openbmc/u-boot/fs/zfs/ |
| H A D | zfs.c | 1845 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()
|