Home
last modified time | relevance | path

Searched refs:fst (Results 1 – 25 of 40) sorted by relevance

12

/openbsd/usr.bin/quota/
H A Dquota.c435 struct statfs *fst; in getprivs() local
440 nfst = getmntinfo(&fst, MNT_WAIT); in getprivs()
453 !strncmp(fst[i].f_fstypename, "ufs", MFSNAMELEN) || in getprivs()
454 !strncmp(fst[i].f_fstypename, "mfs", MFSNAMELEN)) { in getprivs()
463 if ((fs = getfsspec(fst[i].f_mntfromspec)) == NULL) in getprivs()
465 if (getufsquota(&fst[i], fs, qup, id, quotatype) == 0) in getprivs()
571 if (fst->f_flags & MNT_LOCAL) in getnfsquota()
583 cp = strchr(fst->f_mntfromname, ':'); in getnfsquota()
597 if (callaurpc(fst->f_mntfromname, RQUOTAPROG, RQUOTAVERS, in getnfsquota()
608 warnx("permission error, host: %s", fst->f_mntfromname); in getnfsquota()
[all …]
/openbsd/gnu/usr.bin/binutils/gdb/
H A Dremote-fileio.c416 fst->fst_blocks); in remote_fileio_to_fio_stat()
1041 struct fio_stat fst; in remote_fileio_func_stat() local
1082 remote_fileio_to_fio_stat (&st, &fst); in remote_fileio_func_stat()
1083 remote_fileio_to_fio_uint (0, fst.fst_dev); in remote_fileio_func_stat()
1085 retlength = remote_fileio_write_bytes (ptrval, (char *) &fst, sizeof fst); in remote_fileio_func_stat()
1086 if (retlength != sizeof fst) in remote_fileio_func_stat()
1103 struct fio_stat fst; in remote_fileio_func_fstat() local
1129 remote_fileio_to_fio_uint (1, fst.fst_dev); in remote_fileio_func_fstat()
1156 remote_fileio_to_fio_stat (&st, &fst); in remote_fileio_func_fstat()
1158 retlength = remote_fileio_write_bytes (ptrval, (char *) &fst, sizeof fst); in remote_fileio_func_fstat()
[all …]
/openbsd/lib/libm/arch/i387/
H A De_exp.S69 fst %st(1)
71 fst %st(2)
H A De_asin.S12 fst %st(1)
H A De_acos.S12 fst %st(1)
/openbsd/lib/libm/arch/amd64/
H A De_exp.S73 fst %st(1)
75 fst %st(2)
/openbsd/usr.sbin/unbound/testcode/
H A Dlock_verify.c264 int fst; in readinput() local
274 while(fread(&fst, sizeof(fst), 1, in) == 1) { in readinput()
275 if(fst == -1) in readinput()
277 else read_lock(all, in, fst); in readinput()
/openbsd/gnu/usr.bin/perl/t/win32/
H A Dstat.t32 my @fst = stat $fh;
42 $st[6] = $fst[6] = 0;
/openbsd/regress/lib/libcrypto/x509/bettertls/certificates/
H A D492.key23 fst+l0KXGbKogQFlS4L7UfBSLNs717tEUtcrMJ+91dinrBlO6g4jRDZLYUOBqwF1
/openbsd/sys/kern/
H A Dkern_timeout.c124 #define CIRCQ_CONCAT(fst, snd) do { \ argument
126 (fst)->prev->next = (snd)->next;\
127 (snd)->next->prev = (fst)->prev;\
128 (snd)->prev->next = (fst); \
129 (fst)->prev = (snd)->prev; \
/openbsd/gnu/gcc/gcc/config/alpha/
H A Dev6.md77 ; via two fp store units. We need a slot in the fst immediately, and
84 (eq_attr "type" "fst"))
H A Dev4.md60 (eq_attr "type" "fst"))
H A Dev5.md46 (eq_attr "type" "ist,fst,st_c,mb"))
/openbsd/gnu/usr.bin/gcc/gcc/config/alpha/
H A Dev6.md72 ; via two fp store units. We need a slot in the fst immediately, and
79 (eq_attr "type" "fst"))
H A Dev4.md53 (eq_attr "type" "fst"))
H A Dev5.md46 (eq_attr "type" "ist,fst"))
/openbsd/usr.sbin/ypbind/
H A Dypbind.c773 struct stat fst, st; in direct() local
775 if (fstat(fileno(ypdb->dom_servlistfp), &fst) != -1 && in direct()
777 (st.st_dev != fst.st_dev || st.st_ino != fst.st_ino)) { in direct()
/openbsd/gnu/usr.bin/gcc/gcc/config/sh/
H A Dlib1funcs.asm2687 fst.d r15, 13*8, dr62
2688 fst.d r15, 12*8, dr60
2689 fst.d r15, 11*8, dr58
2690 fst.d r15, 10*8, dr56
2691 fst.d r15, 9*8, dr54
2692 fst.d r15, 8*8, dr52
2693 fst.d r15, 7*8, dr50
2694 fst.d r15, 6*8, dr48
2695 fst.d r15, 5*8, dr46
2696 fst.d r15, 4*8, dr44
[all …]
/openbsd/gnu/gcc/gcc/config/sh/
H A Dlib1funcs.asm2862 fst.d r15, 13*8, dr62
2863 fst.d r15, 12*8, dr60
2864 fst.d r15, 11*8, dr58
2865 fst.d r15, 10*8, dr56
2866 fst.d r15, 9*8, dr54
2867 fst.d r15, 8*8, dr52
2868 fst.d r15, 7*8, dr50
2869 fst.d r15, 6*8, dr48
2870 fst.d r15, 5*8, dr46
2871 fst.d r15, 4*8, dr44
[all …]
/openbsd/gnu/llvm/libcxx/src/filesystem/
H A Doperations.cpp1152 file_status fst = detail::posix_stat(p, st, &m_ec); in __file_size() local
1153 if (!exists(fst) || !is_regular_file(fst)) { in __file_size()
1155 is_directory(fst) ? errc::is_a_directory : errc::not_supported; in __file_size()
1242 file_status fst = detail::posix_stat(p, st, &m_ec); in __last_write_time() local
/openbsd/gnu/llvm/llvm/lib/Target/VE/
H A DVEInstrVec.td1348 let cx2 = 0 in defm VRMAXSWFSTSX : RVF1m<"vrmaxs.w.fst.sx", 0xbb, V64, VM>;
1349 let cx2 = 1 in defm VRMAXSWFSTZX : RVF1m<"vrmaxs.w.fst.zx", 0xbb, V64, VM>;
1358 defm VRMINSWFSTSX : RVF1m<"vrmins.w.fst.sx", 0xbb, V64, VM>;
1360 defm VRMINSWFSTZX : RVF1m<"vrmins.w.fst.zx", 0xbb, V64, VM>;
1370 let cs = 0 in defm VRMAXSLFST : RVF1m<"vrmaxs.l.fst", 0xab, V64, VM>;
1373 let cs = 0 in defm VRMINSLFST : RVF1m<"vrmins.l.fst", 0xab, V64, VM>;
1378 let cs = 0 in defm VFRMAXDFST : RVF1m<"vfrmax.d.fst", 0xad, V64, VM>;
1381 let cs = 0 in defm VFRMINDFST : RVF1m<"vfrmin.d.fst", 0xad, V64, VM>;
1385 let cs = 0 in defm VFRMAXSFST : RVF1m<"vfrmax.s.fst", 0xad, V64, VM>;
1388 let cs = 0 in defm VFRMINSFST : RVF1m<"vfrmin.s.fst", 0xad, V64, VM>;
/openbsd/gnu/llvm/llvm/lib/Target/CSKY/
H A DCSKYInstrInfoF2.td59 // fld/fst
66 def f2FST_S : F2_LDST_S<0b1, "fst", (outs), (ins FPR32Op:$vrz, GPR:$rx, uimm8_2:$imm8)>;
68 def f2FST_D : F2_LDST_D<0b1, "fst", (outs), (ins FPR64Op:$vrz, GPR:$rx, uimm8_2:$imm8)>;
H A DCSKYInstrInfoF1.td249 //fld, fst
267 defm FST : FT_XYAI_ST<0b0010010, "fst">;
/openbsd/gnu/usr.bin/binutils-2.17/gas/doc/
H A Dc-i860.texi146 The analogous expansions apply to @code{ld.x, st.x, fld.x, pfld.x, fst.x}, and @code{pst.x} as well.
/openbsd/gnu/usr.bin/binutils/gas/doc/
H A Dc-i860.texi146 The analogous expansions apply to @code{ld.x, st.x, fld.x, pfld.x, fst.x}, and @code{pst.x} as well.

12