| /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 | 277 struct filestat *fst; in dofiles() local 286 STAILQ_FOREACH(fst, head, next) { in dofiles() 287 if (fst->fs_type != PS_FST_TYPE_VNODE) in dofiles() 289 error = procstat_get_vnode_info(procstat, fst, &vn, errbuf); in dofiles() 320 cons->flags |= fst->fs_fflags; in dofiles() 321 cons->uflags |= fst->fs_uflags; in dofiles() 333 cons->uflags = fst->fs_uflags; in dofiles() 334 cons->flags = fst->fs_fflags; in dofiles()
|
| /freebsd/usr.bin/procstat/ |
| H A D | procstat_files.c | 299 struct filestat *fst; in procstat_files() local 317 STAILQ_FOREACH(fst, head, next) { in procstat_files() 318 width = width_capability(&fst->fs_cap_rights); in procstat_files() 343 STAILQ_FOREACH(fst, head, next) { in procstat_files() 347 if (fst->fs_uflags & PS_FST_UFLAG_CTTY) in procstat_files() 349 else if (fst->fs_uflags & PS_FST_UFLAG_CDIR) in procstat_files() 351 else if (fst->fs_uflags & PS_FST_UFLAG_JAIL) in procstat_files() 353 else if (fst->fs_uflags & PS_FST_UFLAG_RDIR) in procstat_files() 355 else if (fst->fs_uflags & PS_FST_UFLAG_TEXT) in procstat_files() 357 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 | 227 int procstat_get_pipe_info(struct procstat *procstat, struct filestat *fst, 229 int procstat_get_pts_info(struct procstat *procstat, struct filestat *fst, 231 int procstat_get_sem_info(struct procstat *procstat, struct filestat *fst, 233 int procstat_get_shm_info(struct procstat *procstat, struct filestat *fst, 235 int procstat_get_socket_info(struct procstat *procstat, struct filestat *fst, 237 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, 483 struct statfs *fst; in getprivs() 491 nfst = getmntinfo(&fst, MNT_NOWAIT); in getprivs() 506 strcmp(sfb.f_mntonname, fst[i].f_mntonname) != 0) in getprivs() 508 if (strcmp(fst[i].f_fstypename, "nfs") == 0) { in getprivs() 511 if (getnfsquota(&fst[i], qup, id, quotatype) == 0) in getprivs() 513 } else if (strcmp(fst[i].f_fstypename, "ufs") == 0) { in getprivs() 522 if ((fs = getfsspec(fst[i].f_mntfromname)) == NULL) in getprivs() 528 strcpy(qup->fsname, fst[i].f_mntonname); in getprivs() 560 getnfsquota(struct statfs *fst, struc in getnfsquota() 480 struct statfs *fst; getprivs() local 557 getnfsquota(struct statfs * fst,struct quotause * qup,long id,int quotatype) getnfsquota() argument [all...] |
| /freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/tmpfile/ |
| H A D | tmpfile_stat_mode.c | 52 struct stat fst; in test_stat_mode() local 71 if (fstat(fd, &fst) == -1) in test_stat_mode() 83 mode = fst.st_mode & 0777; in test_stat_mode() 91 if (fstat(fd, &fst) == -1) in test_stat_mode() 95 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/crypto/openssh/ |
| H A D | libcrux_mlkem768_sha3.h | 274 EURYDICE_CFIELD(.fst =) \ 282 EURYDICE_CFIELD(.fst =) \ 883 uint8_t fst[1152U]; member 1117 libcrux_ml_kem_mlkem768_MlKem768Ciphertext fst; member 1272 Eurydice_slice fst; member 1279 Eurydice_slice fst; member 1298 Eurydice_slice ind_cpa_secret_key = uu____0.fst; in libcrux_ml_kem_types_unpack_private_key_b4() 1302 Eurydice_slice ind_cpa_public_key = uu____1.fst; in libcrux_ml_kem_types_unpack_private_key_b4() 1307 Eurydice_slice ind_cpa_public_key_hash = uu____2.fst; in libcrux_ml_kem_types_unpack_private_key_b4() 1310 KRML_CLITERAL(Eurydice_slice_uint8_t_x4){.fst = ind_cpa_secret_key, in libcrux_ml_kem_types_unpack_private_key_b4() [all …]
|
| H A D | kexmlkem768x25519.c | 145 (r = sshbuf_put(server_blob, enc.fst.value, sizeof(enc.fst.value))) != 0 || in kex_kem_mlkem768x25519_enc() 157 enc.fst.value, sizeof(enc.fst.value)); in kex_kem_mlkem768x25519_enc()
|
| H A D | mlkem768.sh | 182 if (sizeof(enc_result.fst.value) != crypto_kem_mlkem768_CIPHERTEXTBYTES) 193 &enc_result.fst, shared_key);
|
| /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/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()
|