| /freebsd-9-stable/sys/fs/coda/ |
| D | coda_venus.c | 197 venus_open(void *mdp, struct CodaFid *fid, int flag, struct ucred *cred, in venus_open() 218 venus_close(void *mdp, struct CodaFid *fid, int flag, struct ucred *cred, in venus_close() 255 venus_ioctl(void *mdp, struct CodaFid *fid, int com, int flag, caddr_t data, in venus_ioctl() 313 venus_getattr(void *mdp, struct CodaFid *fid, struct ucred *cred, in venus_getattr() 336 venus_setattr(void *mdp, struct CodaFid *fid, struct vattr *vap, in venus_setattr() 358 venus_access(void *mdp, struct CodaFid *fid, accmode_t accmode, in venus_access() 385 venus_readlink(void *mdp, struct CodaFid *fid, struct ucred *cred, in venus_readlink() 411 venus_fsync(void *mdp, struct CodaFid *fid, struct proc *p) in venus_fsync() 431 venus_lookup(void *mdp, struct CodaFid *fid, const char *nm, int len, in venus_lookup() 469 venus_create(void *mdp, struct CodaFid *fid, const char *nm, int len, in venus_create() [all …]
|
| D | coda_subr.c | 80 #define coda_hash(fid) (((fid)->Volume + (fid)->Vnode) & (CODA_CACHESIZE-1)) argument 83 #define coda_hash(fid) (coda_f2i(fid) & (CODA_CACHESIZE-1)) argument 167 coda_find(struct CodaFid *fid) in coda_find()
|
| /freebsd-9-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/ |
| D | zfeature.c | 377 feature_do_action(spa_t *spa, spa_feature_t fid, feature_action_t action, in feature_do_action() 436 spa_feature_enable(spa_t *spa, spa_feature_t fid, dmu_tx_t *tx) in spa_feature_enable() 444 spa_feature_incr(spa_t *spa, spa_feature_t fid, dmu_tx_t *tx) in spa_feature_incr() 450 spa_feature_decr(spa_t *spa, spa_feature_t fid, dmu_tx_t *tx) in spa_feature_decr() 456 spa_feature_is_enabled(spa_t *spa, spa_feature_t fid) in spa_feature_is_enabled() 471 spa_feature_is_active(spa_t *spa, spa_feature_t fid) in spa_feature_is_active() 495 spa_feature_enabled_txg(spa_t *spa, spa_feature_t fid, uint64_t *txg) { in spa_feature_enabled_txg()
|
| /freebsd-9-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/ |
| D | zfeature.h | 37 #define VALID_FEATURE_FID(fid) ((fid) >= 0 && (fid) < SPA_FEATURES) argument 38 #define VALID_FEATURE_OR_NONE(fid) ((fid) == SPA_FEATURE_NONE || \ argument
|
| /freebsd-9-stable/sys/fs/nwfs/ |
| D | nwfs_node.c | 111 nwfs_hashlookup(struct nwmount *nmp, ncpfid fid, struct nwnode **npp) in nwfs_hashlookup() 134 nwfs_allocvp(struct mount *mp, ncpfid fid, struct nw_entry_info *fap, in nwfs_allocvp() 216 nwfs_nget(struct mount *mp, ncpfid fid, struct nw_entry_info *fap, in nwfs_nget() 233 nwfs_lookupnp(struct nwmount *nmp, ncpfid fid, struct thread *td, in nwfs_lookupnp()
|
| D | nwfs_vnops.c | 415 ncpfid fid; local 623 ncpfid fid; local 823 ncpfid fid; local
|
| D | nwfs_io.c | 77 ncpfid fid; in nwfs_readvdir() local
|
| /freebsd-9-stable/usr.sbin/asf/ |
| D | asf_kld.c | 45 int fid = 0; /* indicates the beginning of the linker file list */ in asf_kld() local
|
| /freebsd-9-stable/sys/netsmb/ |
| D | smb_smb.c | 626 smb_smb_readx(struct smb_share *ssp, u_int16_t fid, int *len, int *rresid, in smb_smb_readx() 707 smb_smb_writex(struct smb_share *ssp, u_int16_t fid, int *len, int *rresid, in smb_smb_writex() 764 smb_smb_read(struct smb_share *ssp, u_int16_t fid, in smb_smb_read() 822 smb_read(struct smb_share *ssp, u_int16_t fid, struct uio *uio, in smb_read() 843 smb_smb_write(struct smb_share *ssp, u_int16_t fid, int *len, int *rresid, in smb_smb_write() 897 smb_write(struct smb_share *ssp, u_int16_t fid, struct uio *uio, in smb_write()
|
| /freebsd-9-stable/sys/cddl/contrib/opensolaris/common/zfs/ |
| D | zfeature_common.c | 118 zfeature_depends_on(spa_feature_t fid, spa_feature_t check) { in zfeature_depends_on() 129 zfeature_register(spa_feature_t fid, const char *guid, const char *name, in zfeature_register()
|
| /freebsd-9-stable/contrib/llvm/tools/clang/lib/Lex/ |
| D | PreprocessorLexer.cpp | 22 PreprocessorLexer::PreprocessorLexer(Preprocessor *pp, FileID fid) in PreprocessorLexer()
|
| /freebsd-9-stable/contrib/groff/src/include/ |
| D | refid.h | 26 reference_id(int fid, int off) : filename_id(fid), pos(off) { } in reference_id()
|
| /freebsd-9-stable/lib/libutil/ |
| D | kld.c | 44 int fid, mid; in kld_isloaded() local
|
| /freebsd-9-stable/sys/x86/cpufreq/ |
| D | powernow.c | 148 #define WRITE_FIDVID(fid, vid, ctrl) \ argument 155 #define FID_TO_VCO_FID(fid) \ argument 212 int fid; member 277 pn7_setfidvid(struct pn_softc *sc, int fid, int vid) in pn7_setfidvid() 328 pn8_write_fidvid(u_int fid, u_int vid, uint64_t ctrl, uint64_t *status) in pn8_write_fidvid() 340 pn8_setfidvid(struct pn_softc *sc, int fid, int vid) in pn8_setfidvid() 445 int fid, vid; in pn_set() local 606 int fid = sc->powernow_states[i].fid; in decode_pst() local
|
| D | hwpstate.c | 397 int family, i, fid, did; in hwpstate_get_info_from_msr() local
|
| /freebsd-9-stable/contrib/llvm/tools/clang/include/clang/Edit/ |
| D | FileOffset.h | 24 FileOffset(FileID fid, unsigned offs) : FID(fid), Offs(offs) { } in FileOffset()
|
| /freebsd-9-stable/contrib/groff/src/libs/libbib/ |
| D | index.cpp | 109 index_search_item::index_search_item(const char *filename, int fid) in index_search_item() 274 search_item *make_index_search_item(const char *filename, int fid) in make_index_search_item() 612 int fid) in add_out_of_date_file()
|
| D | search.cpp | 111 search_item::search_item(const char *nm, int fid) in search_item()
|
| D | linear.cpp | 447 search_item *make_linear_search_item(int fd, const char *filename, int fid) in make_linear_search_item() 458 linear_search_item::linear_search_item(const char *filename, int fid) in linear_search_item()
|
| /freebsd-9-stable/contrib/libpcap/ |
| D | pcap-enet.c | 109 efReadError(int fid, char *msg) in efReadError()
|
| /freebsd-9-stable/sys/dev/wi/ |
| D | if_wi.c | 1047 int fid, off, error; in wi_start_tx() local 1317 int fid, len, off; in wi_rx_intr() local 1422 int fid; in wi_tx_ex_intr() local 1464 int fid, cur; in wi_tx_intr() local 1500 int i, fid, len, off; in wi_info_intr() local
|
| /freebsd-9-stable/sys/fs/udf/ |
| D | udf_vnops.c | 640 struct fileid_desc *fid; in udf_getfid() local 775 struct fileid_desc *fid; in udf_readdir() local 1110 struct fileid_desc *fid = NULL; in udf_lookup() local
|
| /freebsd-9-stable/sys/fs/smbfs/ |
| D | smbfs_smb.c | 674 u_int16_t fid, wattr, grantedmode; in smbfs_smb_open() local 719 smbfs_smb_close(struct smb_share *ssp, u_int16_t fid, struct timespec *mtime, in smbfs_smb_close() 756 u_int16_t fid; in smbfs_smb_create() local
|
| /freebsd-9-stable/sys/sys/ |
| D | mount.h | 57 struct fid { struct 58 u_short fid_len; /* length of data in bytes */ argument 59 u_short fid_data0; /* force longword alignment */ argument 60 char fid_data[MAXFIDSZ]; /* data (variable length) */ argument
|
| /freebsd-9-stable/usr.bin/at/ |
| D | at.c | 185 FILE *fid; in nextjob() local
|