Searched refs:mtop (Results 1 – 13 of 13) sorted by relevance
| /src/crypto/openssl/crypto/bn/ |
| H A D | bn_mod.c | 57 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 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()
|
| /src/sys/sys/ |
| H A D | mtio.h | 45 struct mtop { struct 311 #define MTIOCTOP _IOW('m', 1, struct mtop) /* do a mag tape op */
|
| /src/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()
|
| /src/bin/dd/ |
| H A D | position.c | 153 struct mtop t_op; in pos_out()
|
| /src/usr.bin/tcopy/ |
| H A D | tcopy.cc | 146 struct mtop op; in file_mark() 157 struct mtop op; in rewind() 474 struct mtop mt; in open_arg()
|
| /src/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()
|
| /src/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);
|
| /src/sbin/restore/ |
| H A D | tape.c | 525 struct mtop tcom; in setdumpnum()
|
| /src/usr.bin/mt/ |
| H A D | mt.c | 197 struct mtop mt_com; in main()
|
| /src/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()
|