Home
last modified time | relevance | path

Searched refs:sbytes (Results 1 – 14 of 14) sorted by relevance

/freebsd-12-stable/contrib/bc/tests/bc/
Dlib2.txt116 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/
Dopgp_sig.c290 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)) {
Dopgp_key.c395 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()
Dpacket.h72 unsigned char *sdata, size_t sbytes, int flags);
/freebsd-12-stable/sys/kern/
Dkern_sendfile.c538 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 …]
Dsystrace_args.c1945 uarg[5] = (intptr_t) p->sbytes; /* off_t * */ in systrace_args()
/freebsd-12-stable/crypto/openssl/engines/
De_afalg.c413 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/
Dlib2.bc250 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/
Dsendfile_test.c880 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/
Dread.cc1206 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/
Dfreebsd32_misc.c1846 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()
Dfreebsd32_proto.h317 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
Dfreebsd32_systrace_args.c1842 uarg[6] = (intptr_t) p->sbytes; /* off_t * */ in systrace_args()
/freebsd-12-stable/sys/sys/
Dsysproto.h1045 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