Home
last modified time | relevance | path

Searched full:stb (Results 1 – 25 of 162) sorted by relevance

1234567

/freebsd/crypto/openssl/crypto/
H A Dc64xpluscpuid.pl54 [A1] STB A2,*A4++[2]
55 || [B1] STB B2,*B6++[2]
58 [A1] STB A2,*A4++[2]
59 || [B1] STB B2,*B6++[2]
62 [A1] STB A2,*A4++[2]
63 || [B1] STB B2,*B6++[2]
65 [A1] STB A2,*A4++[2]
77 [A1] STB A2,*A4++[2]
78 || [B1] STB B2,*B6++[2]
81 [A1] STB A2,*A4++[2]
[all …]
/freebsd/lib/libc/powerpc64/string/
H A Dstrcpy_arch_2_05.S45 stb %r0,0(%r8)
98 stb %r6,6(%r8)
112 stb %r6,4(%r8)
124 stb %r6,2(%r8)
134 stb %r6,0(%r8)
163 stb %r6,6(%r8)
175 stb %r6,4(%r8)
185 stb %r6,2(%r8)
193 stb %r0,0(%r8)
/freebsd/contrib/sendmail/libsmutil/
H A Dsafefile.c692 struct stat stb; local
721 sff, smode, &stb);
724 sff, smode, &stb);
730 if (stb.st_mode == ST_MODE_NOFILE && bitset(SFF_CREAT, sff))
748 if (filechanged(fn, fd, &stb))
855 ** stb -- stat structure from before open.
863 filechanged(fn, fd, stb) in filechanged() argument
866 struct stat *stb;
870 if (stb->st_mode == ST_MODE_NOFILE)
874 if (lstat(fn, stb) < 0 || stb->st_nlink != 1)
[all …]
/freebsd/crypto/openssl/crypto/poly1305/asm/
H A Dpoly1305-sparcv9.pl408 stb $h0,[$mac+0] ! store little-endian result
410 stb $r0,[$mac+1]
412 stb $r1,[$mac+2]
413 stb $r2,[$mac+3]
416 stb $h1,[$mac+4]
418 stb $r0,[$mac+5]
420 stb $r1,[$mac+6]
421 stb $r2,[$mac+7]
424 stb $h2,[$mac+8]
426 stb $r0,[$mac+9]
[all …]
/freebsd/crypto/openssl/crypto/aes/asm/
H A Daes-parisc.pl137 stb $acc0,0($out)
139 stb $acc1,1($out)
141 stb $acc2,2($out)
143 stb $s0,3($out)
145 stb $acc4,4($out)
147 stb $acc5,5($out)
149 stb $acc6,6($out)
151 stb $s1,7($out)
153 stb $acc0,8($out)
155 stb $acc1,9($out)
[all …]
H A Daes-sparcv9.pl604 stb %l0,[%i1+0]
606 stb %l1,[%i1+1]
607 stb %l2,[%i1+2]
609 stb %o0,[%i1+3]
612 stb %l4,[%i1+4]
614 stb %l5,[%i1+5]
615 stb %l6,[%i1+6]
617 stb %o1,[%i1+7]
620 stb %l0,[%i1+8]
622 stb %l1,[%i1+9]
[all …]
H A Daes-ppc.pl478 stb $acc00,0($out)
480 stb $acc01,1($out)
481 stb $acc02,2($out)
483 stb $s0,3($out)
485 stb $acc04,4($out)
487 stb $acc05,5($out)
488 stb $acc06,6($out)
490 stb $s1,7($out)
492 stb $acc08,8($out)
494 stb $acc09,9($out)
[all …]
/freebsd/crypto/heimdal/appl/rcp/
H A Dutil.c83 struct stat stb; local
85 if (!stat(cp, &stb)) {
86 if (S_ISDIR(stb.st_mode))
150 struct stat stb; local
154 if (fstat(fd, &stb) < 0) {
158 size = roundup(stb.st_blksize, blksize);
H A Drcp.c279 struct stat stb; in source() local
291 if (fstat(fd, &stb)) { in source()
295 if (S_ISDIR(stb.st_mode) && iamrecursive) { in source()
296 rsource(name, &stb); in source()
298 } else if (!S_ISREG(stb.st_mode)) { in source()
312 (long)stb.st_mtime, in source()
313 (long)stb.st_atime); in source()
321 (unsigned int)(stb.st_mode & MODEMASK), in source()
322 (unsigned long)stb.st_size, in source()
333 for (haderr = i = 0; i < stb.st_size; i += bp->cnt) { in source()
[all …]
/freebsd/sys/crypto/openssl/powerpc/
H A Daes-ppc.S695 stb 16,0(4)
697 stb 17,1(4)
698 stb 18,2(4)
700 stb 8,3(4)
702 stb 20,4(4)
704 stb 21,5(4)
705 stb 22,6(4)
707 stb 9,7(4)
709 stb 24,8(4)
711 stb 25,9(4)
[all …]
/freebsd/sys/crypto/openssl/powerpc64/
H A Daes-ppc.S698 stb 16,0(4)
700 stb 17,1(4)
701 stb 18,2(4)
703 stb 8,3(4)
705 stb 20,4(4)
707 stb 21,5(4)
708 stb 22,6(4)
710 stb 9,7(4)
712 stb 24,8(4)
714 stb 25,9(4)
[all …]
H A Dkeccak1600-ppc64.S582 stb 0,1(29)
584 stb 0,2(29)
586 stb 0,3(29)
588 stb 0,4(29)
590 stb 0,5(29)
592 stb 0,6(29)
594 stb 0,7(29)
/freebsd/sys/crypto/openssl/powerpc64le/
H A Daes-ppc.S722 stb 16,0(4)
724 stb 17,1(4)
725 stb 18,2(4)
727 stb 8,3(4)
729 stb 20,4(4)
731 stb 21,5(4)
732 stb 22,6(4)
734 stb 9,7(4)
736 stb 24,8(4)
738 stb 25,9(4)
[all …]
/freebsd/crypto/openssl/crypto/rc4/asm/
H A Drc4-c64xplus.pl73 STB $TX,*${KEYB}[$YY]
75 STB $TY,*${KEYA}[$xx]
86 || STB $ret,*$OUT++
90 STB $XX,*${KEYA}[-2] ; key->x
93 STB $YY,*${KEYB}[-1] ; key->y
149 STB $TX,*${KEYB}[$YY]
151 STB $TY,*${KEYA}[$xx]
/freebsd/usr.sbin/lpr/lpd/
H A Dprintjob.c148 struct stat stb; in printjob() local
189 statok = stat(pp->lock_file, &stb); in printjob()
190 if (statok == 0 && (stb.st_mode & LFM_PRINT_DIS)) in printjob()
204 * been created by open(). Update &stb to match that new file. in printjob()
207 statok = stat(pp->lock_file, &stb); in printjob()
235 if (stb.st_mode & LFM_RESET_QUE) { /* reset queue flag */ in printjob()
236 if (fchmod(lfd, stb.st_mode & ~LFM_RESET_QUE) < 0) in printjob()
264 if (stat(q->job_cfname, &stb) < 0) in printjob()
282 if (fstat(lfd, &stb) == 0) { in printjob()
284 if (stb.st_mode & LFM_PRINT_DIS) in printjob()
[all …]
/freebsd/lib/libpmc/pmu-events/arch/arm64/arm/cortex-a55/
H A Dpipeline.json69 … backend, store, STB full.This event counts every cycle there is a stall in the Wr stage due to a …
72 … backend, store, STB full.This event counts every cycle there is a stall in the Wr stage due to a …
/freebsd/contrib/bearssl/inc/
H A Dbearssl_hash.h108 * - `br_xxx_set_state(br_xxx_context *ctx, const void *stb, uint64_t count)`
110 * Set the internal state to the provided values. The 'stb' and
324 * \param stb source buffer for the state.
328 const void *stb, uint64_t count);
458 * \param stb source buffer for the running state.
461 void br_md5_set_state(br_md5_context *ctx, const void *stb, uint64_t count);
553 * \param stb source buffer for the running state.
556 void br_sha1_set_state(br_sha1_context *ctx, const void *stb, uint64_t count);
648 * \param stb source buffer for the running state.
652 const void *stb, uint64_t count);
[all …]
/freebsd/lib/libpmc/pmu-events/arch/arm64/arm/cortex-a510/
H A Dpipeline.json81 …uffer (STB) full. This event counts every cycle where there is a stall in the Wr stage because of …
84 …uffer (STB) full. This event counts every cycle where there is a stall in the Wr stage because of …
/freebsd/share/doc/psd/05.sysman/
H A D2.2.t225 stat(path, stb);
226 char *path; result struct stat *stb;
228 fstat(fd, stb);
229 int fd; result struct stat *stb;
238 lstat(path, stb);
239 char *path; result struct stat *stb;
/freebsd/sys/contrib/device-tree/Bindings/rtc/
H A Dbrcm,brcmstb-waketimer.txt1 Broadcom STB wake-up Timer
3 The Broadcom STB wake-up timer provides a 27Mhz resolution timer, with the
/freebsd/sys/contrib/device-tree/src/arm64/synaptics/
H A Dberlin4ct-stb.dts13 model = "Marvell BG4CT STB board";
14 compatible = "marvell,berlin4ct-stb", "marvell,berlin4ct", "marvell,berlin";
/freebsd/contrib/tnftp/src/
H A Druserpass.c96 struct stat stb; in ruserpass() local
163 fstat(fileno(cfile), &stb) >= 0 && in ruserpass()
164 (stb.st_mode & 077) != 0) { in ruserpass()
175 if (fstat(fileno(cfile), &stb) >= 0 in ruserpass()
176 && (stb.st_mode & 077) != 0) { in ruserpass()
/freebsd/crypto/heimdal/appl/ftp/ftp/
H A Druserpass.c112 struct stat stb; in ruserpassword() local
176 fstat(fileno(cfile), &stb) >= 0 && in ruserpassword()
177 (stb.st_mode & 077) != 0) { in ruserpassword()
187 if (fstat(fileno(cfile), &stb) >= 0 in ruserpassword()
188 && (stb.st_mode & 077) != 0) { in ruserpassword()
/freebsd/sys/contrib/device-tree/Bindings/reset/
H A Dbrcm,brcmstb-reset.txt1 Broadcom STB SW_INIT-style reset controller
4 Broadcom STB SoCs have a SW_INIT-style reset controller with separate
H A Dbrcm,brcmstb-reset.yaml7 title: Broadcom STB SW_INIT-style reset controller
10 Broadcom STB SoCs have a SW_INIT-style reset controller with separate

1234567