(self, link, flags, lock_timeout, io_timeout)
| 243 | self.unpacker.unpack_device_error) |
| 244 | |
| 245 | def device_local(self, link, flags, lock_timeout, io_timeout): |
| 246 | params = (link, flags, lock_timeout, io_timeout) |
| 247 | return self.make_call(DEVICE_LOCAL, params, |
| 248 | self.packer.pack_device_generic_parms, |
| 249 | self.unpacker.unpack_device_error) |
| 250 | |
| 251 | def device_lock(self, link, flags, lock_timeout): |
| 252 | params = (link, flags, lock_timeout) |