| /netbsd/src/tests/crypto/opencrypto/ |
| D | h_ioctl.c | 153 struct crypt_mop mop; in test_ncryptm() local 166 memset(&mop, 0, sizeof(mop)); in test_ncryptm() 167 mop.count = COUNT; in test_ncryptm() 168 mop.reqs = css; in test_ncryptm() 170 ret = ioctl(fd, CIOCNCRYPTM, &mop); in test_ncryptm() 187 struct crypt_mop mop; in test_ncryptretm() local 215 memset(&mop, 0, sizeof(mop)); in test_ncryptretm() 216 mop.count = COUNT; in test_ncryptretm() 217 mop.reqs = cnos; in test_ncryptretm() 218 ret = ioctl(fd, CIOCNCRYPTM, &mop); in test_ncryptretm() [all …]
|
| /netbsd/src/sys/arch/vax/boot/boot/ |
| D | Makefile | 8 PROGS= ${PROG} ${PROG}.mop 20 CLEANFILES+=${PROG} ${PROG}.sym ${PROG}.mop 49 ${PROG}.mop: ${PROG} 50 ${MOPCOPY} ${PROG} ${PROG}.mop 59 proginstall-${PROG}.mop: 61 ${PROG}.mop ${DESTDIR}${MDEC_DIR}/${PROG}.mop
|
| /netbsd/src/distrib/vax/ |
| D | Makefile | 10 ${DESTDIR}/usr/mdec/boot.mop 13 ${RELEASE_INSTALL} ${DESTDIR}/usr/mdec/boot.mop \
|
| /netbsd/src/external/gpl3/binutils/dist/gas/config/ |
| D | tc-s390.c | 2402 unsigned short mop; in md_apply_fix() local 2407 mop = bfd_getb16 ((unsigned char *) where); in md_apply_fix() 2408 mop |= (unsigned short) (value & 0xfff); in md_apply_fix() 2409 bfd_putb16 ((bfd_vma) mop, (unsigned char *) where); in md_apply_fix() 2418 unsigned int mop; in md_apply_fix() local 2419 mop = bfd_getb32 ((unsigned char *) where); in md_apply_fix() 2420 mop |= (unsigned int) ((value & 0xfff) << 8 | in md_apply_fix() 2422 bfd_putb32 ((bfd_vma) mop, (unsigned char *) where); in md_apply_fix() 2459 unsigned int mop; in md_apply_fix() local 2462 mop = bfd_getb32 ((unsigned char *) where - 1); in md_apply_fix() [all …]
|
| /netbsd/src/sys/opencrypto/ |
| D | cryptodev.c | 231 struct crypt_mop *mop; in cryptof_ioctl() local 358 mop = (struct crypt_mop *)data; in cryptof_ioctl() 359 if (mop->count <= 0 in cryptof_ioctl() 360 || SIZE_MAX / sizeof(struct crypt_n_op) <= mop->count) { in cryptof_ioctl() 364 cnop = kmem_alloc((mop->count * sizeof(struct crypt_n_op)), in cryptof_ioctl() 366 error = copyin(mop->reqs, cnop, in cryptof_ioctl() 367 (mop->count * sizeof(struct crypt_n_op))); in cryptof_ioctl() 369 error = cryptodev_mop(fcr, cnop, mop->count, curlwp); in cryptof_ioctl() 371 error = copyout(cnop, mop->reqs, in cryptof_ioctl() 372 (mop->count * sizeof(struct crypt_n_op))); in cryptof_ioctl() [all …]
|
| /netbsd/src/distrib/sets/lists/base/ |
| D | md.vax | 8 ./usr/mdec/boot.mop base-sysutil-bin
|
| /netbsd/src/sys/net/ |
| D | ppp-deflate.c | 462 z_decompress(void *arg, struct mbuf *mi, struct mbuf **mop) in z_decompress() argument 471 *mop = NULL; in z_decompress() 600 *mop = mo_head; in z_decompress()
|
| /netbsd/src/external/bsd/openldap/dist/servers/slapd/ |
| D | modify.c | 1029 ber_int_t mop; in slap_parse_modlist() local 1034 if ( ber_scanf( ber, "{e{m[W]}}", &mop, in slap_parse_modlist() 1043 mod->sml_op = mop; in slap_parse_modlist() 1052 switch( mop ) { in slap_parse_modlist()
|
| D | value.c | 427 int mop ) in ordered_value_validate() argument 453 … if ( mop == LDAP_MOD_DELETE && BER_BVISEMPTY( &bv ) ) { in ordered_value_validate()
|
| D | bconfig.c | 6161 int mop = ml->sml_op; in config_modify_internal() local 6197 if ( mop == SLAP_MOD_SOFTADD ) { in config_modify_internal() 6201 mop = LDAP_MOD_ADD; in config_modify_internal() 6203 ml->sml_op = mop; in config_modify_internal()
|
| D | proto-slap.h | 1992 int mop ));
|
| /netbsd/src/sys/arch/sparc64/sparc64/ |
| D | copy.S | 1100 ! mop up trailing word (if present) and byte (if present). 1102 be Lkcopy_mopb ! no word, go mop up byte 1116 ! mop up trailing byte (if present).
|
| /netbsd/src/external/gpl3/binutils/dist/opcodes/ |
| D | sparc-opc.c | 1455 #define fmovrs(mop, mask, flags) /* v9 */ \ argument 1456 …fmrrs(mop, F3(2, 0x35, 0)|OPF_LOW5(5)|RCOND(mask), F3(~2, ~0x35, 0)|OPF_LOW5(~5)|RCOND(~(mask)), (… 1457 #define fmovrd(mop, mask, flags) /* v9 */ \ argument 1458 …fmrrd(mop, F3(2, 0x35, 0)|OPF_LOW5(6)|RCOND(mask), F3(~2, ~0x35, 0)|OPF_LOW5(~6)|RCOND(~(mask)), (… 1459 #define fmovrq(mop, mask, flags) /* v9 */ \ argument 1460 …fmrrq(mop, F3(2, 0x35, 0)|OPF_LOW5(7)|RCOND(mask), F3(~2, ~0x35, 0)|OPF_LOW5(~7)|RCOND(~(mask)), (…
|
| /netbsd/src/external/gpl3/gdb/dist/opcodes/ |
| D | sparc-opc.c | 1455 #define fmovrs(mop, mask, flags) /* v9 */ \ argument 1456 …fmrrs(mop, F3(2, 0x35, 0)|OPF_LOW5(5)|RCOND(mask), F3(~2, ~0x35, 0)|OPF_LOW5(~5)|RCOND(~(mask)), (… 1457 #define fmovrd(mop, mask, flags) /* v9 */ \ argument 1458 …fmrrd(mop, F3(2, 0x35, 0)|OPF_LOW5(6)|RCOND(mask), F3(~2, ~0x35, 0)|OPF_LOW5(~6)|RCOND(~(mask)), (… 1459 #define fmovrq(mop, mask, flags) /* v9 */ \ argument 1460 …fmrrq(mop, F3(2, 0x35, 0)|OPF_LOW5(7)|RCOND(mask), F3(~2, ~0x35, 0)|OPF_LOW5(~7)|RCOND(~(mask)), (…
|
| /netbsd/src/sys/arch/sparc/sparc/ |
| D | locore.s | 5418 ! mop up trailing word (if present) and byte (if present). 5420 be Lbcopy_mopb ! no word, go mop up byte 5430 ! mop up trailing byte (if present). 5601 ! mop up trailing word (if present) and byte (if present). 5603 be Lkcopy_mopb ! no word, go mop up byte 5615 ! mop up trailing byte (if present).
|
| /netbsd/src/external/gpl3/gdb/dist/sim/h8300/ |
| D | ChangeLog-2021 | 1427 * compile.c (mop): New function to do multiplies.
|
| /netbsd/src/share/dict/ |
| D | web2a | 16923 dish mop 17315 dolly-mop 22317 floor mop 35956 mop-up
|
| D | web2 | 119689 mop
|
| /netbsd/src/doc/ |
| D | CHANGES.prev | 7089 mopd(8): Added "-s <mopdir>" to avoid hard coding /tftpboot/mop.
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | ChangeLog-2003 | 24861 mop up unnecessarly moves through LO.
|
| /netbsd/src/external/gpl3/gcc/dist/ |
| D | MD5SUMS | 37824 202a197f8688ccf7f91e291d3705a782 gcc/testsuite/gcc.dg/cpp/if-mop.c
|