Searched defs:fid (Results 1 - 25 of 34) sorted by relevance

12

/freebsd-10.1-release/usr.sbin/asf/
H A Dasf_kld.c45 int fid = 0; /* indicates the beginning of the linker file list */ local
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Lex/
H A DPreprocessorLexer.cpp22 PreprocessorLexer::PreprocessorLexer(Preprocessor *pp, FileID fid) argument
/freebsd-10.1-release/lib/libutil/
H A Dkld.c44 int fid, mid; local
/freebsd-10.1-release/contrib/groff/src/include/
H A Drefid.h26 reference_id(int fid, int off) : filename_id(fid), pos(off) { } argument
/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/Edit/
H A DFileOffset.h24 FileOffset(FileID fid, unsigned offs) : FID(fid), Offs(offs) { } argument
/freebsd-10.1-release/sys/cddl/contrib/opensolaris/common/zfs/
H A Dzfeature_common.c119 zfeature_depends_on(spa_feature_t fid, spa_feature_t check) { argument
130 zfeature_register(spa_feature_t fid, const char *guid, const char *name, argument
/freebsd-10.1-release/contrib/groff/src/libs/libbib/
H A Dsearch.cpp111 search_item::search_item(const char *nm, int fid) argument
H A Dindex.cpp109 index_search_item::index_search_item(const char *filename, int fid) argument
274 search_item *make_index_search_item(const char *filename, int fid) argument
611 add_out_of_date_file(int fd, const char *filename, int fid) argument
H A Dlinear.cpp447 search_item *make_linear_search_item(int fd, const char *filename, int fid) argument
458 linear_search_item::linear_search_item(const char *filename, int fid) argument
/freebsd-10.1-release/contrib/libpcap/
H A Dpcap-enet.c109 efReadError(int fid, char *msg) argument
/freebsd-10.1-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzfeature.c377 feature_do_action(spa_t *spa, spa_feature_t fid, feature_action_t action, argument
436 spa_feature_enable(spa_t *spa, spa_feature_t fid, dmu_tx_t *tx) argument
444 spa_feature_incr(spa_t *spa, spa_feature_t fid, dmu_tx_t *tx) argument
450 spa_feature_decr(spa_t *spa, spa_feature_t fid, dmu_tx_t *tx) argument
456 spa_feature_is_enabled(spa_t *spa, spa_feature_t fid) argument
471 spa_feature_is_active(spa_t *spa, spa_feature_t fid) argument
495 spa_feature_enabled_txg(spa_t *spa, spa_feature_t fid, uint64_t *txg) argument
[all...]
/freebsd-10.1-release/sys/x86/cpufreq/
H A Dhwpstate.c402 int family, i, fid, did; local
H A Dpowernow.c212 int fid; member in struct:powernow_state
277 pn7_setfidvid(struct pn_softc *sc, int fid, int vid) argument
328 pn8_write_fidvid(u_int fid, u_int vid, uint64_t ctrl, uint64_t *status) argument
340 pn8_setfidvid(struct pn_softc *sc, int fid, int vid) argument
445 int fid, vid; local
606 int fid = sc->powernow_states[i].fid; local
[all...]
/freebsd-10.1-release/sys/netinet/
H A Dip_dummynet.h171 struct ipfw_flow_id fid; member in struct:dn_flow
/freebsd-10.1-release/sys/netsmb/
H A Dsmb_smb.c626 smb_smb_readx(struct smb_share *ssp, u_int16_t fid, int *len, int *rresid, argument
707 smb_smb_writex(struct smb_share *ssp, u_int16_t fid, int *len, int *rresid, argument
764 smb_smb_read(struct smb_share *ssp, u_int16_t fid, argument
822 smb_read(struct smb_share *ssp, u_int16_t fid, struct uio *uio, struct smb_cred *scred) argument
843 smb_smb_write(struct smb_share *ssp, u_int16_t fid, int *len, int *rresid, struct uio *uio, struct smb_cred *scred) argument
897 smb_write(struct smb_share *ssp, u_int16_t fid, struct uio *uio, struct smb_cred *scred) argument
[all...]
/freebsd-10.1-release/sys/fs/smbfs/
H A Dsmbfs_smb.c679 u_int16_t fid, wattr, grantedmode; local
724 smbfs_smb_close(struct smb_share *ssp, u_int16_t fid, struct timespec *mtime, argument
761 u_int16_t fid; local
/freebsd-10.1-release/usr.bin/at/
H A Dat.c183 FILE *fid; local
/freebsd-10.1-release/usr.bin/xlint/lint2/
H A Dread.c240 setfnid(int fid, const char *cp) argument
/freebsd-10.1-release/contrib/ntp/ntpd/
H A Dntpd.c549 int fid; local
/freebsd-10.1-release/contrib/gdb/gdb/
H A Dstack.c771 struct frame_info *fid = local
[all...]
/freebsd-10.1-release/sys/dev/wi/
H A Dif_wi.c1049 int fid, off, error; local
1319 int fid, len, off; local
1424 int fid; local
1466 int fid, cur; local
1502 int i, fid, len, off; local
[all...]
/freebsd-10.1-release/sys/fs/udf/
H A Dudf_vnops.c638 struct fileid_desc *fid; local
773 struct fileid_desc *fid; local
1108 struct fileid_desc *fid = NULL; local
[all...]
/freebsd-10.1-release/crypto/openssh/
H A Dmux.c112 int fid; /* forward id */ member in struct:mux_channel_confirm_ctx
/freebsd-10.1-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_cc.c495 dt_ident_t *aid, *fid; local
1238 dt_ident_t *aid, *fid; local
[all...]
/freebsd-10.1-release/contrib/libarchive/libarchive/
H A Darchive_read_disk_posix.c1348 int i, fid; local

Completed in 189 milliseconds

12