HomeSort by: relevance | last modified time | path
    Searched refs:s3 (Results 1 - 25 of 144) sorted by relevancy

1 2 3 4 5 6

  /src/libexec/rpc.rstatd/
rstat_proc.c 97 struct statstime s3; member in union:__anon20c31f3e010a
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.avenrun[1] = avrun[1] * FSCALE
    [all...]
  /src/tests/usr.bin/indent/
opt_cs.c 31 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
lsym_preprocessing.c 115 int s3 ; variable in typeref:typename:int
132 int s3; variable in typeref:typename:int
  /src/sys/arch/alpha/alpha/
debug.s 78 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)
prom_disp.s 67 stq s3, D_S3(sp)
99 ldq s3, D_S3(sp)
  /src/usr.bin/rdist/
expand.c 566 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 = NULL
    [all...]
  /src/sys/arch/alpha/stand/common/
start.S 106 mov a3, s3
112 mov s3, a3
prom_disp.S 65 stq s3, D_S3(sp)
97 ldq s3, D_S3(sp)
prom_swpal.S 77 stq s3, D_S3(sp)
120 ldq s3, D_S3(sp)
  /src/sys/arch/sgimips/stand/common/
iris_start.S 48 move s3, ra # save RA
60 move ra, s3 # restore RA
start.S 101 move s3, ra # save RA
114 move ra, s3 # restore RA
  /src/tests/lib/libc/regex/
t_exhaust.c 130 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/sbin/ldconfig/
shlib.c 197 * the strings S1, S2, S3.
200 concat(const char *s1, const char *s2, const char *s3)
204 len3 = strlen(s3);
210 strcpy(result + len1 + len2, s3);
  /src/sys/arch/pmax/stand/common/
start.S 101 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/lib/libcompat/4.3/
rexec.c 72 int s, s3; local in function:rexec
140 s3 = accept(s2, (struct sockaddr *)(void *)&from, &fromlen);
142 if (s3 == -1) {
147 *fd2p = s3;
  /src/sys/arch/mips/include/
regdef.h 73 #define s3 $19 macro
  /src/sys/external/bsd/gnu-efi/dist/inc/riscv64/
efisetjmp_arch.h 13 UINT64 s3; member in struct:__anoncf1e21b50108
  /src/usr.bin/netstat/
mroute.c 273 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/
poly1305_donna32.h 61 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/sys/crypto/aes/arch/x86/
aes_sse2_enc.c 84 __m128i s0, s1, s2, s3, s4, s5, s6, s7; local in function:mix_columns
108 s3 = q2 ^ r2 ^ q7 ^ r7 ^ r3 ^ rotr32(q3 ^ r3);
117 q[3] = _mm_unpacklo_epi64(s3, s7);
  /src/libexec/ld.elf_so/arch/alpha/
rtld_start.S 46 2: ldiq s3, 2b /* get where the linker thought we were */
48 subq s2, s3, a1 /* relocbase */
64 subq s2, s3, a1 /* relocbase */
  /src/lib/libc/compat/arch/alpha/gen/
compat__setjmp.S 51 stq s3, ((12 + 4) * 8)(a0)
101 ldq s3, ((12 + 4) * 8)(a0)
  /src/sys/arch/mips/pmon/
pmon32.S 63 REG_S s3, (3 * SZREG + PMON_CALLFRAME_SIZ)(sp); \
80 REG_L s3, (3 * SZREG + PMON_CALLFRAME_SIZ)(sp); \
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
sanitizer_stackdepot_test.cc 76 StackTrace s3(array3, ARRAY_SIZE(array3)); local in function:__sanitizer::TEST
80 ids[2] = StackDepotPut(s3);
  /src/sys/external/bsd/gnu-efi/dist/lib/mips64el/
setjmp.S 34 sd $s3, 0x38($a0)
70 ld $s3, 0x38($a0)

Completed in 26 milliseconds

1 2 3 4 5 6