Home
last modified time | relevance | path

Searched refs:get_uuid (Results 1 – 13 of 13) sorted by relevance

/openbmc/linux/drivers/virtio/
H A Dvirtio_dma_buf.c29 !virtio_ops->get_uuid) { in virtio_dma_buf_export()
84 return ops->get_uuid(dma_buf, uuid); in virtio_dma_buf_get_uuid()
/openbmc/skeleton/pyinventorymgr/
H A Dsync_inventory_items.py94 def get_uuid(bus, prop): function
183 inv_uuid = get_uuid(bus, prop_name)
/openbmc/linux/include/linux/
H A Dvirtio_dma_buf.h26 int (*get_uuid)(struct dma_buf *dma_buf, uuid_t *uuid); member
H A Dexportfs.h213 int (*get_uuid)(struct super_block *sb, u8 *buf, u32 *len, u64 *offset); member
/openbmc/qemu/pc-bios/s390-ccw/
H A Dnetmain.c237 static const char *get_uuid(void) in get_uuid() function
334 num_ent = pxelinux_load_parse_cfg(fn_ip, mac, get_uuid(), in net_try_pxelinux_cfg()
/openbmc/linux/drivers/gpu/drm/virtio/
H A Dvirtgpu_prime.c87 .get_uuid = virtgpu_virtio_get_uuid,
/openbmc/linux/fs/xfs/
H A Dxfs_export.c247 .get_uuid = xfs_fs_get_uuid,
/openbmc/u-boot/cmd/
H A Davb.c348 U_BOOT_CMD_MKENT(get_uuid, 2, 0, do_avb_get_uuid, "", ""),
H A DKconfig1932 avb get_uuid - read and print uuid of a partition
/openbmc/u-boot/doc/
H A DREADME.avb239 avb get_uuid <partname> - read and print uuid of partition <partname>
/openbmc/linux/fs/nfsd/
H A Dblocklayout.c160 return sb->s_export_op->get_uuid(sb, b->simple.sig, &b->simple.sig_len, in nfsd4_block_get_device_info_simple()
H A Dnfs4layouts.c140 if (sb->s_export_op->get_uuid && in nfsd4_setup_layout_type()
/openbmc/qemu/hw/core/
H A Dqdev-properties-system.c1141 static void get_uuid(Object *obj, Visitor *v, const char *name, void *opaque, in get_uuid() function
1184 .get = get_uuid,