| /freebsd-12-stable/contrib/bc/tests/bc/ |
| 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) 124 sbytes(-129) 125 sbytes(254) [all …]
|
| /freebsd-12-stable/lib/libsecureboot/openpgp/ |
| 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)) {
|
| 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()
|
| D | packet.h | 72 unsigned char *sdata, size_t sbytes, int flags);
|
| /freebsd-12-stable/sys/kern/ |
| D | kern_sendfile.c | 538 off_t off, sbytes, rem, obj_size; in vn_sendfile() local 545 hdrlen = sbytes = 0; in vn_sendfile() 886 sbytes += space + hdrlen; in vn_sendfile() 902 sbytes += td->td_retval[0]; in vn_sendfile() 917 (*sent) = sbytes; in vn_sendfile() 952 off_t sbytes; in sendfile() local 962 sbytes = 0; in sendfile() 1006 uap->nbytes, &sbytes, uap->flags, td); in sendfile() 1009 if (uap->sbytes != NULL) in sendfile() 1010 copyout(&sbytes, uap->sbytes, sizeof(off_t)); in sendfile() [all …]
|
| D | systrace_args.c | 1945 uarg[5] = (intptr_t) p->sbytes; /* off_t * */ in systrace_args()
|
| /freebsd-12-stable/crypto/openssl/engines/ |
| 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-stable/contrib/bc/gen/ |
| 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-12-stable/lib/libc/tests/sys/ |
| 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-stable/tests/sys/fs/fusefs/ |
| D | read.cc | 1206 off_t sbytes; in TEST_F() local 1229 ASSERT_EQ(0, sendfile(fd, sp[1], 0, bufsize, NULL, &sbytes, 0)) in TEST_F() 1251 off_t sbytes; in TEST_F() local 1267 ASSERT_NE(0, sendfile(fd, sp[1], 0, bufsize, NULL, &sbytes, 0)); in TEST_F()
|
| /freebsd-12-stable/sys/compat/freebsd32/ |
| D | freebsd32_misc.c | 1846 off_t offset, sbytes; in freebsd32_do_sendfile() local 1900 uap->nbytes, &sbytes, uap->flags, td); in freebsd32_do_sendfile() 1903 if (uap->sbytes != NULL) in freebsd32_do_sendfile() 1904 copyout(&sbytes, uap->sbytes, sizeof(off_t)); in freebsd32_do_sendfile()
|
| D | freebsd32_proto.h | 317 char sbytes_l_[PADL_(off_t *)]; off_t * sbytes; char sbytes_r_[PADR_(off_t *)]; member 1006 char sbytes_l_[PADL_(off_t *)]; off_t * sbytes; char sbytes_r_[PADR_(off_t *)]; member
|
| D | freebsd32_systrace_args.c | 1842 uarg[6] = (intptr_t) p->sbytes; /* off_t * */ in systrace_args()
|
| /freebsd-12-stable/sys/sys/ |
| D | sysproto.h | 1045 char sbytes_l_[PADL_(off_t *)]; off_t * sbytes; char sbytes_r_[PADR_(off_t *)]; member 2401 char sbytes_l_[PADL_(off_t *)]; off_t * sbytes; char sbytes_r_[PADR_(off_t *)]; member
|