HomeSort by: relevance | last modified time | path
    Searched defs:fst (Results 1 - 24 of 24) sorted by relevancy

  /src/tests/fs/ffs/
t_quota2_remount.c 32 struct statvfs fst; local
52 if (rump_sys_statvfs1(FSTEST_MNTNAME, &fst, 0) != 0)
55 if ((fst.f_flag & ST_QUOTA) != 0)
63 if (rump_sys_statvfs1(FSTEST_MNTNAME, &fst, 0) != 0)
66 if ((fst.f_flag & ST_QUOTA) == 0)
74 if (rump_sys_statvfs1(FSTEST_MNTNAME, &fst, 0) != 0)
77 if ((fst.f_flag & ST_QUOTA) == 0)
  /src/sys/net/npf/
npf_state.c 247 const npf_tcpstate_t *fst = &nst->nst_tcpst[0]; local
254 fst->nst_end, fst->nst_maxend, fst->nst_maxwin, fst->nst_wscale,
  /src/sys/arch/atari/atari/
disksubr.c 419 int fst, pno = -1; local
443 fst = FS_BSDFFS;
449 fst = FS_SWAP;
453 fst = FS_MSDOS;
456 fst = FS_OTHER;
466 dl->d_partitions[pno].p_fstype = fst;
  /src/usr.bin/quota/
