| /freebsd/crypto/openssl/util/perl/TLSProxy/ |
| H A D | Message.pm | 154 my $startoffset = -1; 168 $startoffset = -1; 236 $payload, $startoffset, $isdtls); 279 $startoffset = $recoffset; 293 $payload, $startoffset, $isdtls); 342 my ($server, $mt, $msgseq, $msgfrag, $msgfragoffs, $data, $startoffset, $isdtls) = @_; 354 $startoffset, 367 $startoffset, 380 $startoffset, 393 $startoffset, 737 sub startoffset global() subroutine [all...] |
| H A D | NewSessionTicket.pm | 25 $startoffset, 36 $startoffset, 48 $startoffset, 59 $startoffset, 73 $startoffset, 85 $startoffset,
|
| H A D | NextProto.pm | 25 $startoffset, 37 $startoffset,
|
| H A D | HelloVerifyRequest.pm | 28 $startoffset, 40 $startoffset,
|
| H A D | CertificateVerify.pm | 25 $startoffset, 37 $startoffset,
|
| H A D | EncryptedExtensions.pm | 25 $startoffset, 37 $startoffset,
|
| H A D | CertificateRequest.pm | 25 $startoffset, 37 $startoffset,
|
| H A D | ServerKeyExchange.pm | 25 $startoffset, 37 $startoffset,
|
| H A D | ServerHello.pm | 32 $startoffset, 44 $startoffset,
|
| H A D | Certificate.pm | 25 $startoffset, 37 $startoffset,
|
| H A D | ClientHello.pm | 27 $startoffset, 39 $startoffset,
|
| /freebsd/sys/contrib/libfdt/ |
| H A D | fdt.c | 94 uint32_t fdt_next_tag(const void *fdt, int startoffset, int *nextoffset) in fdt_next_tag() argument 98 int offset = startoffset; in fdt_next_tag() 140 if (!fdt_offset_ptr(fdt, startoffset, offset - startoffset)) in fdt_next_tag()
|
| H A D | fdt_ro.c | 568 int fdt_node_offset_by_prop_value(const void *fdt, int startoffset, in fdt_node_offset_by_prop_value() argument 583 for (offset = fdt_next_node(fdt, startoffset, NULL); in fdt_node_offset_by_prop_value() 750 int fdt_node_offset_by_compatible(const void *fdt, int startoffset, in fdt_node_offset_by_compatible() argument 762 for (offset = fdt_next_node(fdt, startoffset, NULL); in fdt_node_offset_by_compatible()
|
| H A D | libfdt.h | 885 int fdt_node_offset_by_prop_value(const void *fdt, int startoffset, 969 int fdt_node_offset_by_compatible(const void *fdt, int startoffset,
|
| /freebsd/crypto/openssh/regress/ |
| H A D | integrity.sh | 9 startoffset=2900 31 for off in `jot $tries $startoffset`; do
|
| /freebsd/sys/ufs/ffs/ |
| H A D | ffs_balloc.c | 89 ffs_balloc_ufs1(struct vnode *vp, off_t startoffset, int size, in ffs_balloc_ufs1() argument 115 lbn = lblkno(fs, startoffset); in ffs_balloc_ufs1() 116 size = blkoff(fs, startoffset) + size; in ffs_balloc_ufs1() 594 ffs_balloc_ufs2(struct vnode *vp, off_t startoffset, int size, in ffs_balloc_ufs2() argument 618 lbn = lblkno(fs, startoffset); in ffs_balloc_ufs2() 619 size = blkoff(fs, startoffset) + size; in ffs_balloc_ufs2()
|
| /freebsd/crypto/openssl/test/recipes/ |
| H A D | 70-test_sslsessiontick.t | 186 my $offset = $message->startoffset + $message->encoded_length;
|
| /freebsd/sys/fs/ext2fs/ |
| H A D | ext2_lookup.c | 150 off_t offset, startoffset; in ext2_readdir() local 178 offset = startoffset = uio->uio_offset; in ext2_readdir() 225 if (offset < startoffset || le32toh(dp->e2d_ino) == 0) in ext2_readdir()
|
| /freebsd/usr.sbin/makefs/ |
| H A D | cd9660.c | 464 int64_t startoffset; in cd9660_makefs() local 565 startoffset = diskStructure->sectorSize*diskStructure->dataFirstSector; in cd9660_makefs() 567 totalSpace = cd9660_compute_offsets(diskStructure, real_root, startoffset); in cd9660_makefs()
|
| /freebsd/sys/ufs/ufs/ |
| H A D | ufs_vnops.c | 2400 off_t offset, startoffset; in ufs_readdir() local 2430 offset = startoffset = uio->uio_offset; in ufs_readdir() 2469 if (offset < startoffset || dp->d_ino == 0) in ufs_readdir()
|