Home
last modified time | relevance | path

Searched refs:ignore_error (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/lib9p/pytest/
H A Dp9conn.py800 self.clunk(self.rootfid, ignore_error=True)
864 self.clunk(newfid, ignore_error=True)
869 self.clunk(newfid, ignore_error=True)
900 def clunk(self, fid, ignore_error=False): argument
907 if ignore_error:
912 def remove(self, fid, ignore_error=False): argument
919 if ignore_error:
1422 self.clunk(startdir, ignore_error=True)
1452 self.clunk(fid, ignore_error=True)
1467 self.clunk(fid, ignore_error=True)
[all …]
H A Dclient.py282 self._acconn.clunk(fid, ignore_error=True)
/freebsd/sys/dev/firmware/xilinx/
H A Dzynqmp_firmware.c100 …t32_t id, uint32_t a0, uint32_t a1, uint32_t a2, uint32_t a3, uint32_t *payload, bool ignore_error) in zynqmp_call_smc() argument
114 if (!ignore_error && payload[0] != PM_RET_SUCCESS) { in zynqmp_call_smc()