Searched refs:objid (Results 1 – 2 of 2) sorted by relevance
| /linux/tools/testing/selftests/drivers/net/mlxsw/ |
| H A D | sharedbuffer_configuration.py | 69 def get_value(self, objid): argument 70 if isinstance(objid, Pool): 71 if objid["pool"] in [4, 8, 9, 10]: 76 if isinstance(objid, TcBind): 77 if objid["tc"] >= 8: 81 pool = self._get_pool(objid["type"]) 85 if isinstance(objid, PortPool): 86 pool_n = objid["pool"] 108 def get_value(self, objid): argument 109 if isinstance(objid, Pool) and objid["pool"] in [4, 8, 9, 10]: [all …]
|
| /linux/fs/smb/server/ |
| H A D | smb2pdu.c | 5657 memcpy(info->objid, path.mnt->mnt_sb->s_uuid.b, in smb2_get_info_filesystem() 5660 memcpy(info->objid, &stfs.f_fsid, sizeof(stfs.f_fsid)); in smb2_get_info_filesystem()
|