Searched refs:noerror (Results 1 – 6 of 6) sorted by relevance
| /freebsd-14.2/contrib/lib9p/pytest/ |
| H A D | sequencer.py | 97 def unpack(self, vdict, cdict, bstring, offset, noerror=False): argument 234 def _unpack1(self, via, bstring, offset, noerror): argument 240 if noerror: 250 def unpack(self, vdict, cdict, bstring, offset, noerror=False): argument 255 noerror) 260 if noerror: 445 if num is None and noerror: 451 if len(bstring) < nexto and not noerror: 458 noerror) 641 def unpack(self, vdict, cdict, bstring, noerror=False): argument [all …]
|
| H A D | protocol.py | 708 def unpack_header(bstring, noerror=False): argument 721 _9p_data.header_unpack_seq.unpack(vdict, None, bstring, noerror) 724 def unpack(self, bstring, noerror=False): argument 726 vdict = self.unpack_header(bstring, noerror) 753 seq.unpack(vdict, self.conditions, data, noerror) 764 def unpack_wirestat(self, bstring, offset, noerror=False): argument 772 offset, noerror) 783 0, noerror) 795 def unpack_dirent(self, bstring, offset, noerror=False): argument 802 offset, noerror)
|
| H A D | p9conn.py | 604 resp = self.proto.unpack(pkt, noerror=True) 606 header = self.proto.unpack_header(pkt, noerror=True) 1143 def decode_stat_objects(self, bstring, noerror=False): argument 1154 obj, offset = self.proto.unpack_wirestat(bstring, offset, noerror) 1158 def decode_readdir_dirents(self, bstring, noerror=False): argument 1168 obj, offset = self.proto.unpack_dirent(bstring, offset, noerror)
|
| /freebsd-14.2/sys/cam/ata/ |
| H A D | ata_xpt.c | 781 goto noerror; in aprobedone() 790 goto noerror; in aprobedone() 800 goto noerror; in aprobedone() 808 goto noerror; in aprobedone() 839 noerror: in aprobedone()
|
| /freebsd-14.2/contrib/tcsh/ |
| H A D | complete.tcsh | 223 lcase notrunc ucase swab noerror sync)"/,\ 225 lcase notrunc ucase swab noerror sync)"/,\
|
| /freebsd-14.2/contrib/unbound/doc/ |
| H A D | Changelog | 829 - Fix #946: Forwarder returns servfail on upstream response noerror no 1141 This turns completely empty responses, a type of noerror/nodata into 10954 - hardening, if error reply with rcode=0 (noerror) send servfail. 11331 - nsec3 support for cname chain ending in noerror or nodata.
|