Searched refs:mtop (Results 1 – 13 of 13) sorted by relevance
/freebsd/crypto/openssl/crypto/bn/ |
H A D | bn_mod.c | 56 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 D | rmt.c | 155 { 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 D | mtio.h | 45 struct mtop { struct 311 #define MTIOCTOP _IOW('m', 1, struct mtop) /* do a mag tape op */
|
/freebsd/bin/pax/ |
H A D | ar_io.c | 708 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 D | position.c | 153 struct mtop t_op; in pos_out()
|
/freebsd/sys/netsmb/ |
H A D | smb_rq.c | 418 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 D | tcopy.c | 306 struct mtop op; in writeop()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_platform_limits_freebsd.cpp | 208 unsigned struct_mtop_sz = sizeof(struct mtop);
|
H A D | sanitizer_platform_limits_posix.cpp | 502 unsigned struct_mtop_sz = sizeof(struct mtop);
|
H A D | sanitizer_platform_limits_netbsd.cpp | 887 unsigned struct_mtop_sz = sizeof(mtop);
|
/freebsd/sbin/restore/ |
H A D | tape.c | 525 struct mtop tcom; in setdumpnum()
|
/freebsd/usr.bin/mt/ |
H A D | mt.c | 197 struct mtop mt_com; in main()
|
/freebsd/sys/cam/scsi/ |
H A D | scsi_sa.c | 1616 struct mtop *mt = (struct mtop *) arg; in saioctl() 1825 struct mtop *mt; in saioctl() 1830 mt = (struct mtop *)arg; in saioctl()
|