Home
last modified time | relevance | path

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

/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()
/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.c1762 ret->name, ret->uid, ret->gid, ret->muid, ret->extension, in p9_client_stat()
1853 if (wst->muid) in p9_client_statsize()
1854 ret += strlen(wst->muid); in p9_client_statsize()
1885 wst->name, wst->uid, wst->gid, wst->muid, wst->extension, in p9_client_wstat()
/linux/include/net/9p/
H A D9p.h403 const char *muid; member
/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()
/linux/fs/9p/
H A Dvfs_inode.c216 wstat->muid = NULL; in v9fs_blank_wstat()
931 wstat.muid = v9ses->uname; in v9fs_vfs_rename()