Home
last modified time | relevance | path

Searched refs:mtop (Results 1 – 13 of 13) sorted by relevance

/src/crypto/openssl/crypto/bn/
H A Dbn_mod.c57 size_t i, ai, bi, mtop = m->top; in bn_mod_add_fixed_top() local
62 if (bn_wexpand(r, mtop) == NULL) in bn_mod_add_fixed_top()
65 if (mtop > OSSL_NELEM(storage)) { in bn_mod_add_fixed_top()
66 tp = OPENSSL_malloc(mtop * sizeof(BN_ULONG)); in bn_mod_add_fixed_top()
74 for (i = 0, ai = 0, bi = 0, carry = 0; i < mtop;) { in bn_mod_add_fixed_top()
88 carry -= bn_sub_words(rp, tp, m->d, mtop); in bn_mod_add_fixed_top()
89 for (i = 0; i < mtop; i++) { in bn_mod_add_fixed_top()
93 r->top = mtop; in bn_mod_add_fixed_top()
139 size_t i, ai, bi, mtop = m->top; in bn_mod_sub_fixed_top() local
143 if (bn_wexpand(r, mtop) == NULL) in bn_mod_sub_fixed_top()
[all …]
/src/usr.sbin/rmt/
H A Drmt.c155 { struct mtop mtop; in main() local
156 mtop.mt_op = atoi(op); in main()
157 mtop.mt_count = atoi(count); in main()
158 if (ioctl(tape, MTIOCTOP, (char *)&mtop) < 0) in main()
160 rval = mtop.mt_count; in main()
/src/sys/sys/
H A Dmtio.h45 struct mtop { struct
311 #define MTIOCTOP _IOW('m', 1, struct mtop) /* do a mag tape op */
/src/bin/pax/
H A Dar_io.c708 struct mtop mb; in ar_rdsync()
851 struct mtop mb; in ar_rev()
985 struct mtop mb; in get_phys()
/src/bin/dd/
H A Dposition.c153 struct mtop t_op; in pos_out()
/src/usr.bin/tcopy/
H A Dtcopy.cc146 struct mtop op; in file_mark()
157 struct mtop op; in rewind()
474 struct mtop mt; in open_arg()
/src/sys/netsmb/
H A Dsmb_rq.c418 smb_t2_placedata(struct mbuf *mtop, u_int16_t offset, u_int16_t count, in smb_t2_placedata() argument
424 len = m_length(mtop, NULL); in smb_t2_placedata()
428 m0 = m_split(mtop, offset, M_WAITOK); in smb_t2_placedata()
/src/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_freebsd.cpp208 unsigned struct_mtop_sz = sizeof(struct mtop);
H A Dsanitizer_platform_limits_posix.cpp502 unsigned struct_mtop_sz = sizeof(struct mtop);
H A Dsanitizer_platform_limits_netbsd.cpp887 unsigned struct_mtop_sz = sizeof(mtop);
/src/sbin/restore/
H A Dtape.c525 struct mtop tcom; in setdumpnum()
/src/usr.bin/mt/
H A Dmt.c197 struct mtop mt_com; in main()
/src/sys/cam/scsi/
H A Dscsi_sa.c1616 struct mtop *mt = (struct mtop *) arg; in saioctl()
1825 struct mtop *mt; in saioctl()
1830 mt = (struct mtop *)arg; in saioctl()