Searched refs:s3 (Results 1 - 25 of 145) sorted by relevance

123456

/src/libexec/rpc.rstatd/
H A Drstat_proc.c97 struct statstime s3; member in union:__anon3d1d89e4010a
127 return (&stats_all.s3);
136 stats_all.s2.if_opackets = stats_all.s3.if_opackets;
146 stats_all.s1.if_opackets = stats_all.s3.if_opackets;
207 memset(stats_all.s3.dk_xfer, 0, sizeof(stats_all.s3.dk_xfer));
209 stats_all.s3.dk_xfer[i] = cur.rxfer[i] + cur.wxfer[i];
212 stats_all.s3.cp_time[i] = cur.cp_time[cp_xlat[i]];
214 stats_all.s3.avenrun[0] = avrun[0] * FSCALE;
215 stats_all.s3
[all...]
/src/tests/usr.bin/indent/
H A Dopt_cs.c31 struct s s3 = (struct s) s; variable in typeref:struct:s
38 struct s s3 = (struct s) s; variable in typeref:struct:s
45 struct s s3 = (struct s)s; variable in typeref:struct:s
H A Dlsym_preprocessing.c115 int s3 ; variable in typeref:typename:int
132 int s3; variable in typeref:typename:int
/src/sys/arch/alpha/alpha/
H A Ddebug.s78 stq s3, (3*8)(sp)
90 mov a3, s3
114 mov s3, a0 /* a0 == entry (trap type) */
123 mov s3, a3 /* when pausing other CPUs.) */
144 ldq s3, (3*8)(sp)
H A Dprom_disp.s67 stq s3, D_S3(sp)
99 ldq s3, D_S3(sp)
/src/usr.bin/rdist/
H A Dexpand.c566 char *s1, *s2, *s3; local in function:exptilde
575 s3 = NULL;
578 s3 = file;
580 s3 = file;
581 while (*s3 && *s3 != '/')
582 s3++;
583 if (*s3 == '/')
584 *s3 = '\0';
586 s3
[all...]
/src/sys/arch/sgimips/stand/common/
H A Diris_start.S48 move s3, ra # save RA
60 move ra, s3 # restore RA
H A Dstart.S101 move s3, ra # save RA
114 move ra, s3 # restore RA
/src/sys/arch/alpha/stand/common/
H A Dstart.S106 mov a3, s3
112 mov s3, a3
H A Dprom_disp.S65 stq s3, D_S3(sp)
97 ldq s3, D_S3(sp)
H A Dprom_swpal.S77 stq s3, D_S3(sp)
120 ldq s3, D_S3(sp)
/src/tests/lib/libc/regex/
H A Dt_exhaust.c130 char *d, *s1, *s2, *s3; local in function:p1
133 s3 = concat(s1, s2);
136 s1 = concat(s3, ")");
137 free(s3);
146 char *d, *s1, *s2, *s3; local in function:ps
149 s3 = concat(s1, s2);
152 d = concat("(.?)", s3);
153 free(s3);
/src/sys/arch/pmax/stand/common/
H A Dstart.S101 move s3, a3 # BDslot: save call vector
102 la s3, _C_LABEL(callvec) # init call vector
109 sw s3, _C_LABEL(callv) # save call vector
/src/sbin/ldconfig/
H A Dshlib.c200 concat(const char *s1, const char *s2, const char *s3) argument
204 len3 = strlen(s3);
210 strcpy(result + len1 + len2, s3);
/src/sys/arch/mips/include/
H A Dregdef.h73 #define s3 $19 macro
/src/sys/external/bsd/gnu-efi/dist/inc/riscv64/
H A Defisetjmp_arch.h13 UINT64 s3; member in struct:__anon7c1de49b0108
/src/lib/libcompat/4.3/
H A Drexec.c72 int s, s3; local in function:rexec
140 s3 = accept(s2, (struct sockaddr *)(void *)&from, &fromlen);
142 if (s3 == -1) {
147 *fd2p = s3;
/src/usr.bin/netstat/
H A Dmroute.c273 char s0[256*3], s1[256], s2[256], s3[256]; local in function:print_bw_meter
335 snprintf(s3, sizeof s3, "%lld.%ld",
340 snprintf(s3, sizeof s3, "-%lld.%ld",
343 printf(" %s", s3);
/src/sys/external/isc/libsodium/dist/src/libsodium/crypto_onetimeauth/poly1305/donna/
H A Dpoly1305_donna32.h61 unsigned long s1, s2, s3, s4; local in function:poly1305_blocks
74 s3 = r3 * 5;
93 ((unsigned long long) h2 * s3) + ((unsigned long long) h3 * s2) +
96 ((unsigned long long) h2 * s4) + ((unsigned long long) h3 * s3) +
100 ((unsigned long long) h4 * s3);
/src/libexec/ld.elf_so/arch/alpha/
H A Drtld_start.S46 2: ldiq s3, 2b /* get where the linker thought we were */
48 subq s2, s3, a1 /* relocbase */
64 subq s2, s3, a1 /* relocbase */
/src/sys/arch/mips/pmon/
H A Dpmon32.S63 REG_S s3, (3 * SZREG + PMON_CALLFRAME_SIZ)(sp); \
80 REG_L s3, (3 * SZREG + PMON_CALLFRAME_SIZ)(sp); \
/src/sys/external/bsd/gnu-efi/dist/lib/mips64el/
H A Dsetjmp.S34 sd $s3, 0x38($a0)
70 ld $s3, 0x38($a0)
/src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
H A Dsun8i-s3-lichee-zero-plus.dts13 compatible = "sipeed,lichee-zero-plus", "sochip,s3",
/src/lib/libc/compat/arch/alpha/gen/
H A Dcompat__setjmp.S51 stq s3, ((12 + 4) * 8)(a0)
101 ldq s3, ((12 + 4) * 8)(a0)
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
H A Dsanitizer_stackdepot_test.cc76 StackTrace s3(array3, ARRAY_SIZE(array3)); local in function:__sanitizer::TEST
80 ids[2] = StackDepotPut(s3);

Completed in 22 milliseconds

123456