Home
last modified time | relevance | path

Searched refs:muid (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/mxm/
H A Dbase.c84 static guid_t muid = in mxm_shadow_dsm() local
107 obj = acpi_evaluate_dsm(handle, &muid, rev, 0x00000010, &argv4); in mxm_shadow_dsm()
/openbmc/qemu/fsdev/
H A D9p-marshal.h30 V9fsString muid; member
H A D9p-iov-marshal.c152 &statp->gid, &statp->muid, in v9fs_iov_vunmarshal()
258 &statp->uid, &statp->gid, &statp->muid, in v9fs_iov_vmarshal()
/openbmc/linux/net/9p/
H A Dprotocol.c204 kfree(stbuf->muid); in p9stat_free()
205 stbuf->muid = NULL; in p9stat_free()
371 &stbuf->gid, &stbuf->muid, in p9pdu_vreadf()
604 stbuf->gid, stbuf->muid, in p9pdu_vwritef()
H A Dclient.c1713 ret->name, ret->uid, ret->gid, ret->muid, ret->extension, in p9_client_stat()
1804 if (wst->muid) in p9_client_statsize()
1805 ret += strlen(wst->muid); in p9_client_statsize()
1836 wst->name, wst->uid, wst->gid, wst->muid, wst->extension, in p9_client_wstat()
/openbmc/linux/include/net/9p/
H A D9p.h403 const char *muid; member
/openbmc/linux/arch/powerpc/platforms/ps3/
H A Dmm.c267 u64 muid; in ps3_mm_region_create() local
283 ALLOCATE_MEMORY_TRY_ALT_UNIT, &r->base, &muid); in ps3_mm_region_create()
/openbmc/linux/fs/9p/
H A Dvfs_inode.c216 wstat->muid = NULL; in v9fs_blank_wstat()
961 wstat.muid = v9ses->uname; in v9fs_vfs_rename()
/openbmc/qemu/hw/9pfs/
H A D9p.c1158 !stat->muid.size && in donttouch_stat()
1173 v9fs_string_init(&stat->muid); in v9fs_stat_init()
1182 v9fs_string_free(&stat->muid); in v9fs_stat_free()
1246 v9fs_string_free(&v9stat->muid); in stat_to_v9stat()
1274 v9fs_string_size(&v9stat->muid) + in stat_to_v9stat()