Searched refs:mtop (Results 1 – 13 of 13) sorted by relevance
| /freebsd-12-stable/crypto/openssl/crypto/bn/ |
| D | bn_mod.c | 51 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/ |
| D | rmt.c | 169 { 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/ |
| D | mtio.h | 48 struct mtop { struct 315 #define MTIOCTOP _IOW('m', 1, struct mtop) /* do a mag tape op */
|
| /freebsd-12-stable/bin/pax/ |
| D | ar_io.c | 726 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/ |
| D | position.c | 161 struct mtop t_op; in pos_out()
|
| /freebsd-12-stable/sys/netsmb/ |
| D | smb_rq.c | 426 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/ |
| D | tcopy.c | 308 struct mtop op; in writeop()
|
| /freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| D | sanitizer_platform_limits_freebsd.cpp | 191 unsigned struct_mtop_sz = sizeof(struct mtop);
|
| D | sanitizer_platform_limits_posix.cpp | 453 unsigned struct_mtop_sz = sizeof(struct mtop);
|
| D | sanitizer_platform_limits_netbsd.cpp | 886 unsigned struct_mtop_sz = sizeof(mtop);
|
| /freebsd-12-stable/usr.bin/mt/ |
| D | mt.c | 212 struct mtop mt_com; in main()
|
| /freebsd-12-stable/sbin/restore/ |
| D | tape.c | 533 struct mtop tcom; in setdumpnum()
|
| /freebsd-12-stable/sys/cam/scsi/ |
| D | scsi_sa.c | 1623 struct mtop *mt = (struct mtop *) arg; in saioctl() 1832 struct mtop *mt; in saioctl() 1837 mt = (struct mtop *)arg; in saioctl()
|