/src/sys/arch/mac68k/include/ |
scsi_5380.h | 43 PAD(pad0); 46 PAD(pad1); 49 PAD(pad2); 52 PAD(pad3); 56 PAD(pad4); 60 PAD(pad5); 64 PAD(pad6);
|
/src/sys/rump/dev/lib/libpad/ |
Makefile | 4 .PATH: ${.CURDIR}/../../../../dev/pad 9 IOCONF= PAD.ioconf 11 SRCS= pad.c
|
/src/sys/ufs/chfs/ |
chfs_wbuf.c | 41 #define PAD(x) (((x)+3)&~3) 59 chfs_flush_wbuf(struct chfs_mount *chmp, int pad) 69 KASSERT(pad == WBUF_SETPAD || pad == WBUF_NOPAD); 72 if (pad == WBUF_SETPAD) { 73 chmp->chm_wbuf_len = PAD(chmp->chm_wbuf_len); 174 if (to != PAD(chmp->chm_wbuf_ofs + chmp->chm_wbuf_len)) { 176 PAD(chmp->chm_wbuf_ofs + chmp->chm_wbuf_len)); 245 * If wbuf has free space, pad it to the size of wbuf and write out.
|
/src/sys/external/bsd/compiler_rt/dist/include/sanitizer/ |
netbsd_syscall_hooks.h | 893 #define __sanitizer_syscall_pre_pread(fd, buf, nbyte, PAD, offset) \ 895 (long long)(nbyte), (long long)(PAD), \ 897 #define __sanitizer_syscall_post_pread(res, fd, buf, nbyte, PAD, offset) \ 899 (long long)(nbyte), (long long)(PAD), \ 901 #define __sanitizer_syscall_pre_pwrite(fd, buf, nbyte, PAD, offset) \ 903 (long long)(nbyte), (long long)(PAD), \ 905 #define __sanitizer_syscall_post_pwrite(res, fd, buf, nbyte, PAD, offset) \ 907 (long long)(nbyte), (long long)(PAD), \ 1017 #define __sanitizer_syscall_pre_mmap(addr, len, prot, flags, fd, PAD, pos) \ 1020 (long long)(flags), (long long)(fd), (long long)(PAD), (long long)(pos) [all...] |
/src/sys/compat/netbsd32/ |
netbsd32_vm.c | 56 syscallarg(netbsd32_long) PAD; 78 NETBSD32TOX_UAP(PAD, long);
|
netbsd32_syscallargs.h | 21 register32_t pad; \ 24 int8_t pad[ /* CONSTCOND */ \ 929 syscallarg(int) PAD; 938 syscallarg(int) PAD; 1056 syscallarg(netbsd32_long) PAD; 1068 syscallarg(int) PAD; 1076 syscallarg(int) PAD; 1083 syscallarg(int) PAD; 1561 syscallarg(int) PAD; 1570 syscallarg(int) PAD; [all...] |
netbsd32_netbsd.c | 1184 syscallarg(int) PAD; 1195 NETBSD32TO64_UAP(PAD); 1208 syscallarg(int) PAD; 1219 NETBSD32TO64_UAP(PAD); 1335 syscallarg(int) PAD; 1347 NETBSD32TO64_UAP(PAD); 1370 syscallarg(int) PAD; 1376 NETBSD32TO64_UAP(PAD); 1387 syscallarg(int) PAD; 1393 NETBSD32TO64_UAP(PAD); [all...] |
netbsd32_systrace_args.c | 1267 iarg[3] = SCARG(p, PAD); /* int */ 1278 iarg[3] = SCARG(p, PAD); /* int */ 1432 iarg[5] = SCARG(p, PAD); /* netbsd32_long */ 1449 iarg[1] = SCARG(p, PAD); /* int */ 1459 iarg[1] = SCARG(p, PAD); /* int */ 1468 iarg[1] = SCARG(p, PAD); /* int */ 2104 iarg[3] = SCARG(p, PAD); /* int */ 2115 iarg[3] = SCARG(p, PAD); /* int */ 2956 iarg[1] = SCARG(p, PAD); /* int */ 3333 iarg[3] = SCARG(p, PAD); /* int * [all...] |
netbsd32_fs.c | 648 syscallarg(int) pad; 688 syscallarg(int) pad; 1204 syscallarg(int) pad; 1212 NETBSD32TO64_UAP(PAD);
|
/src/sys/external/isc/libsodium/dist/src/libsodium/crypto_hash/sha256/cp/ |
hash_sha256_cp.c | 147 static const uint8_t PAD[64] = { 0x80, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 162 state->buf[r + i] = PAD[i]; 166 state->buf[r + i] = PAD[i];
|
/src/sys/external/isc/libsodium/dist/src/libsodium/crypto_hash/sha512/cp/ |
hash_sha512_cp.c | 163 static const uint8_t PAD[128] = { 181 state->buf[r + i] = PAD[i]; 185 state->buf[r + i] = PAD[i];
|
/src/sys/compat/linux32/common/ |
linux32_misc.c | 282 /* Linux doesn't have the 'pad' pseudo-parameter */ 284 SCARG(&ua, PAD) = 0; 298 /* Linux doesn't have the 'pad' pseudo-parameter */ 300 SCARG(&ua, PAD) = 0; 407 SCARG(&ua, PAD) = 0; 429 SCARG(&ua, PAD) = 0;
|
linux32_unistd.c | 788 SCARG(&pra, PAD) = 0; 812 SCARG(&pra, PAD) = 0;
|
/src/lib/libc/stdio/ |
vfwprintf.c | 607 #define ZEROPAD 0x080 /* zero (as opposed to blank) pad */ 696 #define PADSIZE 16 /* pad chunk size */ 707 * PAD uses `n'. 738 #define PAD(howmany, with) do { \ 755 PAD((len) - (n2 > 0 ? n2 : 0), (with)); \ 1410 * floating precision; finally, if LADJUST, pad with blanks. 1412 * Compute actual size, so we know how much to pad. 1429 PAD(width - realsz, blanks); 1442 PAD(width - realsz, zeroes); 1445 PAD(dprec - size, zeroes) [all...] |
/src/sys/compat/linux/common/ |
linux_file64.c | 355 /* Linux doesn't have the 'pad' pseudo-parameter */ 357 SCARG(&ta, PAD) = 0; 372 /* Linux doesn't have the 'pad' pseudo-parameter */ 374 SCARG(&ta, PAD) = 0;
|
linux_file.c | 814 SCARG(&pra, PAD) = 0; 838 SCARG(&pra, PAD) = 0; 863 SCARG(&ua, PAD) = 0; 888 SCARG(&ua, PAD) = 0;
|
linux_misc.c | 568 SCARG(cma, PAD) = 0;
|
/src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
owl-s500.dtsi | 266 <0xb01b0060 0x18>, /* PAD Control */ 267 <0xb01b0080 0xc>; /* PAD Drive Capacity */
|
/src/sys/sys/ |
syscallargs.h | 30 register_t pad; \ 33 int8_t pad[ /* CONSTCOND */ \ 1097 syscallarg(int) PAD; 1106 syscallarg(int) PAD; 1277 syscallarg(long) PAD; 1292 syscallarg(int) PAD; 1300 syscallarg(int) PAD; 1307 syscallarg(int) PAD; 1886 syscallarg(int) PAD; 1895 syscallarg(int) PAD; [all...] |
/src/sys/kern/ |
systrace_args.c | 1281 iarg[3] = SCARG(p, PAD); /* int */ 1292 iarg[3] = SCARG(p, PAD); /* int */ 1480 iarg[5] = SCARG(p, PAD); /* long */ 1497 iarg[1] = SCARG(p, PAD); /* int */ 1507 iarg[1] = SCARG(p, PAD); /* int */ 1516 iarg[1] = SCARG(p, PAD); /* int */ 2165 iarg[3] = SCARG(p, PAD); /* int */ 2176 iarg[3] = SCARG(p, PAD); /* int */ 3122 iarg[1] = SCARG(p, PAD); /* int */ 3516 iarg[3] = SCARG(p, PAD); /* int * [all...] |
/src/sys/arch/amiga/dev/ |
sbicreg.h | 305 #define PAD(n) char n;
|
/src/sys/arch/mvme68k/dev/ |
sbicreg.h | 305 #define PAD(n) char n;
|
/src/sys/dev/ic/ |
wd33c93reg.h | 367 #define PAD(n) char n;
|
/src/sys/rump/librump/rumpkern/ |
rump_syscalls.c | 2064 SPARG(&callarg, PAD) = 0; 2096 SPARG(&callarg, PAD) = 0; 2358 SPARG(&callarg, PAD) = 0; 2389 SPARG(&callarg, PAD) = 0; 2419 SPARG(&callarg, PAD) = 0; 3300 SPARG(&callarg, PAD) = 0; 3332 SPARG(&callarg, PAD) = 0; 4915 SPARG(&callarg, PAD) = 0; 5902 SPARG(&callarg, PAD) = 0; 6387 SPARG(&callarg, PAD) = 0 [all...] |
/src/sys/compat/sunos32/ |
sunos32_misc.c | 709 SCARG(&ua, PAD) = 0;
|