/freebsd/usr.bin/fstat/ |
H A D | fstat.c | 85 struct filestat *fst, const char *uname, const char *cmd, int pid); 87 struct filestat *fst); 89 struct filestat *fst); 91 struct filestat *fst); 93 struct filestat *fst); 95 struct filestat *fst); 97 struct filestat *fst); 216 struct filestat *fst; in dofiles() local 227 STAILQ_FOREACH(fst, head, next) in dofiles() 228 print_file_info(procstat, fst, uname, cmd, pid); in dofiles() [all …]
|
H A D | fuser.c | 288 struct filestat *fst; in dofiles() local 297 STAILQ_FOREACH(fst, head, next) { in dofiles() 298 if (fst->fs_type != PS_FST_TYPE_VNODE) in dofiles() 300 error = procstat_get_vnode_info(procstat, fst, &vn, errbuf); in dofiles() 331 cons->flags |= fst->fs_fflags; in dofiles() 332 cons->uflags |= fst->fs_uflags; in dofiles() 344 cons->uflags = fst->fs_uflags; in dofiles() 345 cons->flags = fst->fs_fflags; in dofiles()
|
/freebsd/usr.bin/procstat/ |
H A D | procstat_files.c | 293 struct filestat *fst; in procstat_files() local 311 STAILQ_FOREACH(fst, head, next) { in procstat_files() 312 width = width_capability(&fst->fs_cap_rights); in procstat_files() 337 STAILQ_FOREACH(fst, head, next) { in procstat_files() 341 if (fst->fs_uflags & PS_FST_UFLAG_CTTY) in procstat_files() 343 else if (fst->fs_uflags & PS_FST_UFLAG_CDIR) in procstat_files() 345 else if (fst->fs_uflags & PS_FST_UFLAG_JAIL) in procstat_files() 347 else if (fst->fs_uflags & PS_FST_UFLAG_RDIR) in procstat_files() 349 else if (fst->fs_uflags & PS_FST_UFLAG_TEXT) in procstat_files() 351 else if (fst->fs_uflags & PS_FST_UFLAG_TRACE) in procstat_files() [all …]
|
H A D | procstat_pwdx.c | 53 struct filestat *fst; in procstat_pwdx() local 58 STAILQ_FOREACH(fst, head, next) { in procstat_pwdx() 59 if ((fst->fs_uflags & PS_FST_UFLAG_CDIR) && in procstat_pwdx() 60 (fst->fs_path != NULL)) { in procstat_pwdx() 62 xo_emit("{:cwd/%s}", fst->fs_path); in procstat_pwdx()
|
/freebsd/lib/libprocstat/ |
H A D | libprocstat_compat.c | 91 struct filestat *fst, struct freebsd11_ptsstat *pts, char *errbuf); 93 struct filestat *fst, struct freebsd12_ptsstat *pts_compat, char *errbuf); 95 struct filestat *fst, struct freebsd11_semstat *sem, char *errbuf); 97 struct filestat *fst, struct freebsd11_shmstat *shm, char *errbuf); 99 struct filestat *fst, struct freebsd11_sockstat *sock, char *errbuf); 101 struct filestat *fst, struct freebsd11_vnstat *vn, char *errbuf); 103 struct filestat *fst, struct freebsd12_vnstat *vn_compat, char *errbuf); 109 struct filestat *fst, struct freebsd11_ptsstat *pts_compat, char *errbuf) in freebsd11_procstat_get_pts_info() argument 114 r = procstat_get_pts_info(procstat, fst, &pts, errbuf); in freebsd11_procstat_get_pts_info() 128 struct filestat *fst, struct freebsd12_ptsstat *pts_compat, char *errbuf) in freebsd12_procstat_get_pts_info() argument [all …]
|
H A D | libprocstat.c | 127 static int procstat_get_pipe_info_sysctl(struct filestat *fst, 129 static int procstat_get_pipe_info_kvm(kvm_t *kd, struct filestat *fst, 131 static int procstat_get_pts_info_sysctl(struct filestat *fst, 133 static int procstat_get_pts_info_kvm(kvm_t *kd, struct filestat *fst, 135 static int procstat_get_sem_info_sysctl(struct filestat *fst, 137 static int procstat_get_sem_info_kvm(kvm_t *kd, struct filestat *fst, 139 static int procstat_get_shm_info_sysctl(struct filestat *fst, 141 static int procstat_get_shm_info_kvm(kvm_t *kd, struct filestat *fst, 143 static int procstat_get_socket_info_sysctl(struct filestat *fst, 145 static int procstat_get_socket_info_kvm(kvm_t *kd, struct filestat *fst, [all …]
|
H A D | libprocstat.h | 226 int procstat_get_pipe_info(struct procstat *procstat, struct filestat *fst, 228 int procstat_get_pts_info(struct procstat *procstat, struct filestat *fst, 230 int procstat_get_sem_info(struct procstat *procstat, struct filestat *fst, 232 int procstat_get_shm_info(struct procstat *procstat, struct filestat *fst, 234 int procstat_get_socket_info(struct procstat *procstat, struct filestat *fst, 236 int procstat_get_vnode_info(struct procstat *procstat, struct filestat *fst,
|
/freebsd/contrib/netbsd-tests/fs/ffs/ |
H A D | t_quota2_remount.c | 32 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()
|
/freebsd/usr.bin/quota/ |
H A D | quota.c | 87 static int getnfsquota(struct statfs *fst, struct quotause *qup, long id, 480 struct statfs *fst; in getprivs() local 488 nfst = getmntinfo(&fst, MNT_NOWAIT); in getprivs() 503 strcmp(sfb.f_mntonname, fst[i].f_mntonname) != 0) in getprivs() 505 if (strcmp(fst[i].f_fstypename, "nfs") == 0) { in getprivs() 508 if (getnfsquota(&fst[i], qup, id, quotatype) == 0) in getprivs() 510 } else if (strcmp(fst[i].f_fstypename, "ufs") == 0) { in getprivs() 519 if ((fs = getfsspec(fst[i].f_mntfromname)) == NULL) in getprivs() 525 strcpy(qup->fsname, fst[i].f_mntonname); in getprivs() 557 getnfsquota(struct statfs *fst, struct quotause *qup, long id, int quotatype) in getnfsquota() argument [all …]
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/tmpfile/ |
H A D | tmpfile_stat_mode.c | 51 struct stat fst; in test_stat_mode() local 70 if (fstat(fd, &fst) == -1) in test_stat_mode() 82 mode = fst.st_mode & 0777; in test_stat_mode() 90 if (fstat(fd, &fst) == -1) in test_stat_mode() 94 mode = fst.st_mode & 0777; in test_stat_mode()
|
/freebsd/sys/dev/random/ |
H A D | build.sh | 42 ../../crypto/rijndael/rijndael-api-fst.c \ 43 ../../crypto/rijndael/rijndael-alg-fst.c \ 52 ../../crypto/rijndael/rijndael-api-fst.c \ 53 ../../crypto/rijndael/rijndael-alg-fst.c \
|
/freebsd/sys/vm/ |
H A D | redzone.c | 133 struct stack ast, fst; in redzone_check() local 161 stack_save(&fst); in redzone_check() 162 stack_print_ddb(&fst); in redzone_check() 180 stack_save(&fst); in redzone_check() 181 stack_print_ddb(&fst); in redzone_check()
|
/freebsd/contrib/wpa/src/ap/ |
H A D | utils.c | 66 if (ohapd->iface->fst && in prune_associations() 67 data->hapd->iface->fst && in prune_associations() 68 fst_are_ifaces_aggregated(ohapd->iface->fst, in prune_associations() 69 data->hapd->iface->fst)) in prune_associations()
|
/freebsd/libexec/rpc.rquotad/ |
H A D | rquotad.c | 291 struct fstab fst; in getfsquota() local 293 fst.fs_file = path; in getfsquota() 294 fst.fs_mntops = blank; in getfsquota() 295 fst.fs_vfstype = blank; in getfsquota() 300 qf = quota_open(&fst, type, O_RDONLY); in getfsquota() 303 fst.fs_file, fst.fs_mntops, type, in getfsquota()
|
/freebsd/sys/contrib/openzfs/config/ |
H A D | kernel-fst-mount.m4 | 17 static struct file_system_type fst __attribute__ ((unused)) = { 24 AC_MSG_CHECKING([whether fst->mount() exists]) 28 ZFS_LINUX_TEST_ERROR([fst->mount()])
|
/freebsd/sys/crypto/rijndael/ |
H A D | Makefile | 3 SRCS= ${PROG}.c rijndael-alg-fst.c rijndael-api-fst.c
|
/freebsd/sys/modules/geom/geom_bde/ |
H A D | Makefile |
|
/freebsd/contrib/llvm-project/compiler-rt/lib/xray/ |
H A D | xray_trampoline_loongarch64.S | 25 fst.d $f\i, $sp, (8 * \i) 41 fst.d $f1, $sp, 8 42 fst.d $f0, $sp, 0
|
/freebsd/stand/libsa/geli/ |
H A D | Makefile.inc | 10 .for i in rijndael-alg-fst.c rijndael-api-fst.c rijndael-api.c
|
/freebsd/tests/sys/devrandom/ |
H A D | Makefile | 18 LDADD.uint128_test+= ${SRCTOP}/sys/crypto/rijndael/rijndael-alg-fst.c 19 LDADD.uint128_test+= ${SRCTOP}/sys/crypto/rijndael/rijndael-api-fst.c
|
/freebsd/crypto/openssh/ |
H A D | 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 399 Eurydice_slice fst[4U]; member 544 libcrux_ml_kem_mlkem768_MlKem768Ciphertext fst; member 740 Eurydice_slice fst; member 745 Eurydice_slice fst[1U]; member 1026 Eurydice_slice out00 = uu____0.fst; in libcrux_sha3_portable_keccak_split_at_mut_1() 1029 lit.fst[0U] = out00; in libcrux_sha3_portable_keccak_split_at_mut_1() 2480 memcpy(o0, uu____4.fst, (size_t)1U * sizeof(Eurydice_slice)); in libcrux_sha3_generic_keccak_keccak_e9() [all …]
|
H A D | kexmlkem768x25519.c | 149 (r = sshbuf_put(server_blob, enc.fst.value, sizeof(enc.fst.value))) != 0 || in kex_kem_mlkem768x25519_enc() 161 enc.fst.value, sizeof(enc.fst.value)); in kex_kem_mlkem768x25519_enc()
|
/freebsd/lib/msun/i387/ |
H A D | e_exp.S | 66 fst %st(1) 68 fst %st(2)
|
/freebsd/sbin/gbde/ |
H A D | Makefile |
|
/freebsd/sbin/mount/ |
H A D | mount.c | 894 struct fstab *fst; in putfsent() local 933 if ((fst = getfsspec(mntfromname))) in putfsent() 935 fst->fs_freq, fst->fs_passno); in putfsent() 936 else if ((fst = getfsfile(ent->f_mntonname))) in putfsent() 938 fst->fs_freq, fst->fs_passno); in putfsent()
|