Searched refs:sbytes (Results 1 – 7 of 7) sorted by relevance
| /netbsd/src/sys/arch/m68k/m68k/ |
| D | regdump.c | 63 regdump(struct trapframe *tf, int sbytes) in regdump() argument 88 if (sbytes > 0) { in regdump() 98 dumpmem(((int *)(void *)&tf)-1, sbytes, 0); in regdump() 102 dumpmem((int *)tf->tf_regs[SP], sbytes, 1); in regdump()
|
| /netbsd/src/sys/arch/luna68k/stand/boot/ |
| D | machdep.c | 108 regdump(int *rp /* must not be register */, int sbytes) in regdump() argument 140 if (sbytes > 0) { in regdump() 155 dumpmem(((int *)&rp) - 1, sbytes, 0); in regdump() 162 dumpmem((int *)rp[SP], sbytes, 1); in regdump()
|
| /netbsd/src/crypto/external/bsd/openssl/dist/engines/ |
| D | e_afalg.c | 470 ssize_t sbytes; in afalg_start_cipher_sk() local 508 sbytes = sendmsg(actx->sfd, &msg, 0); in afalg_start_cipher_sk() 509 if (sbytes < 0) { in afalg_start_cipher_sk() 535 sbytes = sendmsg(actx->sfd, &msg, 0); in afalg_start_cipher_sk() 536 if (sbytes < 0) { in afalg_start_cipher_sk() 542 if (sbytes != (ssize_t) inl) { in afalg_start_cipher_sk() 543 ALG_WARN("Cipher operation send bytes %zd != inlen %zd\n", sbytes, in afalg_start_cipher_sk()
|
| /netbsd/src/sys/arch/i386/stand/lib/ |
| D | biosdisk.c | 488 if (ed.sbytes >= 512 && in read_gpt() 489 (ed.sbytes & (ed.sbytes - 1)) == 0) in read_gpt() 490 d->ll.secsize = ed.sbytes; in read_gpt() 878 size = ed.totsec * ed.sbytes; in biosdisk_probe() 1179 if (ed.sbytes >= 512 && in biosdisk_read_raidframe() 1180 (ed.sbytes & (ed.sbytes - 1)) == 0) in biosdisk_read_raidframe() 1181 d->ll.secsize = ed.sbytes; in biosdisk_read_raidframe()
|
| D | biosdisk_ll.h | 75 uint16_t sbytes; /* # of bytes per sector */ member
|
| D | bootinfo_biosgeom.c | 104 ed.totsec, ed.sbytes); in bi_getbiosgeom()
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/sh/ |
| D | sh-mem.cc | 440 int sbytes = bytes % 4; in sh_expand_cmpnstr() local 443 if (sbytes == 0) in sh_expand_cmpnstr() 456 while (sbytes--) in sh_expand_cmpnstr()
|