Searched refs:startoffset (Results 1 - 25 of 31) sorted by relevance

12

/netbsd-current/crypto/external/bsd/openssl.old/dist/util/perl/TLSProxy/
H A DMessage.pm140 my $startoffset = -1;
154 $startoffset = -1;
215 $startoffset);
243 $startoffset = $recoffset;
256 $startoffset);
305 my ($server, $mt, $data, $startoffset) = @_;
315 $startoffset,
324 $startoffset,
333 $startoffset,
342 $startoffset,
592 sub startoffset subroutine
[all...]
H A DNewSessionTicket.pm21 $startoffset,
29 $startoffset,
H A DCertificateRequest.pm21 $startoffset,
29 $startoffset,
H A DCertificateVerify.pm21 $startoffset,
29 $startoffset,
H A DEncryptedExtensions.pm21 $startoffset,
29 $startoffset,
H A DServerKeyExchange.pm21 $startoffset,
29 $startoffset,
H A DCertificate.pm21 $startoffset,
29 $startoffset,
H A DServerHello.pm26 $startoffset,
34 $startoffset,
H A DClientHello.pm21 $startoffset,
29 $startoffset,
/netbsd-current/crypto/external/bsd/openssl/dist/util/perl/TLSProxy/
H A DMessage.pm140 my $startoffset = -1;
154 $startoffset = -1;
215 $startoffset);
243 $startoffset = $recoffset;
256 $startoffset);
305 my ($server, $mt, $data, $startoffset) = @_;
315 $startoffset,
324 $startoffset,
333 $startoffset,
342 $startoffset,
592 sub startoffset subroutine
[all...]
H A DNewSessionTicket.pm21 $startoffset,
29 $startoffset,
H A DEncryptedExtensions.pm21 $startoffset,
29 $startoffset,
H A DCertificateVerify.pm21 $startoffset,
29 $startoffset,
H A DCertificateRequest.pm21 $startoffset,
29 $startoffset,
H A DServerKeyExchange.pm21 $startoffset,
29 $startoffset,
H A DCertificate.pm21 $startoffset,
29 $startoffset,
H A DServerHello.pm26 $startoffset,
34 $startoffset,
H A DClientHello.pm21 $startoffset,
29 $startoffset,
/netbsd-current/sys/ufs/lfs/
H A Dlfs_pages.c242 off_t startoffset, off_t endoffset, off_t blkeof,
261 soff = startoffset;
427 off_t origoffset, startoffset, endoffset, origendoffset, blkeof; local
523 startoffset = origoffset & ~(lfs_sb_getbmask(fs));
535 KASSERT(startoffset > 0 || endoffset >= startoffset);
536 if (startoffset == endoffset) {
539 DLOG((DLOG_PAGE, "lfs_putpages: startoffset = endoffset = %"
540 PRId64 "\n", startoffset));
544 ap->a_offlo = startoffset;
241 check_dirty(struct lfs *fs, struct vnode *vp, off_t startoffset, off_t endoffset, off_t blkeof, int flags, int checkfirst, struct vm_page **pgp) argument
[all...]
H A Dlfs_balloc.c120 lfs_balloc(struct vnode *vp, off_t startoffset, int iosize, kauth_cred_t cred, argument
141 offset = lfs_blkoff(fs, startoffset);
147 lbn = lfs_lblkno(fs, startoffset);
/netbsd-current/sys/external/bsd/libfdt/dist/
H A Dfdt.c133 uint32_t fdt_next_tag(const void *fdt, int startoffset, int *nextoffset) argument
137 int offset = startoffset;
179 if (!fdt_offset_ptr(fdt, startoffset, offset - startoffset))
H A Dfdt_ro.c632 int fdt_node_offset_by_prop_value(const void *fdt, int startoffset, argument
647 for (offset = fdt_next_node(fdt, startoffset, NULL);
814 int fdt_node_offset_by_compatible(const void *fdt, int startoffset, argument
826 for (offset = fdt_next_node(fdt, startoffset, NULL);
H A Dlibfdt.h943 * @startoffset: only find nodes after this offset
949 * node after startoffset, which has a property named propname whose
951 * startoffset is -1, the very first such node in the tree.
968 * structure block offset of the located node (>= 0, >startoffset),
971 * tree after startoffset
978 int fdt_node_offset_by_prop_value(const void *fdt, int startoffset,
1031 * @startoffset: only find nodes after this offset
1035 * node after startoffset, which has a 'compatible' property which
1036 * lists the given compatible string; or if startoffset is -1, the
1052 * structure block offset of the located node (>= 0, >startoffset),
[all...]
/netbsd-current/sys/miscfs/genfs/
H A Dgenfs_io.c302 const off_t startoffset = trunc_blk(origoffset); local
306 const int ridx = (origoffset - startoffset) >> PAGE_SHIFT;
309 ((endoffset - startoffset) >> PAGE_SHIFT);
325 ridx, npages, startoffset, endoffset);
448 npages = (endoffset - startoffset) >> PAGE_SHIFT;
449 if (startoffset != origoffset || npages != orignmempages) {
462 startoffset, endoffset, 0,0);
464 if (uvn_findpages(uobj, startoffset, &npgs, pgs, NULL,
478 error = genfs_getpages_read(vp, pgs, npages, startoffset, diskeof,
577 off_t startoffset, off_
576 genfs_getpages_read(struct vnode *vp, struct vm_page **pgs, int npages, off_t startoffset, off_t diskeof, bool async, bool memwrite, bool blockalloc, bool glocked) argument
1440 off_t eof, offset, startoffset; local
[all...]
/netbsd-current/crypto/external/bsd/openssl.old/dist/test/recipes/
H A D70-test_sslsessiontick.t188 my $offset = $message->startoffset + $message->encoded_length;

Completed in 300 milliseconds

12