Home
last modified time | relevance | path

Searched defs:vf (Results 1 – 24 of 24) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dvdev_file.c60 vdev_file_t *vf; in vdev_file_open() local
150 vdev_file_t *vf = vd->vdev_tsd; in vdev_file_close() local
219 vdev_file_t *vf = vd->vdev_tsd; in vdev_file_io_start() local
/illumos-gate/usr/src/uts/common/fs/
H A Dfem.c2077 vnext_read(femarg_t *vf, uio_t *uiop, int ioflag, cred_t *cr, in vnext_read()
2167 vnext_access(femarg_t *vf, int mode, int flags, cred_t *cr, in vnext_access()
2362 vnext_fid(femarg_t *vf, fid_t *fidp, caller_context_t *ct) in vnext_fid()
2418 vnext_cmp(femarg_t *vf, vnode_t *vp2, caller_context_t *ct) in vnext_cmp()
2752 vfsnext_unmount(fsemarg_t *vf, int flag, cred_t *cr) in vfsnext_unmount()
2766 vfsnext_root(fsemarg_t *vf, vnode_t **vpp) in vfsnext_root()
2780 vfsnext_statvfs(fsemarg_t *vf, statvfs64_t *sp) in vfsnext_statvfs()
2794 vfsnext_sync(fsemarg_t *vf, short flag, cred_t *cr) in vfsnext_sync()
2808 vfsnext_vget(fsemarg_t *vf, vnode_t **vpp, fid_t *fidp) in vfsnext_vget()
2822 vfsnext_mountroot(fsemarg_t *vf, enum whymountroot reason) in vfsnext_mountroot()
[all …]
H A Dvfs.c4098 vf_to_stf(uint_t vf) in vf_to_stf()
/illumos-gate/usr/src/uts/common/fs/portfs/
H A Dport_fop.c2014 port_fop_unmount(fsemarg_t *vf, int flag, cred_t *cr) in port_fop_unmount()
2104 port_fop_open(femarg_t *vf, int mode, cred_t *cr, caller_context_t *ct) in port_fop_open()
2127 port_fop_map(femarg_t *vf, offset_t off, struct as *as, caddr_t *addrp, in port_fop_map()
2141 port_fop_read(femarg_t *vf, struct uio *uiop, int ioflag, struct cred *cr, in port_fop_read()
2157 port_fop_setattr(femarg_t *vf, vattr_t *vap, int flags, cred_t *cr, in port_fop_setattr()
2181 port_fop_create(femarg_t *vf, char *name, vattr_t *vap, vcexcl_t excl, in port_fop_create()
2217 port_fop_remove(femarg_t *vf, char *nm, cred_t *cr, caller_context_t *ct, in port_fop_remove()
2229 port_fop_link(femarg_t *vf, vnode_t *svp, char *tnm, cred_t *cr, in port_fop_link()
2259 port_fop_mkdir(femarg_t *vf, char *dirname, vattr_t *vap, vnode_t **vpp, in port_fop_mkdir()
2271 port_fop_rmdir(femarg_t *vf, char *nm, vnode_t *cdir, cred_t *cr, in port_fop_rmdir()
[all …]
/illumos-gate/usr/src/uts/common/io/sfxge/common/
H A Dhunt_nic.c52 uint32_t vf; in hunt_board_cfg() local
H A Dmedford_nic.c107 uint32_t vf; in medford_board_cfg() local
H A Defx_mcdi.c1936 __in uint32_t vf, in efx_mcdi_privilege_mask()
/illumos-gate/usr/src/common/crypto/aes/amd64/
H A Daesopt.h696 #define no_table(x, box, vf, rf, c) bytes2word(\ argument
702 #define one_table(x, op, tab, vf, rf, c) \ argument
708 #define four_tables(x, tab, vf, rf, c) \ argument
/illumos-gate/usr/src/uts/common/io/cxgbe/common/
H A Dt4_hw.c7928 unsigned int pf, unsigned int vf, in t4_set_params_timeout()
7967 unsigned int vf, unsigned int nparams, const u32 *params, in t4_set_params()
8043 unsigned int port, unsigned int pf, unsigned int vf, in t4_alloc_vi_func()
8130 unsigned int vf, unsigned int viid) in t4_free_vi()
8782 unsigned int vf, unsigned int eqid) in t4_eth_eq_free()
8807 unsigned int vf, unsigned int eqid) in t4_ctrl_eq_free()
8832 unsigned int vf, unsigned int eqid) in t4_ofld_eq_free()
10590 int port, int pf, int vf) in t4_init_portmirror()
10661 int port, int pf, int vf, u8 mac[], bool alloc_vi) in t4_init_portinfo_viid()
10778 int port, int pf, int vf, u8 mac[]) in t4_init_portinfo()
[all …]
/illumos-gate/usr/src/common/font/
H A Dfont.c356 font_lookup(const struct font *vf, uint32_t c) in font_lookup()
/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_api.c1224 void ixgbe_set_ethertype_anti_spoofing(struct ixgbe_hw *hw, bool enable, int vf) in ixgbe_set_ethertype_anti_spoofing()
1303 void ixgbe_restore_mdd_vf(struct ixgbe_hw *hw, u32 vf) in ixgbe_restore_mdd_vf()
H A Dixgbe_x550.c1075 bool enable, int vf) in ixgbe_set_ethertype_anti_spoofing_X550()
1405 void ixgbe_restore_mdd_vf_X550(struct ixgbe_hw *hw, u32 vf) in ixgbe_restore_mdd_vf_X550()
1448 u32 i, j, reg, q, shift, vf, idx; in ixgbe_mdd_event_X550() local
H A Dixgbe_common.c4387 void ixgbe_set_mac_anti_spoofing(struct ixgbe_hw *hw, bool enable, int vf) in ixgbe_set_mac_anti_spoofing()
4411 void ixgbe_set_vlan_anti_spoofing(struct ixgbe_hw *hw, bool enable, int vf) in ixgbe_set_vlan_anti_spoofing()
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_cxt.c1176 u32 type, vf; in ecore_cid_map_free() local
1221 u32 type, vf; in ecore_cid_map_alloc() local
1368 u32 vf; in ecore_cxt_mngr_setup() local
H A Decore_dev.c530 u16 ecore_get_cm_pq_idx_vf(struct ecore_hwfn *p_hwfn, u16 vf) in ecore_get_cm_pq_idx_vf()
/illumos-gate/usr/src/uts/common/io/e1000api/
H A De1000_vf.h272 struct e1000_dev_spec_vf vf; member
H A De1000_hw.h1080 struct e1000_dev_spec_vf vf; member
/illumos-gate/usr/src/lib/libsasl/lib/
H A Dserver.c987 const sasl_callback_t *vf; local
/illumos-gate/usr/src/lib/smbclnt/libfksmbfs/common/
H A Dfake_vfs.c1899 vf_to_stf(uint_t vf) in vf_to_stf()
/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_reads.c953 char *tf, *tl, *vf, *vl, *eqsign; in __s_api_remove_rdn_space() local
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dcudbg_lib.c1747 int vf, rc, vf_count = 0; in collect_rss_vf_config() local
/illumos-gate/usr/src/cmd/ztest/
H A Dztest.c5583 vdev_file_t *vf = vd0->vdev_tsd; in ztest_fault_inject() local
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_mbox.h2160 uint32_t vf:1; member
2178 uint32_t vf:1; member
/illumos-gate/usr/src/uts/common/io/cxgbe/firmware/
H A Dt4fw_interface.h7008 } vf; member