Home
last modified time | relevance | path

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

/freebsd/contrib/lib9p/pytest/
H A Dsequencer.py97 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
253 return self._unpack1(self.struct, bstring, offset, noerror)
255 noerror)
260 if noerror:
353 def unpack(self, vdict, cdict, bstring, offset, noerror=False): argument
361 offset = self.sequence.unpack_from(obj, cdict, bstring, offset, noerror)
442 def unpack(self, vdict, cdict, bstring, offset, noerror=False): argument
[all …]
H A Dprotocol.py708 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 Dp9conn.py604 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/sys/cam/ata/
H A Data_xpt.c779 goto noerror; in aprobedone()
788 goto noerror; in aprobedone()
798 goto noerror; in aprobedone()
806 goto noerror; in aprobedone()
837 noerror: in aprobedone()
/freebsd/contrib/tcsh/
H A Dcomplete.tcsh223 lcase notrunc ucase swab noerror sync)"/,\
225 lcase notrunc ucase swab noerror sync)"/,\
/freebsd/contrib/unbound/doc/
H A DChangelog829 - 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.