fid 89 arch/i386/i386/powernow-k7.c #define WRITE_FIDVID(fid, vid, ctrl) \
fid 91 arch/i386/i386/powernow-k7.c (((ctrl) << 32) | (1ULL << 16) | ((vid) << 8) | (fid)))
fid 108 arch/i386/i386/powernow-k7.c int fid;
fid 132 arch/i386/i386/powernow-k7.c uint8_t fid; /* Max Frequency code */
fid 155 arch/i386/i386/powernow-k7.c int cvid, cfid, vid = 0, fid = 0;
fid 164 arch/i386/i386/powernow-k7.c fid = cstate->state_table[i].fid;
fid 167 arch/i386/i386/powernow-k7.c if (fid == 0 || vid == 0)
fid 177 arch/i386/i386/powernow-k7.c if (fid == cfid && vid == cvid)
fid 182 arch/i386/i386/powernow-k7.c ctl |= PN7_CTR_FID(fid);
fid 189 arch/i386/i386/powernow-k7.c if (k7pnow_fid_to_mult[fid] < k7pnow_fid_to_mult[cfid]) {
fid 195 arch/i386/i386/powernow-k7.c if (fid != cfid)
fid 205 arch/i386/i386/powernow-k7.c if (cfid == fid || cvid == vid)
fid 220 arch/i386/i386/powernow-k7.c state.fid = *p++;
fid 222 arch/i386/i386/powernow-k7.c state.freq = k7pnow_fid_to_mult[state.fid]/10 * cstate->fsb;
fid 224 arch/i386/i386/powernow-k7.c (k7pnow_fid_to_mult[state.fid] % 10) == 5)
fid 248 arch/i386/i386/powernow-k7.c unsigned int fid, unsigned int vid)
fid 277 arch/i386/i386/powernow-k7.c if (cpusig == pst->signature && fid == pst->fid
fid 311 arch/i386/i386/powernow-k7.c state.fid = PN7_ACPI_CTRL_TO_FID(ctrl);
fid 363 arch/i386/i386/powernow-k7.c if (mfid != cstate->state_table[cstate->n_states - 1].fid) {
fid 92 arch/i386/i386/powernow-k8.c #define WRITE_FIDVID(fid, vid, ctrl) \
fid 94 arch/i386/i386/powernow-k8.c (((ctrl) << 32) | (1ULL << 16) | ((vid) << 8) | (fid)))
fid 99 arch/i386/i386/powernow-k8.c #define FID_TO_VCO_FID(fid) \
fid 100 arch/i386/i386/powernow-k8.c (((fid) < 8) ? (8 + ((fid) << 1)) : (fid))
fid 106 arch/i386/i386/powernow-k8.c uint8_t fid;
fid 134 arch/i386/i386/powernow-k8.c uint8_t fid;
fid 174 arch/i386/i386/powernow-k8.c int cfid, cvid, fid = 0, vid = 0, rvo;
fid 193 arch/i386/i386/powernow-k8.c fid = cstate->state_table[i].fid;
fid 196 arch/i386/i386/powernow-k8.c if (fid == cfid && vid == cvid)
fid 225 arch/i386/i386/powernow-k8.c if (cfid != fid) {
fid 228 arch/i386/i386/powernow-k8.c vco_fid = FID_TO_VCO_FID(fid);
fid 232 arch/i386/i386/powernow-k8.c if (fid > cfid) {
fid 250 arch/i386/i386/powernow-k8.c WRITE_FIDVID(fid, cvid, (uint64_t) PN8_PLL_LOCK(cstate->pll));
fid 266 arch/i386/i386/powernow-k8.c if (cfid == fid || cvid == vid)
fid 281 arch/i386/i386/powernow-k8.c state.fid = *p++;
fid 288 arch/i386/i386/powernow-k8.c state.freq = 800 + state.fid * 100;
fid 305 arch/i386/i386/powernow-k8.c unsigned int fid, unsigned int vid)
fid 333 arch/i386/i386/powernow-k8.c pst->fid == fid && pst->vid == vid) {
fid 363 arch/i386/i386/powernow-k8.c state.fid = PN8_ACPI_CTRL_TO_FID(ctrl);
fid 364 dev/ic/an.c int fid, gaplen, len, off;
fid 367 dev/ic/an.c fid = CSR_READ_2(sc, AN_RX_FID);
fid 370 dev/ic/an.c if (an_read_bap(sc, fid, 0, &frmhdr, sizeof(frmhdr), sizeof(frmhdr)) != 0) {
fid 373 dev/ic/an.c DPRINTF(("an_rxeof: read fid %x failed\n", fid));
fid 383 dev/ic/an.c DPRINTF(("an_rxeof: fid %x status %x\n", fid, status));
fid 440 dev/ic/an.c an_read_bap(sc, fid, -1, gap, gaplen + sizeof(u_int16_t),
fid 445 dev/ic/an.c an_read_bap(sc, fid, -1,
fid 947 dev/ic/an.c int i, error, fid;
fid 967 dev/ic/an.c if ((error = an_alloc_nicmem(sc, AN_TX_MAX_LEN, &fid)) != 0) {
fid 973 dev/ic/an.c DPRINTF2(("an_init: txbuf %d allocated %x\n", i, fid));
fid 974 dev/ic/an.c sc->sc_txd[i].d_fid = fid;
fid 1096 dev/ic/an.c int cur, fid;
fid 1206 dev/ic/an.c fid = sc->sc_txd[cur].d_fid;
fid 1207 dev/ic/an.c if (an_write_bap(sc, fid, 0, &frmhdr, sizeof(frmhdr)) != 0) {
fid 1213 dev/ic/an.c an_write_bap(sc, fid, -1, &frmhdr, AN_TXGAP_802_11);
fid 1214 dev/ic/an.c an_mwrite_bap(sc, fid, -1, m, m->m_pkthdr.len);
fid 1219 dev/ic/an.c fid, cur));
fid 1221 dev/ic/an.c if (an_cmd(sc, AN_CMD_TX, fid)) {
fid 179 dev/ic/if_wi.c STATIC int wi_get_fid_io(struct wi_softc *sc, int fid);
fid 536 dev/ic/if_wi.c wi_get_fid_io(struct wi_softc *sc, int fid)
fid 538 dev/ic/if_wi.c return CSR_READ_2(sc, fid);
fid 158 dev/ic/if_wivar.h int (*f_get_fid)(struct wi_softc *sc, int fid);
fid 483 dev/pci/cz.c u_int32_t fid;
fid 578 dev/pci/cz.c fid = bus_space_read_4(cz->cz_win_st, cz->cz_win_sh,
fid 580 dev/pci/cz.c if (fid == ZFIRM_SIG) {
fid 583 dev/pci/cz.c } else if (fid == ZFIRM_HLT) {
fid 605 dev/pci/cz.c cz->cz_dev.dv_xname, ZFIRM_SIG, fid);
fid 645 dev/pci/cz.c fid = CZ_FWCTL_READ(cz, BRDCTL_FWVERSION);
fid 654 dev/pci/cz.c (fid >> 8) & 0xf, (fid >> 4) & 0xf, fid & 0xf);
fid 1334 dev/usb/if_wi_usb.c wi_get_fid_usb(struct wi_softc *sc, int fid)
fid 1336 dev/usb/if_wi_usb.c switch (fid) {
fid 155 dev/usb/if_wi_usb.h int wi_get_fid_usb(struct wi_softc *sc, int fid);
fid 92 isofs/cd9660/cd9660_extern.h int cd9660_fhtovp(struct mount *, struct fid *, struct vnode **);
fid 93 isofs/cd9660/cd9660_extern.h int cd9660_vptofh(struct vnode *, struct fid *);
fid 693 isofs/cd9660/cd9660_vfsops.c struct fid *fhp;
fid 970 isofs/cd9660/cd9660_vfsops.c struct fid *fhp;
fid 377 isofs/udf/ecma167-udf.h struct fileid_desc fid;
fid 30 isofs/udf/udf_extern.h int udf_fhtovp(struct mount *, struct fid *, struct vnode **);
fid 31 isofs/udf/udf_extern.h int udf_vptofh(struct vnode *, struct fid *);
fid 635 isofs/udf/udf_vfsops.c udf_fhtovp(struct mount *mp, struct fid *fhp, struct vnode **vpp)
fid 654 isofs/udf/udf_vfsops.c udf_vptofh(struct vnode *vp, struct fid *fhp)
fid 567 isofs/udf/udf_vnops.c struct fileid_desc *fid;
fid 598 isofs/udf/udf_vnops.c fid = (struct fileid_desc*)&ds->data[ds->off];
fid 606 isofs/udf/udf_vnops.c ds->off + letoh16(fid->l_iu) + fid->l_fi + UDF_FID_SIZE > ds->size){
fid 622 isofs/udf/udf_vnops.c bcopy(fid, ds->buf, frag_size);
fid 625 isofs/udf/udf_vnops.c fid = (struct fileid_desc*)ds->buf;
fid 653 isofs/udf/udf_vnops.c total_fid_size = UDF_FID_SIZE + letoh16(fid->l_iu) + fid->l_fi;
fid 664 isofs/udf/udf_vnops.c total_fid_size = letoh16(fid->l_iu) + fid->l_fi + UDF_FID_SIZE;
fid 678 isofs/udf/udf_vnops.c return (fid);
fid 703 isofs/udf/udf_vnops.c struct fileid_desc *fid;
fid 742 isofs/udf/udf_vnops.c while ((fid = udf_getfid(ds)) != NULL) {
fid 745 isofs/udf/udf_vnops.c if (udf_checktag(&fid->tag, TAGID_FID)) {
fid 752 isofs/udf/udf_vnops.c if (fid->file_char & UDF_FILE_CHAR_DEL)
fid 755 isofs/udf/udf_vnops.c if ((fid->l_fi == 0) && (fid->file_char & UDF_FILE_CHAR_PAR)) {
fid 771 isofs/udf/udf_vnops.c dir.d_fileno = udf_getid(&fid->icb);
fid 781 isofs/udf/udf_vnops.c dir.d_namlen = udf_transname(&fid->data[fid->l_iu],
fid 782 isofs/udf/udf_vnops.c &dir.d_name[0], fid->l_fi, ump);
fid 783 isofs/udf/udf_vnops.c dir.d_fileno = udf_getid(&fid->icb);
fid 784 isofs/udf/udf_vnops.c dir.d_type = (fid->file_char & UDF_FILE_CHAR_DIR) ?
fid 968 isofs/udf/udf_vnops.c struct fileid_desc *fid = NULL;
fid 1035 isofs/udf/udf_vnops.c while ((fid = udf_getfid(ds)) != NULL) {
fid 1037 isofs/udf/udf_vnops.c if (udf_checktag(&fid->tag, TAGID_FID)) {
fid 1044 isofs/udf/udf_vnops.c if (fid->file_char & UDF_FILE_CHAR_DEL)
fid 1047 isofs/udf/udf_vnops.c if ((fid->l_fi == 0) && (fid->file_char & UDF_FILE_CHAR_PAR)) {
fid 1049 isofs/udf/udf_vnops.c id = udf_getid(&fid->icb);
fid 1053 isofs/udf/udf_vnops.c if (!(udf_cmpname(&fid->data[fid->l_iu],
fid 1054 isofs/udf/udf_vnops.c nameptr, fid->l_fi, namelen, ump))) {
fid 1055 isofs/udf/udf_vnops.c id = udf_getid(&fid->icb);
fid 47 lib/libsa/cd9660.c struct fid;
fid 237 miscfs/portal/portal_vfsops.c #define portal_fhtovp ((int (*)(struct mount *, struct fid *, \
fid 245 miscfs/portal/portal_vfsops.c #define portal_vptofh ((int (*)(struct vnode *, struct fid *))eopnotsupp)
fid 196 miscfs/procfs/procfs_vfsops.c #define procfs_fhtovp ((int (*)(struct mount *, struct fid *, \
fid 204 miscfs/procfs/procfs_vfsops.c #define procfs_vptofh ((int (*)(struct vnode *, struct fid *))eopnotsupp)
fid 80 msdosfs/msdosfs_vfsops.c int msdosfs_fhtovp(struct mount *, struct fid *, struct vnode **);
fid 81 msdosfs/msdosfs_vfsops.c int msdosfs_vptofh(struct vnode *, struct fid *);
fid 744 msdosfs/msdosfs_vfsops.c struct fid *fhp;
fid 764 msdosfs/msdosfs_vfsops.c struct fid *fhp;
fid 213 msdosfs/msdosfsmount.h int msdosfs_fhtovp(struct mount *, struct fid *, struct vnode **);
fid 214 msdosfs/msdosfsmount.h int msdosfs_vptofh(struct vnode *, struct fid *);
fid 895 nfs/nfs_vfsops.c struct fid *fhp;
fid 909 nfs/nfs_vfsops.c struct fid *fhp;
fid 112 nfs/nfsmount.h int nfs_fhtovp(struct mount *mp, struct fid *fhp, struct vnode **vpp);
fid 113 nfs/nfsmount.h int nfs_vptofh(struct vnode *vp, struct fid *fhp);
fid 103 ntfs/ntfs_vfsops.c static int ntfs_vptofh(struct vnode *, struct fid *);
fid 107 ntfs/ntfs_vfsops.c static int ntfs_fhtovp(struct mount *, struct fid *,
fid 114 ntfs/ntfs_vfsops.c static int ntfs_fhtovp(struct mount *, struct fid *,
fid 123 ntfs/ntfs_vfsops.c static int ntfs_fhtovp(struct mount *, struct fid *,
fid 131 ntfs/ntfs_vfsops.c static int ntfs_fhtovp(struct mount *, struct fid *,
fid 927 ntfs/ntfs_vfsops.c struct fid *fhp,
fid 934 ntfs/ntfs_vfsops.c struct fid *fhp,
fid 938 ntfs/ntfs_vfsops.c struct fid *fhp,
fid 966 ntfs/ntfs_vfsops.c struct fid *fhp)
fid 53 sys/mount.h struct fid {
fid 486 sys/mount.h int (*vfs_fhtovp)(struct mount *mp, struct fid *fhp,
fid 488 sys/mount.h int (*vfs_vptofh)(struct vnode *vp, struct fid *fhp);
fid 526 sys/mount.h struct fid fh_fid; /* File sys specific id */
fid 38 ufs/ext2fs/ext2fs_extern.h struct fid;
fid 118 ufs/ext2fs/ext2fs_extern.h int ext2fs_fhtovp(struct mount *, struct fid *, struct vnode **);
fid 119 ufs/ext2fs/ext2fs_extern.h int ext2fs_vptofh(struct vnode *, struct fid *);
fid 943 ufs/ext2fs/ext2fs_vfsops.c ext2fs_fhtovp(struct mount *mp, struct fid *fhp, struct vnode **vpp)
fid 977 ufs/ext2fs/ext2fs_vfsops.c ext2fs_vptofh(struct vnode *vp, struct fid *fhp)
fid 80 ufs/ffs/ffs_extern.h struct fid;
fid 147 ufs/ffs/ffs_extern.h int ffs_fhtovp(struct mount *, struct fid *, struct vnode **);
fid 148 ufs/ffs/ffs_extern.h int ffs_vptofh(struct vnode *, struct fid *);
fid 1379 ufs/ffs/ffs_vfsops.c ffs_fhtovp(struct mount *mp, struct fid *fhp, struct vnode **vpp)
fid 1397 ufs/ffs/ffs_vfsops.c ffs_vptofh(struct vnode *vp, struct fid *fhp)
fid 40 ufs/ufs/ufs_extern.h struct fid;
fid 137 xfs/xfs_vfsops-bsd.c struct fid * fhp,
fid 205 xfs/xfs_vfsops-bsd.c struct fid * fhp,
fid 217 xfs/xfs_vfsops-bsd.c struct fid * fhp,
fid 271 xfs/xfs_vfsops-bsd.c struct fid * fhp)
fid 73 xfs/xfs_vfsops-bsd.h struct fid * fhp,
fid 78 xfs/xfs_vfsops-bsd.h struct fid * fhp,
fid 98 xfs/xfs_vfsops-bsd.h struct fid * fhp);