Home
last modified time | relevance | path

Searched defs:fid (Results 1 – 25 of 47) sorted by relevance

12

/freebsd/contrib/lib9p/
H A Dfid.h89 l9p_fid_isauth(struct l9p_fid *fid) in l9p_fid_isauth()
95 l9p_fid_setauth(struct l9p_fid *fid) in l9p_fid_setauth()
101 l9p_fid_isdir(struct l9p_fid *fid) in l9p_fid_isdir()
107 l9p_fid_setdir(struct l9p_fid *fid) in l9p_fid_setdir()
113 l9p_fid_unsetdir(struct l9p_fid *fid) in l9p_fid_unsetdir()
119 l9p_fid_isopen(struct l9p_fid *fid) in l9p_fid_isopen()
125 l9p_fid_setopen(struct l9p_fid *fid) in l9p_fid_setopen()
131 l9p_fid_isvalid(struct l9p_fid *fid) in l9p_fid_isvalid()
137 l9p_fid_setvalid(struct l9p_fid *fid) in l9p_fid_setvalid()
149 l9p_fid_isxattr(struct l9p_fid *fid) in l9p_fid_isxattr()
[all …]
H A Dconnection.c144 struct l9p_fid *fid; in l9p_connection_close() local
181 l9p_connection_alloc_fid(struct l9p_connection *conn, uint32_t fid) in l9p_connection_alloc_fid()
203 l9p_connection_remove_fid(struct l9p_connection *conn, struct l9p_fid *fid) in l9p_connection_remove_fid()
H A Drequest.c497 fid_lookup(struct l9p_connection *conn, uint32_t fid, int err, int flags, in fid_lookup()
614 struct l9p_fid *fid; in l9p_dispatch_tattach() local
663 struct l9p_fid *fid; in l9p_dispatch_tclunk() local
759 struct l9p_fid *fid; in l9p_dispatch_tread() local
803 struct l9p_fid *fid; in l9p_dispatch_tremove() local
828 struct l9p_fid *fid; in l9p_dispatch_tstat() local
860 struct l9p_fid *fid, *newfid; in l9p_dispatch_twalk() local
921 struct l9p_fid *fid; in l9p_dispatch_twrite() local
1185 struct l9p_fid *fid, *newfid; in l9p_dispatch_txattrwalk() local
1229 struct l9p_fid *fid; in l9p_dispatch_txattrcreate() local
/freebsd/contrib/lib9p/pytest/
H A Dp9conn.py459 def getpath(self, fid): argument
467 def getpathX(self, fid): argument
477 def setpath(self, fid, path): argument
567 def retire_fid(self, fid): argument
810 def dupfid(self, fid): argument
827 def lookup(self, fid, components): argument
971 def open(self, fid, mode): argument
981 def lopen(self, fid, flags): argument
1103 def rename(self, fid, dfid, name): argument
1601 def uxreaddir_stat_fid(self, fid): argument
[all …]
H A Dclient.py212 def autoclunk(self, fid): argument
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dzfeature.c402 feature_do_action(spa_t *spa, spa_feature_t fid, feature_action_t action, in feature_do_action()
462 spa_feature_enable(spa_t *spa, spa_feature_t fid, dmu_tx_t *tx) in spa_feature_enable()
470 spa_feature_incr(spa_t *spa, spa_feature_t fid, dmu_tx_t *tx) in spa_feature_incr()
476 spa_feature_decr(spa_t *spa, spa_feature_t fid, dmu_tx_t *tx) in spa_feature_decr()
482 spa_feature_is_enabled(spa_t *spa, spa_feature_t fid) in spa_feature_is_enabled()
497 spa_feature_is_active(spa_t *spa, spa_feature_t fid) in spa_feature_is_active()
521 spa_feature_enabled_txg(spa_t *spa, spa_feature_t fid, uint64_t *txg) in spa_feature_enabled_txg()
/freebsd/sys/contrib/openzfs/include/sys/
H A Dzfeature.h37 #define VALID_FEATURE_FID(fid) ((fid) >= 0 && (fid) < SPA_FEATURES) argument
38 #define VALID_FEATURE_OR_NONE(fid) ((fid) == SPA_FEATURE_NONE || \ argument
/freebsd/sys/netsmb/
H A Dsmb_smb.c621 smb_smb_readx(struct smb_share *ssp, u_int16_t fid, int *len, int *rresid, in smb_smb_readx()
702 smb_smb_writex(struct smb_share *ssp, u_int16_t fid, int *len, int *rresid, in smb_smb_writex()
759 smb_smb_read(struct smb_share *ssp, u_int16_t fid, in smb_smb_read()
817 smb_read(struct smb_share *ssp, u_int16_t fid, struct uio *uio, in smb_read()
838 smb_smb_write(struct smb_share *ssp, u_int16_t fid, int *len, int *rresid, in smb_smb_write()
892 smb_write(struct smb_share *ssp, u_int16_t fid, struct uio *uio, in smb_write()
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzpl_export.c45 fid_t *fid; local
75 fid_t *fid = (fid_t *)fh; local
H A Dzfs_sysfs.c465 spa_feature_t fid; in pool_feature_show() local
497 pool_feature_to_kobj(zfs_mod_kobj_t *parent, spa_feature_t fid, in pool_feature_to_kobj()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPreprocessorLexer.cpp24 PreprocessorLexer::PreprocessorLexer(Preprocessor *pp, FileID fid) in PreprocessorLexer()
/freebsd/sys/x86/cpufreq/
H A Dpowernow.c146 #define WRITE_FIDVID(fid, vid, ctrl) \ argument
153 #define FID_TO_VCO_FID(fid) \ argument
209 int fid; member
272 pn7_setfidvid(struct pn_softc *sc, int fid, int vid) in pn7_setfidvid()
323 pn8_write_fidvid(u_int fid, u_int vid, uint64_t ctrl, uint64_t *status) in pn8_write_fidvid()
335 pn8_setfidvid(struct pn_softc *sc, int fid, int vid) in pn8_setfidvid()
440 int fid, vid; in pn_set() local
601 int fid = sc->powernow_states[i].fid; in decode_pst() local
H A Dhwpstate_amd.c431 int family, i, fid, did; in hwpstate_get_info_from_msr() local
/freebsd/lib/libutil/
H A Dkld.c44 int fid, mid; in kld_isloaded() local
/freebsd/contrib/llvm-project/clang/include/clang/Edit/
H A DFileOffset.h24 FileOffset(FileID fid, unsigned offs) : FID(fid), Offs(offs) {} in FileOffset()
/freebsd/contrib/netbsd-tests/fs/puffs/h_dtfs/
H A Ddtfs_vfsops.c241 dtfs_fs_fhtonode(struct puffs_usermount *pu, void *fid, size_t fidsize, in dtfs_fs_fhtonode()
268 void *fid, size_t *fidsize) in dtfs_fs_nodetofh()
/freebsd/sys/contrib/openzfs/module/zcommon/
H A Dzfeature_common.c148 zfeature_depends_on(spa_feature_t fid, spa_feature_t check) in zfeature_depends_on()
322 zfeature_register(spa_feature_t fid, const char *guid, const char *name, in zfeature_register()
/freebsd/contrib/lib9p/backend/
H A Dfs.c462 fs_pdir(struct fs_softc *sc __unused, struct l9p_fid *fid, char *buf, in fs_pdir()
968 fs_clunk(void *softc __unused, struct l9p_fid *fid) in fs_clunk()
1203 fs_iopen(void *softc, struct l9p_fid *fid, int flags, enum l9p_omode p9, in fs_iopen()
1612 struct l9p_fid *fid = req->lr_fid; in fs_open() local
1724 fs_remove(void *softc, struct l9p_fid *fid) in fs_remove()
2018 struct l9p_fid *fid; in fs_wstat() local
2173 struct l9p_fid *fid = req->lr_fid; in fs_lopen() local
2291 struct l9p_fid *fid, *f2; in fs_rename() local
2944 fs_freefid(void *softc __unused, struct l9p_fid *fid) in fs_freefid()
/freebsd/contrib/libpcap/
H A Dpcap-enet.c105 efReadError(int fid, char *msg) in efReadError()
/freebsd/sys/fs/udf/
H A Dudf_vnops.c648 struct fileid_desc *fid; in udf_getfid() local
782 struct fileid_desc *fid; in udf_readdir() local
1119 struct fileid_desc *fid = NULL; in udf_lookup() local
/freebsd/sys/fs/smbfs/
H A Dsmbfs_smb.c677 u_int16_t fid, wattr, grantedmode; in smbfs_smb_open() local
721 smbfs_smb_close(struct smb_share *ssp, u_int16_t fid, struct timespec *mtime, in smbfs_smb_close()
758 u_int16_t fid; in smbfs_smb_create() local
/freebsd/usr.bin/at/
H A Dat.c184 FILE *fid; in nextjob() local
/freebsd/sys/dev/nvmf/controller/
H A Dnvmft_controller.c714 uint8_t fid; in handle_set_features() local
/freebsd/usr.sbin/nvmfd/
H A Dio.c192 uint8_t fid; in handle_set_features() local
/freebsd/usr.sbin/bhyve/
H A Dpci_nvme.c670 enum nvme_feature fid; in pci_nvme_init_features() local
1550 nvme_fid_to_name(uint8_t fid) in nvme_fid_to_name()
1808 uint8_t fid = NVMEV(NVME_FEAT_SET_FID, command->cdw10); in nvme_opc_set_features() local
1869 uint8_t fid = command->cdw10 & 0xFF; in nvme_opc_get_features() local

12