Home
last modified time | relevance | path

Searched refs:fs2 (Results 1 – 13 of 13) sorted by relevance

/netbsd-src/external/bsd/am-utils/dist/amd/
H A Dsrvr_nfs.c123 fserver *fs2 = NULL; in flush_srvr_nfs_cache() local
125 ITER(fs2, fserver, &nfs_srvr_list) { in flush_srvr_nfs_cache()
126 if (fs == NULL || fs == fs2) { in flush_srvr_nfs_cache()
127 nfs_private *np = (nfs_private *) fs2->fs_private; in flush_srvr_nfs_cache()
188 fserver *fs2 = (fserver *) idv; in got_portmap() local
195 if (fs == fs2) in got_portmap()
198 if (fs == fs2) { in got_portmap()
/netbsd-src/lib/libc/compat/arch/alpha/gen/
H A Dcompat__setjmp.S64 stt fs2, ((4 + 37) * 8)(a0)
109 ldt fs2, ((4 + 37) * 8)(a0)
H A Dcompat_setjmp.S91 stt fs2, ((4 + 37) * 8)(a0)
/netbsd-src/lib/libc/arch/riscv/gen/
H A D_setjmp.S72 fsd fs2, JB_FS2(a0) /* save callee saved register */
109 fld fs2, JB_FS2(a0) /* restore callee saved register */
H A D__setjmp14.S44 fsd fs2, JB_FS2(a0) /* save callee saved register */
86 fld fs2, JB_FS2(a0) /* restore callee saved register */
/netbsd-src/sys/external/bsd/gnu-efi/dist/inc/riscv64/
H A Defisetjmp_arch.h28 UINT64 fs2; member
/netbsd-src/sys/external/bsd/gnu-efi/dist/lib/riscv64/
H A Dsetjmp.S30 FREG_ONE(fs2, 128); \
/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/rdata/generic/
H A Dloc_29.c443 int d2, m2, s2, fs2; in totext_loc() local
531 fs2 = (int)(longitude % 1000); in totext_loc()
552 m1, s1, fs1, north ? "N" : "S", d2, m2, s2, fs2, in totext_loc()
/netbsd-src/external/mpl/bind/dist/lib/dns/rdata/generic/
H A Dloc_29.c443 int d2, m2, s2, fs2; in totext_loc() local
531 fs2 = (int)(longitude % 1000); in totext_loc()
552 m1, s1, fs1, north ? "N" : "S", d2, m2, s2, fs2, in totext_loc()
/netbsd-src/lib/libc/arch/alpha/gen/
H A D__setjmp14.S94 stt fs2, (4*8 + SC_FPREGS)(a0)
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/asan/tests/
H A Dasan_test.cc1006 static char fs2[10]; in TEST() local
1035 Ident(fs2); in TEST()
1040 EXPECT_DEATH(fs2[Ident(-1)] = 0, "is located.*of global variable"); in TEST()
/netbsd-src/sys/arch/alpha/include/
H A Dasm.h98 #define fs2 $f4 macro
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
H A DRISCVRegisterInfo.td207 def F18_H : RISCVReg16<18,"f18", ["fs2"]>, DwarfRegNum<[50]>;