quota.c 483 struct statvfs *fst; local
490 nfst = getmntinfo(&fst, MNT_WAIT);
498 qup->qh = quota_open(fst[i].f_mntonname);
503 err(1, "%s: quota_open", fst[i].f_mntonname);
521 fst[i].f_mntonname, j);
526 (void)strlcpy(qup->fsname, fst[i].f_mntonname,
  /src/usr.sbin/repquota/
repquota.c 127 struct statvfs *fst; local
171 nfst = getmntinfo(&fst, MNT_WAIT);
175 if ((fst[i].f_flag & ST_QUOTA) == 0)
179 argnum = oneof(fst[i].f_mntonname, argv, argc);
181 argnum = oneof(fst[i].f_mntfromname,
190 qh = quota_open(fst[i].f_mntonname);
196 warn("%s: quota_open", fst[i].f_mntonname);
  /src/external/bsd/unbound/dist/testcode/
lock_verify.c 264 int fst; local
274 while(fread(&fst, sizeof(fst), 1, in) == 1) {
275 if(fst == -1)
277 else read_lock(all, in, fst);
  /src/external/gpl3/gdb/dist/gdbserver/
hostio.cc 459 struct fio_stat fst; local
477 host_to_fileio_stat (&st, &fst);
480 (char *) &fst, sizeof (fst),
485 if (bytes_sent < sizeof (fst))
495 struct fio_stat fst; local
513 host_to_fileio_stat (&st, &fst);
516 (char *) &fst, sizeof (fst),
521 if (bytes_sent < sizeof (fst))
    [all...]
  /src/external/gpl3/gdb.old/dist/gdbserver/
hostio.cc 459 struct fio_stat fst; local
477 host_to_fileio_stat (&st, &fst);
480 (char *) &fst, sizeof (fst),
485 if (bytes_sent < sizeof (fst))
  /src/external/lgpl3/mpfr/dist/src/
add1sp1_extracted.c 48 uint64_t fst; member in struct:K___uint64_t_int64_t_s
55 uint64_t fst; member in struct:K___uint64_t_uint64_t_int64_t_s
120 .fst = (uint64_t)0x8000000000000000U | a01 >> (uint32_t)1U,
125 scrut = ((K___uint64_t_int64_t){ .fst = a01, .snd = bx2 });
126 uint64_t a02 = scrut.fst;
149 .fst = sb | (a01 & (uint64_t)1U),
155 scrut = ((K___uint64_t_uint64_t_int64_t){ .fst = sb, .snd = a01, .thd = bx2 });
156 uint64_t sb1 = scrut.fst;
197 .fst = (uint64_t)0x8000000000000000U | a01 >> (uint32_t)1U,
202 scrut = ((K___uint64_t_int64_t){ .fst = a01, .snd = bx2 })
    [all...]
mul_1_extracted.c 34 int64_t fst; member in struct:K___int64_t_uint64_t_uint64_t_s
75 //uint64_t a0 = scrut0.fst;
84 .fst = ax - (int64_t)1,
90 scrut = ((K___int64_t_uint64_t_uint64_t){ .fst = ax, .snd = a0, .thd = sb });
91 int64_t ax1 = scrut.fst;
sub1sp1_extracted.c 77 const MPFR_Lib_mpfr_struct *fst; /* added const */ member in struct:K___MPFR_Lib_mpfr_struct__MPFR_Lib_mpfr_struct__int64_t_int64_t_uint64_t__uint64_t__s
294 lit0.fst = b;
315 lit0.fst = c;
325 const MPFR_Lib_mpfr_struct *b1 = scrut.fst; /* added const */
  /src/external/gpl3/gdb/dist/gdb/
remote-fileio.c 859 struct fio_stat fst; local
899 host_to_fileio_stat (&st, &fst);
900 host_to_fileio_uint (0, fst.fst_dev);
902 errno = target_write_memory (statptr, (gdb_byte *) &fst, sizeof fst);
920 struct fio_stat fst; local
945 host_to_fileio_uint (1, fst.fst_dev);
977 host_to_fileio_stat (&st, &fst);
979 errno = target_write_memory (ptrval, (gdb_byte *) &fst, sizeof fst);
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
remote-fileio.c 859 struct fio_stat fst; local
899 host_to_fileio_stat (&st, &fst);
900 host_to_fileio_uint (0, fst.fst_dev);
902 errno = target_write_memory (statptr, (gdb_byte *) &fst, sizeof fst);
920 struct fio_stat fst; local
945 host_to_fileio_uint (1, fst.fst_dev);
977 host_to_fileio_stat (&st, &fst);
979 errno = target_write_memory (ptrval, (gdb_byte *) &fst, sizeof fst);
    [all...]
  /src/usr.bin/fstat/
fstat.c 639 checkfs(struct vnode *vp, struct vnode *vn, struct filestat *fst,
647 *type = vfilestat(vn, fst);
656 if (d->fsid == fst->fsid) {
658 if (d->ino == fst->fileid) {
671 vprint(struct vnode *vn, struct filestat *fst)
678 if (nflg || ((name = devname(fst->rdev, vn->v_type == VCHR ?
681 kdriver_search(vn->v_type, major(fst->rdev)),
682 (unsigned long long)minor(fst->rdev));
688 (void)printf(" %6lld", (long long)fst->size);
706 struct filestat fst; local
1195 struct filestat fst; local
    [all...]
  /src/usr.sbin/edquota/
edquota.c 559 struct statvfs *fst; local
567 nfst = getmntinfo(&fst, MNT_WAIT);
572 if ((fst[i].f_flag & ST_QUOTA) == 0)
576 strcmp(fst[i].f_mntonname, filesys) != 0 &&
577 strcmp(fst[i].f_mntfromname, filesys) != 0)
579 qup = getprivs2(id, idtype, fst[i].f_mntonname, defaultq,
631 struct statvfs *fst; local
661 nfst = getmntinfo(&fst, MNT_WAIT);
666 if ((fst[i].f_flag & ST_QUOTA) == 0)
668 if (filesys && strcmp(fst[i].f_mntonname, filesys) != 0 &
    [all...]
  /src/usr.sbin/quotacheck/
quotacheck.c 489 struct statvfs *fst; local
492 nfst = getmntinfo(&fst, MNT_WAIT);
497 if (strncmp(fst[i].f_fstypename, "ffs",
498 sizeof(fst[i].f_fstypename)) == 0 &&
499 strncmp(fst[i].f_mntonname, fsname,
500 sizeof(fst[i].f_mntonname)) == 0 &&
501 (fst[i].f_flag & ST_QUOTA) != 0) {
  /src/external/apache2/llvm/dist/libcxx/src/filesystem/
operations.cpp 1146 file_status fst = detail::posix_stat(p, st, &m_ec); local
1147 if (!exists(fst) || !is_regular_file(fst)) {
1149 is_directory(fst) ? errc::is_a_directory : errc::not_supported;
1236 file_status fst = detail::posix_stat(p, st, &m_ec); local
  /src/usr.sbin/sysinst/
partman.c 3319 int fst; local
3349 fst = FS_RAID;
3352 fst = FS_BSDFFS;
3355 fst = FS_CGD;
3361 info.nat_type = parts->pscheme->get_fs_part_type(PT_root, fst, 0);
  /src/external/bsd/wpa/dist/src/ap/
hostapd.h 557 struct fst_iface *fst; member in struct:hostapd_iface
  /src/external/gpl3/binutils/dist/binutils/
objdump.c 2114 struct stat fst;
2117 p = try_print_file_open (filename, filename, &fst, abfd);
2133 p = try_print_file_open (filename, modname, &fst, abfd);
2145 if (fst.st_mtime > mtime)
2109 struct stat fst; local
  /src/external/gpl3/binutils.old/dist/binutils/
objdump.c 2123 struct stat fst;
2126 p = try_print_file_open (filename, filename, &fst, abfd);
2142 p = try_print_file_open (filename, modname, &fst, abfd);
2154 if (fst.st_mtime > mtime)
2118 struct stat fst; local
  /src/crypto/external/bsd/openssh/dist/
libcrux_mlkem768_sha3.h 140 .fst = EURYDICE_SLICE((element_type *)slice.ptr, 0, mid), \
144 .fst = {.ptr = slice.ptr, .len = mid}, \
295 uint8_t fst[1152U]; member in struct:libcrux_ml_kem_utils_extraction_helper_Keypair768_s
399 Eurydice_slice fst[4U]; member in struct:Eurydice_slice_uint8_t_4size_t__x2_s
544 libcrux_ml_kem_mlkem768_MlKem768Ciphertext fst; member in struct:tuple_3c_s
740 Eurydice_slice fst; member in struct:Eurydice_slice_uint8_t_x2_s
745 Eurydice_slice fst[1U]; member in struct:Eurydice_slice_uint8_t_1size_t__x2_s
1026 Eurydice_slice out00 = uu____0.fst;
1029 lit.fst[0U] = out00;
2480 memcpy(o0, uu____4.fst, (size_t)1U * sizeof(Eurydice_slice))
5899 uint8_t fst; member in struct:uint8_t_x11_s
6032 int16_t fst; member in struct:int16_t_x8_s
7412 uint8_t fst; member in struct:uint8_t_x4_s
7556 uint8_t fst; member in struct:uint8_t_x5_s
7890 uint8_t fst; member in struct:uint8_t_x3_s
7974 int16_t fst; member in struct:int16_t_x2_s
    [all...]
  /src/external/bsd/wpa/dist/wpa_supplicant/
wpa_supplicant_i.h 1384 struct fst_iface *fst; member in struct:wpa_supplicant
  /src/external/gpl3/gcc/dist/gcc/
gimplify.cc 4331 tree fst = TREE_OPERAND (pred, 0);
4334 if (TREE_CODE (fst) == TRUTH_ANDIF_EXPR
4335 || TREE_CODE (fst) == TRUTH_ORIF_EXPR)
4336 tag_shortcut_cond (fst, condition_uid);
4337 else if (TREE_CODE (fst) == COND_EXPR)
4338 SET_EXPR_UID (fst, condition_uid);
4328 tree fst = TREE_OPERAND (pred, 0); local

Completed in 81 milliseconds