| /freebsd-13.1/contrib/bc/tests/bc/ |
| H A D | lib2.txt | 116 sbytes(0) 117 sbytes(1) 118 sbytes(-1) 119 sbytes(2) 120 sbytes(127) 121 sbytes(128) 122 sbytes(-127) 123 sbytes(-128) 125 sbytes(254) 126 sbytes(255) [all …]
|
| /freebsd-13.1/lib/libsecureboot/openpgp/ |
| H A D | opgp_sig.c | 288 unsigned char *sdata, size_t sbytes, 316 sdata = ddata = dearmor((char *)sdata, sbytes, &sbytes); 318 rc = decode_packet(2, &ptr, sbytes, (decoder_t)decode_sig, sig); 466 size_t fbytes, sbytes; 468 if ((sdata = read_file(sigfile, &sbytes))) { 474 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-13.1/sys/kern/ |
| H A D | kern_sendfile.c | 694 off_t off, sbytes, rem, obj_size, nobj_size; in vn_sendfile() local 708 hdrlen = sbytes = 0; in vn_sendfile() 1203 sbytes += space + hdrlen; in vn_sendfile() 1219 sbytes += td->td_retval[0]; in vn_sendfile() 1234 (*sent) = sbytes; in vn_sendfile() 1273 off_t sbytes; in sendfile() local 1283 sbytes = 0; in sendfile() 1327 uap->nbytes, &sbytes, uap->flags, td); in sendfile() 1330 if (uap->sbytes != NULL) in sendfile() 1331 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-13.1/crypto/openssl/include/internal/ |
| H A D | ktls.h | 194 off_t sbytes = 0; in ktls_sendfile() local 197 ret = sendfile(fd, s, off, size, NULL, &sbytes, flags); in ktls_sendfile() 198 if (ret == -1 && sbytes == 0) in ktls_sendfile() 200 return sbytes; in ktls_sendfile()
|
| /freebsd-13.1/crypto/openssl/engines/ |
| H A D | e_afalg.c | 413 ssize_t sbytes; in afalg_start_cipher_sk() local 451 sbytes = sendmsg(actx->sfd, &msg, 0); in afalg_start_cipher_sk() 452 if (sbytes < 0) { in afalg_start_cipher_sk() 478 sbytes = sendmsg(actx->sfd, &msg, 0); in afalg_start_cipher_sk() 479 if (sbytes < 0) { in afalg_start_cipher_sk() 485 if (sbytes != (ssize_t) inl) { in afalg_start_cipher_sk() 486 ALG_WARN("Cipher operation send bytes %zd != inlen %zd\n", sbytes, in afalg_start_cipher_sk()
|
| /freebsd-13.1/contrib/bc/gen/ |
| H A D | lib2.bc | 250 define sbytes(x){ 276 define s2u(x){return s2un(x,sbytes(x))} 392 define void int(x){intn(x,sbytes(x))}
|
| /freebsd-13.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-13.1/tests/sys/fs/fusefs/ |
| H A D | read.cc | 1205 off_t sbytes; in TEST_F() local 1228 ASSERT_EQ(0, sendfile(fd, sp[1], 0, bufsize, NULL, &sbytes, 0)) in TEST_F() 1250 off_t sbytes; in TEST_F() local 1266 ASSERT_NE(0, sendfile(fd, sp[1], 0, bufsize, NULL, &sbytes, 0)); in TEST_F()
|
| /freebsd-13.1/sys/compat/freebsd32/ |
| H A D | freebsd32_misc.c | 2049 off_t offset, sbytes; in freebsd32_do_sendfile() local 2103 uap->nbytes, &sbytes, uap->flags, td); in freebsd32_do_sendfile() 2106 if (uap->sbytes != NULL) in freebsd32_do_sendfile() 2107 copyout(&sbytes, uap->sbytes, sizeof(off_t)); in freebsd32_do_sendfile()
|
| H A D | freebsd32_proto.h | 323 char sbytes_l_[PADL_(off_t *)]; off_t * sbytes; char sbytes_r_[PADR_(off_t *)]; member 1021 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-13.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 2467 char sbytes_l_[PADL_(off_t *)]; off_t * sbytes; char sbytes_r_[PADR_(off_t *)]; member
|