Home
last modified time | relevance | path

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

/freebsd-12-stable/crypto/openssl/crypto/bn/
Dbn_mod.c51 size_t i, ai, bi, mtop = m->top; in bn_mod_add_fixed_top() local
56 if (bn_wexpand(r, mtop) == NULL) in bn_mod_add_fixed_top()
59 if (mtop > sizeof(storage) / sizeof(storage[0]) in bn_mod_add_fixed_top()
60 && (tp = OPENSSL_malloc(mtop * sizeof(BN_ULONG))) == NULL) in bn_mod_add_fixed_top()
66 for (i = 0, ai = 0, bi = 0, carry = 0; i < mtop;) { in bn_mod_add_fixed_top()
80 carry -= bn_sub_words(rp, tp, m->d, mtop); in bn_mod_add_fixed_top()
81 for (i = 0; i < mtop; i++) { in bn_mod_add_fixed_top()
85 r->top = mtop; in bn_mod_add_fixed_top()
131 size_t i, ai, bi, mtop = m->top; in bn_mod_sub_fixed_top() local
135 if (bn_wexpand(r, mtop) == NULL) in bn_mod_sub_fixed_top()
[all …]
/freebsd-12-stable/usr.sbin/rmt/
Drmt.c169 { struct mtop mtop; in main() local
170 mtop.mt_op = atoi(op); in main()
171 mtop.mt_count = atoi(count); in main()
172 if (ioctl(tape, MTIOCTOP, (char *)&mtop) < 0) in main()
174 rval = mtop.mt_count; in main()
/freebsd-12-stable/sys/sys/
Dmtio.h48 struct mtop { struct
315 #define MTIOCTOP _IOW('m', 1, struct mtop) /* do a mag tape op */
/freebsd-12-stable/bin/pax/
Dar_io.c726 struct mtop mb; in ar_rdsync()
869 struct mtop mb; in ar_rev()
1003 struct mtop mb; in get_phys()
/freebsd-12-stable/bin/dd/
Dposition.c161 struct mtop t_op; in pos_out()
/freebsd-12-stable/sys/netsmb/
Dsmb_rq.c426 smb_t2_placedata(struct mbuf *mtop, u_int16_t offset, u_int16_t count, in smb_t2_placedata() argument
432 len = m_length(mtop, NULL); in smb_t2_placedata()
436 m0 = m_split(mtop, offset, M_WAITOK); in smb_t2_placedata()
/freebsd-12-stable/usr.bin/tcopy/
Dtcopy.c308 struct mtop op; in writeop()
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_freebsd.cpp191 unsigned struct_mtop_sz = sizeof(struct mtop);
Dsanitizer_platform_limits_posix.cpp453 unsigned struct_mtop_sz = sizeof(struct mtop);
Dsanitizer_platform_limits_netbsd.cpp886 unsigned struct_mtop_sz = sizeof(mtop);
/freebsd-12-stable/usr.bin/mt/
Dmt.c212 struct mtop mt_com; in main()
/freebsd-12-stable/sbin/restore/
Dtape.c533 struct mtop tcom; in setdumpnum()
/freebsd-12-stable/sys/cam/scsi/
Dscsi_sa.c1623 struct mtop *mt = (struct mtop *) arg; in saioctl()
1832 struct mtop *mt; in saioctl()
1837 mt = (struct mtop *)arg; in saioctl()