Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/bn/
H A Dbn_mod.c56 size_t i, ai, bi, mtop = m->top; in bn_mod_add_fixed_top() local
61 if (bn_wexpand(r, mtop) == NULL) in bn_mod_add_fixed_top()
64 if (mtop > sizeof(storage) / sizeof(storage[0])) { in bn_mod_add_fixed_top()
65 tp = OPENSSL_malloc(mtop * sizeof(BN_ULONG)); in bn_mod_add_fixed_top()
75 for (i = 0, ai = 0, bi = 0, carry = 0; i < mtop;) { in bn_mod_add_fixed_top()
89 carry -= bn_sub_words(rp, tp, m->d, mtop); in bn_mod_add_fixed_top()
90 for (i = 0; i < mtop; i++) { in bn_mod_add_fixed_top()
94 r->top = mtop; in bn_mod_add_fixed_top()
140 size_t i, ai, bi, mtop = m->top; in bn_mod_sub_fixed_top() local
144 if (bn_wexpand(r, mtop) == NULL) in bn_mod_sub_fixed_top()
[all …]
/freebsd/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()
/freebsd/sys/sys/
H A Dmtio.h45 struct mtop { struct
311 #define MTIOCTOP _IOW('m', 1, struct mtop) /* do a mag tape op */
/freebsd/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()
/freebsd/bin/dd/
H A Dposition.c153 struct mtop t_op; in pos_out()
/freebsd/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()
/freebsd/usr.bin/tcopy/
H A Dtcopy.c306 struct mtop op; in writeop()
/freebsd/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);
/freebsd/sbin/restore/
H A Dtape.c525 struct mtop tcom; in setdumpnum()
/freebsd/usr.bin/mt/
H A Dmt.c197 struct mtop mt_com; in main()
/freebsd/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()