Searched refs:nr (Results 76 - 100 of 461) sorted by relevance

1234567891011>>

/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_syscall_linux_arm.inc16 static uptr __internal_syscall(u32 nr) {
17 register u32 r8 asm("r7") = nr;
28 static uptr __internal_syscall(u32 nr, u32 arg1) {
29 register u32 r8 asm("r7") = nr;
40 static uptr __internal_syscall(u32 nr, u32 arg1, long arg2) {
41 register u32 r8 asm("r7") = nr;
53 static uptr __internal_syscall(u32 nr, u32 arg1, long arg2, long arg3) {
54 register u32 r8 asm("r7") = nr;
67 static uptr __internal_syscall(u32 nr, u32 arg1, long arg2, long arg3,
69 register u32 r8 asm("r7") = nr;
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_syscall_linux_aarch64.inc14 static uptr __internal_syscall(u64 nr) {
15 register u64 x8 asm("x8") = nr;
26 static uptr __internal_syscall(u64 nr, u64 arg1) {
27 register u64 x8 asm("x8") = nr;
38 static uptr __internal_syscall(u64 nr, u64 arg1, long arg2) {
39 register u64 x8 asm("x8") = nr;
51 static uptr __internal_syscall(u64 nr, u64 arg1, long arg2, long arg3) {
52 register u64 x8 asm("x8") = nr;
65 static uptr __internal_syscall(u64 nr, u64 arg1, long arg2, long arg3,
67 register u64 x8 asm("x8") = nr;
[all...]
H A Dsanitizer_syscall_linux_arm.inc14 static uptr __internal_syscall(u32 nr) {
15 register u32 r8 asm("r7") = nr;
26 static uptr __internal_syscall(u32 nr, u32 arg1) {
27 register u32 r8 asm("r7") = nr;
38 static uptr __internal_syscall(u32 nr, u32 arg1, long arg2) {
39 register u32 r8 asm("r7") = nr;
51 static uptr __internal_syscall(u32 nr, u32 arg1, long arg2, long arg3) {
52 register u32 r8 asm("r7") = nr;
65 static uptr __internal_syscall(u32 nr, u32 arg1, long arg2, long arg3,
67 register u32 r8 asm("r7") = nr;
[all...]
/netbsd-current/usr.bin/rsh/
H A Drsh.c305 int nr, nw; local
315 nr = read(fdp->fd, buf, sizeof buf);
317 if (nr <= 0) {
325 while (nr) {
326 if ((nw = write(outfd, bc, nr)) <= 0)
328 nr -= nw;
338 int nr, nw, nfds; local
347 nr = 0;
353 if (nr == 0) {
354 if ((nr
[all...]
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_syscall_linux_aarch64.inc15 static uptr __internal_syscall(u64 nr) {
16 register u64 x8 asm("x8") = nr;
27 static uptr __internal_syscall(u64 nr, u64 arg1) {
28 register u64 x8 asm("x8") = nr;
39 static uptr __internal_syscall(u64 nr, u64 arg1, long arg2) {
40 register u64 x8 asm("x8") = nr;
52 static uptr __internal_syscall(u64 nr, u64 arg1, long arg2, long arg3) {
53 register u64 x8 asm("x8") = nr;
66 static uptr __internal_syscall(u64 nr, u64 arg1, long arg2, long arg3,
68 register u64 x8 asm("x8") = nr;
[all...]
H A Dsanitizer_syscall_linux_arm.inc15 static uptr __internal_syscall(u32 nr) {
16 register u32 r8 asm("r7") = nr;
27 static uptr __internal_syscall(u32 nr, u32 arg1) {
28 register u32 r8 asm("r7") = nr;
39 static uptr __internal_syscall(u32 nr, u32 arg1, long arg2) {
40 register u32 r8 asm("r7") = nr;
52 static uptr __internal_syscall(u32 nr, u32 arg1, long arg2, long arg3) {
53 register u32 r8 asm("r7") = nr;
66 static uptr __internal_syscall(u32 nr, u32 arg1, long arg2, long arg3,
68 register u32 r8 asm("r7") = nr;
[all...]
/netbsd-current/sys/crypto/chacha/arch/arm/
H A Dchacha_neon.c113 unsigned nr)
123 for (; nr > 0; nr -= 2) {
157 unsigned nr)
167 chacha_permute(&r0, &r1, &r2, &r3, nr);
180 unsigned nr)
189 chacha_permute(&r0, &r1, &r2, &r3, nr);
201 unsigned nr)
205 chacha_stream256_neon(s, blkno, nonce, k, chacha_const32, nr);
228 chacha_permute(&r0, &r1, &r2, &r3, nr);
110 chacha_permute(uint32x4_t *p0, uint32x4_t *p1, uint32x4_t *p2, uint32x4_t *p3, unsigned nr) argument
150 chacha_core_neon(uint8_t out[restrict static 64], const uint8_t in[static 16], const uint8_t k[static 32], const uint8_t c[static 16], unsigned nr) argument
173 hchacha_neon(uint8_t out[restrict static 32], const uint8_t in[static 16], const uint8_t k[static 32], const uint8_t c[static 16], unsigned nr) argument
193 chacha_stream_neon(uint8_t *restrict s, size_t n, uint32_t blkno, const uint8_t nonce[static 12], const uint8_t k[static 32], unsigned nr) argument
252 chacha_stream_xor_neon(uint8_t *s, const uint8_t *p, size_t n, uint32_t blkno, const uint8_t nonce[static 12], const uint8_t k[static 32], unsigned nr) argument
322 xchacha_stream_neon(uint8_t *restrict s, size_t nbytes, uint32_t blkno, const uint8_t nonce[static 24], const uint8_t k[static 32], unsigned nr) argument
338 xchacha_stream_xor_neon(uint8_t *restrict c, const uint8_t *p, size_t nbytes, uint32_t blkno, const uint8_t nonce[static 24], const uint8_t k[static 32], unsigned nr) argument
[all...]
/netbsd-current/tests/net/net/
H A Dt_ipaddress.sh47 $DEBUG && rump.netstat -nr -f inet
55 $DEBUG && rump.netstat -nr -f inet
64 $DEBUG && rump.netstat -nr -f inet
72 $DEBUG && rump.netstat -nr -f inet
94 $DEBUG && rump.netstat -nr -f inet6
102 $DEBUG && rump.netstat -nr -f inet6
111 $DEBUG && rump.netstat -nr -f inet6
119 $DEBUG && rump.netstat -nr -f inet6
145 $DEBUG && rump.netstat -nr -f inet
159 $DEBUG && rump.netstat -nr
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/sim/ppc/
H A Dhw_ide.c218 int nr; member in struct:_ide_drive
225 int nr; member in struct:_ide_controller
248 DTRACE(ide, ("controller %d - interrupt set\n", controller->nr));
249 device_interrupt_event(me, controller->nr, 1, NULL, 0);
260 DTRACE(ide, ("controller %d - interrupt clear\n", controller->nr));
261 device_interrupt_event(me, controller->nr, 0, NULL, 0);
286 device_error(me, "controller %d - unexpected event", controller->nr);
298 controller->nr);
313 controller->nr,
316 device_error(me, "controller %d - fifo underflow", controller->nr);
[all...]
/netbsd-current/external/gpl3/gdb/dist/sim/ppc/
H A Dhw_ide.c218 int nr; member in struct:_ide_drive
225 int nr; member in struct:_ide_controller
248 DTRACE(ide, ("controller %d - interrupt set\n", controller->nr));
249 device_interrupt_event(me, controller->nr, 1, NULL, 0);
260 DTRACE(ide, ("controller %d - interrupt clear\n", controller->nr));
261 device_interrupt_event(me, controller->nr, 0, NULL, 0);
286 device_error(me, "controller %d - unexpected event", controller->nr);
298 controller->nr);
313 controller->nr,
316 device_error(me, "controller %d - fifo underflow", controller->nr);
[all...]
/netbsd-current/external/bsd/nvi/dist/ipc/
H A Dip_trans.c56 ssize_t nr; local
59 switch (nr = read(fd, ibuf + ibuf_len, sizeof(ibuf) - ibuf_len)) {
67 ibuf_len += nr;
85 ssize_t nr; local
99 switch (nr =
108 ibuf_len += nr;
/netbsd-current/sys/external/bsd/drm2/dist/drm/i915/gt/
H A Dintel_gtt.c33 if (likely(stash->pvec.nr))
34 page = stash->pvec.pages[--stash->pvec.nr];
42 unsigned int nr; local
46 nr = min_t(typeof(nr), pvec->nr, pagevec_space(&stash->pvec));
47 memcpy(stash->pvec.pages + stash->pvec.nr,
48 pvec->pages + pvec->nr - nr,
49 sizeof(pvec->pages[0]) * nr);
[all...]
/netbsd-current/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/disp/
H A Dnv50.h27 int nr; member in struct:nv50_disp::__anon1095
32 int nr; member in struct:nv50_disp::__anon1096
38 int nr; member in struct:nv50_disp::__anon1097
/netbsd-current/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/fifo/
H A Dnouveau_nvkm_engine_fifo_tu102.c38 struct nvkm_memory *mem, int nr)
46 nvkm_wr32(device, 0x002b08 + (runl * 0x10), nr);
98 .nr = gm200_fifo_pbdma_nr,
37 tu102_fifo_runlist_commit(struct gk104_fifo *fifo, int runl, struct nvkm_memory *mem, int nr) argument
/netbsd-current/bin/dd/
H A Dposition.c69 int bcnt, cnt, nr, warned; local
88 if ((nr = ddop_read(in, in.fd, in.db, bcnt)) > 0) {
90 if (!(bcnt -= nr)) {
99 if (nr == 0) {
/netbsd-current/sys/arch/zaurus/stand/zboot/
H A Dloadfile_zboot.c69 ssize_t nr; local
75 nr = read(fd, &elf32, sizeof(elf32));
76 if (nr == -1) {
80 if (nr != sizeof(elf32)) {
/netbsd-current/external/gpl3/gdb.old/dist/sim/testsuite/sim/mn10300/
H A Dtestutils.inc2 .macro exit nr
3 mov \nr, d1;
/netbsd-current/external/gpl3/gdb.old/dist/sim/testsuite/sim/iq2000/
H A Dtestutils.inc2 .macro exit nr
3 ori r5, r0, \nr;
/netbsd-current/external/gpl3/gdb.old/dist/sim/testsuite/sim/lm32/
H A Dtestutils.inc2 .macro exit nr
3 mvi r1, \nr;
/netbsd-current/external/gpl3/gdb.old/dist/sim/testsuite/sim/m32c/
H A Dtestutils.inc2 .macro exit nr
3 mov.w \nr, r1;
/netbsd-current/external/gpl3/gdb.old/dist/sim/testsuite/sim/aarch64/
H A Dtestutils.inc3 .macro exit nr
7 mov x7, #\nr
/netbsd-current/sys/lib/libsa/
H A Dloadfile.c137 ssize_t nr; local
143 nr = read(fd, &hdr, sizeof(hdr));
144 if (nr == -1) {
148 if (nr != sizeof(hdr)) {
/netbsd-current/sys/dev/bi/
H A Dbi.c82 u_int16_t nr; local
84 nr = bus_space_read_2(ba->ba_iot, ba->ba_ioh, 0);
86 if (bl->bl_nr == nr)
91 aprint_normal("unknown device 0x%x", nr);
/netbsd-current/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/fault/
H A Dnouveau_nvkm_subdev_fault_gp10b.c43 .buffer.nr = 1,
/netbsd-current/external/gpl3/gdb/dist/gdb/syscalls/
H A Dupdate-linux.sh68 nr=$(echo "$line" | awk '{print $3}')
69 echo " <syscall name=\"$name\" number=\"$nr\"/>"

Completed in 377 milliseconds

1234567891011>>