Searched refs:fid (Results 51 - 70 of 70) sorted by relevance

123

/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_read_disk_posix.c1407 int i, fid; local
1425 fid = t->max_filesystem_id++;
1441 t->current_filesystem_id = fid;
1442 t->current_filesystem = &(t->filesystem_table[fid]);
/freebsd-11-stable/contrib/gdb/gdb/
H A Dinfrun.c3836 struct frame_id *fid = (struct frame_id *) args;
3839 frame = frame_find_by_id (*fid);
3828 struct frame_id *fid = (struct frame_id *) args; local
/freebsd-11-stable/sbin/ipfw/
H A Ddummynet.c434 struct ipfw_flow_id *id = &ni->fid;
610 print_header(&((struct dn_flow *)oid)->fid);
/freebsd-11-stable/contrib/groff/src/devices/xditview/
H A DDvi.c499 dw->dvi.default_font->fid);
H A Ddraw.c223 text->font = font->fid;
/freebsd-11-stable/sys/netpfil/ipfw/
H A Dip_dn_glue.c591 fq7->id = ni->fid;
/freebsd-11-stable/sys/fs/cd9660/
H A Dcd9660_vfsops.c589 struct fid *fhp;
/freebsd-11-stable/sys/fs/msdosfs/
H A Dmsdosfs_vfsops.c986 msdosfs_fhtovp(struct mount *mp, struct fid *fhp, int flags, struct vnode **vpp)
/freebsd-11-stable/sys/fs/ext2fs/
H A Dext2_vfsops.c1049 ext2_fhtovp(struct mount *mp, struct fid *fhp, int flags, struct vnode **vpp)
/freebsd-11-stable/sys/kern/
H A Dvfs_default.c1288 struct fid *fhp;
/freebsd-11-stable/sys/fs/udf/
H A Dudf_vfsops.c732 udf_fhtovp(struct mount *mp, struct fid *fhp, int flags, struct vnode **vpp)
/freebsd-11-stable/sys/fs/nfs/
H A Dnfs_commonsubs.c835 long fid; local
1769 if (!vp || !nfsrv_atroot(vp, &fid))
1770 fid = nap->na_fileid;
1771 if ((u_int64_t)fid != thyp)
/freebsd-11-stable/sys/dev/bnxt/
H A Dhsi_struct_def.h5868 * pci_id is provided, then this function returns fid for that PCI function.
5933 uint16_t fid; member in struct:hwrm_func_getfid_output
6275 uint16_t fid; member in struct:hwrm_func_qcaps_input
6301 uint16_t fid; member in struct:hwrm_func_qcaps_output
6534 uint16_t fid; member in struct:hwrm_func_qcfg_input
6560 uint16_t fid; member in struct:hwrm_func_qcfg_output
6840 uint16_t fid; member in struct:hwrm_func_vlan_qcfg_input
6939 uint16_t fid; member in struct:hwrm_func_vlan_cfg_input
7082 uint16_t fid; member in struct:hwrm_func_cfg_input
7442 uint16_t fid; member in struct:hwrm_func_qstats_input
7575 uint16_t fid; member in struct:hwrm_func_clr_stats_input
8236 uint16_t fid; member in struct:hwrm_func_drv_qver_input
17578 uint16_t fid; member in struct:hwrm_cfa_vlan_antispoof_cfg_input
17662 uint16_t fid; member in struct:hwrm_cfa_vlan_antispoof_qcfg_input
[all...]
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzfs_vfsops.c2285 CTASSERT(SHORT_FID_LEN <= sizeof(struct fid));
2286 CTASSERT(LONG_FID_LEN <= sizeof(struct fid));
2391 dprintf("znode gen (%u) != fid gen (%u)\n", zp_gen, fid_gen);
H A Dspa.c7687 spa_feature_t fid; local
7697 VERIFY0(zfeature_lookup_name(fname, &fid));
7699 spa_feature_enable(spa, fid, tx);
H A Dzfs_vnops.c4348 CTASSERT(sizeof(struct zfid_short) <= sizeof(struct fid));
4349 CTASSERT(sizeof(struct zfid_long) <= sizeof(struct fid));
5414 struct fid *a_fid;
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_pool.c856 spa_feature_t fid; local
858 ret = zfeature_lookup_name(feature, &fid);
863 feature = spa_feature_table[fid].fi_guid;
/freebsd-11-stable/sys/ufs/ffs/
H A Dffs_vfsops.c1854 struct fid *fhp;
/freebsd-11-stable/sys/dev/bxe/
H A Dbxe.c13995 uint8_t fid, igu_sb_cnt = 0; local
14017 fid = IGU_FID(val);
14018 if ((fid & IGU_FID_ENCODE_IS_PF)) {
14019 if ((fid & IGU_FID_PF_NUM_MASK) != pfid) {
/freebsd-11-stable/sys/fs/nfsserver/
H A Dnfs_nfsdport.c3336 * Calculate a hash value for the fid in a file handle.
3343 hashval = hash32_buf(&fhp->fh_fid, sizeof(struct fid), 0);

Completed in 686 milliseconds

123