| /freebsd-12.1/lib/libsecureboot/openpgp/ |
| H A D | opgp_sig.c | 290 unsigned char *sdata, size_t sbytes, 318 sdata = ddata = dearmor((char *)sdata, sbytes, &sbytes); 320 rc = decode_packet(2, &ptr, sbytes, (decoder_t)decode_sig, sig); 468 size_t fbytes, sbytes; 470 if ((sdata = read_file(sigfile, &sbytes))) { 476 sbytes, flags)) {
|
| H A D | opgp_key.c | 395 size_t fbytes, sbytes; in openpgp_self_tests() local 402 sbytes = strlen(sdata); in openpgp_self_tests() 405 (unsigned char *)sdata, sbytes, 0); in openpgp_self_tests()
|
| H A D | packet.h | 72 unsigned char *sdata, size_t sbytes, int flags);
|
| /freebsd-12.1/sys/kern/ |
| H A D | kern_sendfile.c | 505 off_t off, sbytes, rem, obj_size; in vn_sendfile() local 512 hdrlen = sbytes = 0; in vn_sendfile() 852 sbytes += space + hdrlen; in vn_sendfile() 868 sbytes += td->td_retval[0]; in vn_sendfile() 883 (*sent) = sbytes; in vn_sendfile() 916 off_t sbytes; in sendfile() local 926 sbytes = 0; in sendfile() 970 uap->nbytes, &sbytes, uap->flags, td); in sendfile() 973 if (uap->sbytes != NULL) in sendfile() 974 copyout(&sbytes, uap->sbytes, sizeof(off_t)); in sendfile() [all …]
|
| H A D | systrace_args.c | 1945 uarg[5] = (intptr_t) p->sbytes; /* off_t * */ in systrace_args()
|
| /freebsd-12.1/crypto/openssl/engines/ |
| H A D | e_afalg.c | 413 ssize_t sbytes; in afalg_start_cipher_sk() local 450 sbytes = sendmsg(actx->sfd, &msg, 0); in afalg_start_cipher_sk() 451 if (sbytes < 0) { in afalg_start_cipher_sk() 477 sbytes = sendmsg(actx->sfd, &msg, 0); in afalg_start_cipher_sk() 478 if (sbytes < 0) { in afalg_start_cipher_sk() 484 if (sbytes != (ssize_t) inl) { in afalg_start_cipher_sk() 485 ALG_WARN("Cipher operation send bytes %zd != inlen %zd\n", sbytes, in afalg_start_cipher_sk()
|
| /freebsd-12.1/tests/sys/fs/fusefs/ |
| H A D | read.cc | 794 off_t sbytes; in TEST_F() local 817 ASSERT_EQ(0, sendfile(fd, sp[1], 0, bufsize, NULL, &sbytes, 0)) in TEST_F() 839 off_t sbytes; in TEST_F() local 855 ASSERT_NE(0, sendfile(fd, sp[1], 0, bufsize, NULL, &sbytes, 0)); in TEST_F()
|
| /freebsd-12.1/lib/libc/tests/sys/ |
| H A D | sendfile_test.c | 880 off_t sbytes; in sbytes_positive_test() local 891 error = sendfile(fd, client_sock, 0, 0, NULL, &sbytes, SF_FLAGS(0, 0)); in sbytes_positive_test() 898 ATF_CHECK_EQ_MSG(pattern_size, sbytes, in sbytes_positive_test()
|
| /freebsd-12.1/sys/compat/freebsd32/ |
| H A D | freebsd32_misc.c | 1859 off_t offset, sbytes; in freebsd32_do_sendfile() local 1913 uap->nbytes, &sbytes, uap->flags, td); in freebsd32_do_sendfile() 1916 if (uap->sbytes != NULL) in freebsd32_do_sendfile() 1917 copyout(&sbytes, uap->sbytes, sizeof(off_t)); in freebsd32_do_sendfile()
|
| H A D | freebsd32_proto.h | 314 char sbytes_l_[PADL_(off_t *)]; off_t * sbytes; char sbytes_r_[PADR_(off_t *)]; member 993 char sbytes_l_[PADL_(off_t *)]; off_t * sbytes; char sbytes_r_[PADR_(off_t *)]; member
|
| H A D | freebsd32_systrace_args.c | 1842 uarg[6] = (intptr_t) p->sbytes; /* off_t * */ in systrace_args()
|
| /freebsd-12.1/sys/sys/ |
| H A D | sysproto.h | 1045 char sbytes_l_[PADL_(off_t *)]; off_t * sbytes; char sbytes_r_[PADR_(off_t *)]; member 2386 char sbytes_l_[PADL_(off_t *)]; off_t * sbytes; char sbytes_r_[PADR_(off_t *)]; member
|