Home
last modified time | relevance | path

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

123

/netbsd-src/tests/fs/ffs/
H A Dt_quota2_remount.c32 struct statvfs fst; in do_quota() local
52 if (rump_sys_statvfs1(FSTEST_MNTNAME, &fst, 0) != 0) in do_quota()
55 if ((fst.f_flag & ST_QUOTA) != 0) in do_quota()
63 if (rump_sys_statvfs1(FSTEST_MNTNAME, &fst, 0) != 0) in do_quota()
66 if ((fst.f_flag & ST_QUOTA) == 0) in do_quota()
74 if (rump_sys_statvfs1(FSTEST_MNTNAME, &fst, 0) != 0) in do_quota()
77 if ((fst.f_flag & ST_QUOTA) == 0) in do_quota()
/netbsd-src/external/lgpl3/mpfr/dist/src/
H A Dadd1sp1_extracted.c48 uint64_t fst; member
55 uint64_t fst; member
120 .fst = (uint64_t)0x8000000000000000U | a01 >> (uint32_t)1U, in mpfr_add1sp1()
125 scrut = ((K___uint64_t_int64_t){ .fst = a01, .snd = bx2 }); in mpfr_add1sp1()
126 uint64_t a02 = scrut.fst; in mpfr_add1sp1()
149 .fst = sb | (a01 & (uint64_t)1U), in mpfr_add1sp1()
155 scrut = ((K___uint64_t_uint64_t_int64_t){ .fst = sb, .snd = a01, .thd = bx2 }); in mpfr_add1sp1()
156 uint64_t sb1 = scrut.fst; in mpfr_add1sp1()
197 .fst = (uint64_t)0x8000000000000000U | a01 >> (uint32_t)1U, in mpfr_add1sp1()
202 scrut = ((K___uint64_t_int64_t){ .fst = a01, .snd = bx2 }); in mpfr_add1sp1()
[all …]
H A Dmul_1_extracted.c34 int64_t fst; member
84 .fst = ax - (int64_t)1, in mpfr_mul_1()
90 scrut = ((K___int64_t_uint64_t_uint64_t){ .fst = ax, .snd = a0, .thd = sb }); in mpfr_mul_1()
91 int64_t ax1 = scrut.fst; in mpfr_mul_1()
H A Dsub1sp1_extracted.c77 const MPFR_Lib_mpfr_struct *fst; /* added const */ member
294 lit0.fst = b; in MPFR_Sub1sp1_mpfr_sub1sp1()
315 lit0.fst = c; in MPFR_Sub1sp1_mpfr_sub1sp1()
325 const MPFR_Lib_mpfr_struct *b1 = scrut.fst; /* added const */ in MPFR_Sub1sp1_mpfr_sub1sp1()
/netbsd-src/sys/net/npf/
H A Dnpf_state.c247 const npf_tcpstate_t *fst = &nst->nst_tcpst[0]; in npf_state_dump() local
254 fst->nst_end, fst->nst_maxend, fst->nst_maxwin, fst->nst_wscale, in npf_state_dump()
/netbsd-src/usr.bin/fstat/
H A Dfstat.c639 checkfs(struct vnode *vp, struct vnode *vn, struct filestat *fst, in checkfs() argument
647 *type = vfilestat(vn, fst); in checkfs()
656 if (d->fsid == fst->fsid) { in checkfs()
658 if (d->ino == fst->fileid) { in checkfs()
671 vprint(struct vnode *vn, struct filestat *fst) in vprint() argument
678 if (nflg || ((name = devname(fst->rdev, vn->v_type == VCHR ? in vprint()
681 kdriver_search(vn->v_type, major(fst->rdev)), in vprint()
682 (unsigned long long)minor(fst->rdev)); in vprint()
688 (void)printf(" %6lld", (long long)fst->size); in vprint()
706 struct filestat fst; in vtrans() local
[all …]
/netbsd-src/usr.sbin/edquota/
H A Dedquota.c559 struct statvfs *fst; in getprivs() local
567 nfst = getmntinfo(&fst, MNT_WAIT); in getprivs()
572 if ((fst[i].f_flag & ST_QUOTA) == 0) in getprivs()
576 strcmp(fst[i].f_mntonname, filesys) != 0 && in getprivs()
577 strcmp(fst[i].f_mntfromname, filesys) != 0) in getprivs()
579 qup = getprivs2(id, idtype, fst[i].f_mntonname, defaultq, in getprivs()
631 struct statvfs *fst; in clearpriv() local
661 nfst = getmntinfo(&fst, MNT_WAIT); in clearpriv()
666 if ((fst[i].f_flag & ST_QUOTA) == 0) in clearpriv()
668 if (filesys && strcmp(fst[i].f_mntonname, filesys) != 0 && in clearpriv()
[all …]
/netbsd-src/usr.sbin/repquota/
H A Drepquota.c127 struct statvfs *fst; in main() local
171 nfst = getmntinfo(&fst, MNT_WAIT); in main()
175 if ((fst[i].f_flag & ST_QUOTA) == 0) in main()
179 argnum = oneof(fst[i].f_mntonname, argv, argc); in main()
181 argnum = oneof(fst[i].f_mntfromname, in main()
190 qh = quota_open(fst[i].f_mntonname); in main()
196 warn("%s: quota_open", fst[i].f_mntonname); in main()
/netbsd-src/regress/sys/uvm/pdsim/
H A Dlfu.hs37 pgmatch idx pg = idx == fst pg
58 pg = (fst opg, snd opg + 1)
70 do_lfu npg rs = fst $ do_lfu1 npg [] [] 0 rs
H A Dlru.hs53 do_lru npg rs = fst $ do_lru1 npg [] [] 0 rs
H A Drand.hs56 do_rand npg rs = fst $ do_rand1 rg npg [] [] 0 rs
H A Dopt.hs58 do_opt npg rs = fst $ do_opt1 npg [] Set.empty rs
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/
H A DFileData.cc186 FileData::setFsType (const char* fst) in setFsType() argument
188 size_t len = strlen (fst); in setFsType()
190 snprintf (fsType, sizeof (fsType), NTXT ("%s"), fst); in setFsType()
237 FileData::setFsType (FileSystem_type fst) in setFsType() argument
240 switch (fst) in setFsType()
H A DFileData.h79 void setFsType (FileSystem_type fst);
80 void setFsType (const char* fst);
/netbsd-src/external/gpl3/binutils/dist/gprofng/src/
H A DFileData.cc186 FileData::setFsType (const char* fst) in setFsType() argument
188 size_t len = strlen (fst); in setFsType()
190 snprintf (fsType, sizeof (fsType), NTXT ("%s"), fst); in setFsType()
237 FileData::setFsType (FileSystem_type fst) in setFsType() argument
240 switch (fst) in setFsType()
H A DFileData.h79 void setFsType (FileSystem_type fst);
80 void setFsType (const char* fst);
/netbsd-src/usr.bin/quota/
H A Dquota.c483 struct statvfs *fst; in getprivs() local
490 nfst = getmntinfo(&fst, MNT_WAIT); in getprivs()
498 qup->qh = quota_open(fst[i].f_mntonname); in getprivs()
503 err(1, "%s: quota_open", fst[i].f_mntonname); in getprivs()
521 fst[i].f_mntonname, j); in getprivs()
526 (void)strlcpy(qup->fsname, fst[i].f_mntonname, in getprivs()
/netbsd-src/sys/arch/atari/atari/
H A Ddisksubr.c419 int fst, pno = -1; in ahdi_to_bsd() local
443 fst = FS_BSDFFS; in ahdi_to_bsd()
449 fst = FS_SWAP; in ahdi_to_bsd()
453 fst = FS_MSDOS; in ahdi_to_bsd()
456 fst = FS_OTHER; in ahdi_to_bsd()
466 dl->d_partitions[pno].p_fstype = fst; in ahdi_to_bsd()
/netbsd-src/lib/libm/arch/i387/
H A De_exp.S78 fst %st(1)
80 fst %st(2)
/netbsd-src/external/bsd/unbound/dist/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()
/netbsd-src/usr.sbin/quotacheck/
H A Dquotacheck.c489 struct statvfs *fst; in update() local
492 nfst = getmntinfo(&fst, MNT_WAIT); in update()
497 if (strncmp(fst[i].f_fstypename, "ffs", in update()
498 sizeof(fst[i].f_fstypename)) == 0 && in update()
499 strncmp(fst[i].f_mntonname, fsname, in update()
500 sizeof(fst[i].f_mntonname)) == 0 && in update()
501 (fst[i].f_flag & ST_QUOTA) != 0) { in update()
/netbsd-src/sys/kern/
H A Dkern_timeout.c149 #define CIRCQ_APPEND(fst, snd) \ argument
152 (fst)->cq_prev_l->cq_next_l = (snd)->cq_next_l; \
153 (snd)->cq_next_l->cq_prev_l = (fst)->cq_prev_l; \
154 (snd)->cq_prev_l->cq_next_l = (fst); \
155 (fst)->cq_prev_l = (snd)->cq_prev_l; \
/netbsd-src/external/bsd/wpa/bin/
H A DMakefile.inc17 ${WPA_DISTDIR}/src/fst \
/netbsd-src/external/bsd/file/dist/magic/magdir/
H A Dopenfst7 >&0 pstring/l x \b, fst type: %s
/netbsd-src/external/gpl3/gcc/dist/gcc/config/alpha/
H A Dev6.md76 ; via two fp store units. We need a slot in the fst immediately, and
83 (eq_attr "type" "fst"))

123