Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/
H A Dfem.c2079 vnext_open(femarg_t *vf, int mode, cred_t *cr, caller_context_t *ct) in vnext_open()
2093 vnext_close(femarg_t *vf, int flag, int count, offset_t offset, cred_t *cr, in vnext_close()
2108 vnext_read(femarg_t *vf, uio_t *uiop, int ioflag, cred_t *cr, in vnext_read()
2123 vnext_write(femarg_t *vf, uio_t *uiop, int ioflag, cred_t *cr, in vnext_write()
2138 vnext_ioctl(femarg_t *vf, int cmd, intptr_t arg, int flag, cred_t *cr, in vnext_ioctl()
2153 vnext_setfl(femarg_t *vf, int oflags, int nflags, cred_t *cr, in vnext_setfl()
2168 vnext_getattr(femarg_t *vf, vattr_t *vap, int flags, cred_t *cr, in vnext_getattr()
2183 vnext_setattr(femarg_t *vf, vattr_t *vap, int flags, cred_t *cr, in vnext_setattr()
2198 vnext_access(femarg_t *vf, int mode, int flags, cred_t *cr, in vnext_access()
2213 vnext_lookup(femarg_t *vf, char *nm, vnode_t **vpp, pathname_t *pnp, in vnext_lookup()
[all …]
H A Dvfs.c4118 vf_to_stf(uint_t vf) in vf_to_stf()
/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/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()
2115 port_fop_write(femarg_t *vf, struct uio *uiop, int ioflag, struct cred *cr, in port_fop_write()
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()
2247 port_fop_rename(femarg_t *vf, char *snm, vnode_t *tdvp, char *tnm, cred_t *cr, in port_fop_rename()
[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.c7857 unsigned int vf, unsigned int nparams, const u32 *params, in t4_query_params_rw()
7898 unsigned int vf, unsigned int nparams, const u32 *params, in t4_query_params()
7906 unsigned int vf, unsigned int nparams, const u32 *params, in t4_query_params_ns()
7928 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()
7996 unsigned int vf, unsigned int txq, unsigned int txq_eth_ctrl, in t4_cfg_pfvf()
8043 unsigned int port, unsigned int pf, unsigned int vf, in t4_alloc_vi_func()
8111 unsigned int pf, unsigned int vf, unsigned int nmac, u8 *mac, in t4_alloc_vi()
8130 unsigned int vf, unsigned int viid) in t4_free_vi()
8723 unsigned int vf, unsigned int iqtype, unsigned int iqid, in t4_iq_stop()
[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/lib/libsasl/lib/
H A Dserver.c987 const sasl_callback_t *vf; local
/illumos-gate/usr/src/uts/common/io/e1000api/
H A De1000_vf.h272 struct e1000_dev_spec_vf vf; member
H A De1000_hw.h1095 struct e1000_dev_spec_vf vf; member
/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.c5733 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