Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/dev/vt/
Dvt_font.c84 vtfont_lookup(const struct vt_font *vf, term_char_t c) in vtfont_lookup()
121 vtfont_ref(struct vt_font *vf) in vtfont_ref()
129 vtfont_unref(struct vt_font *vf) in vtfont_unref()
167 struct vt_font *vf; in vtfont_load() local
Dvt_core.c272 vt_termsize(struct vt_device *vd, struct vt_font *vf, term_pos_t *size) in vt_termsize()
284 vt_winsize(struct vt_device *vd, struct vt_font *vf, struct winsize *size) in vt_winsize()
680 vt_bitblt_char(struct vt_device *vd, struct vt_font *vf, term_char_t c, in vt_bitblt_char()
713 struct vt_font *vf; in vt_flush() local
1000 vt_change_font(struct vt_window *vw, struct vt_font *vf) in vt_change_font()
1060 vt_set_border(struct vt_window *vw, struct vt_font *vf, term_color_t c) in vt_set_border()
1175 struct vt_font *vf; in vt_mouse_terminput_button() local
1236 struct vt_font *vf; in vt_mouse_event() local
1594 struct vt_font *vf; in vtterm_ioctl() local
/freebsd-9-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
Dvdev_file.c54 vdev_file_t *vf; in vdev_file_open() local
144 vdev_file_t *vf = vd->vdev_tsd; in vdev_file_close() local
163 vdev_file_t *vf; in vdev_file_io_start() local
/freebsd-9-stable/contrib/texinfo/info/
Ddoc.h83 #define InfoFunction(vf) ((vf)) argument
/freebsd-9-stable/sys/ofed/drivers/net/mlx4/
Dcmd.c890 static enum ib_port_state vf_port_state(struct mlx4_dev *dev, int port, int vf) in vf_port_state()
2432 static int mlx4_get_slave_indx(struct mlx4_dev *dev, int vf) in mlx4_get_slave_indx()
2441 int mlx4_set_vf_mac(struct mlx4_dev *dev, int port, int vf, u8 *mac) in mlx4_set_vf_mac()
2462 int mlx4_set_vf_vlan(struct mlx4_dev *dev, int port, int vf, u16 vlan, u8 qos) in mlx4_set_vf_vlan()
2521 int mlx4_set_vf_spoofchk(struct mlx4_dev *dev, int port, int vf, bool setting) in mlx4_set_vf_spoofchk()
2542 int mlx4_set_vf_link_state(struct mlx4_dev *dev, int port, int vf, int link_state) in mlx4_set_vf_link_state()
2588 int mlx4_get_vf_link_state(struct mlx4_dev *dev, int port, int vf) in mlx4_get_vf_link_state()
Dmain.c2311 struct counter_index *vf, *tmp_vf; in mlx4_cleanup_counters_table() local
2349 struct counter_index *vf, *tmp_vf; in __mlx4_slave_counters_free() local
2507 struct counter_index *vf, *tmp_vf; in __mlx4_counter_free() local
Dresource_tracker.c378 int vf, int num_instances) in initialize_res_quotas()
/freebsd-9-stable/sys/dev/cxgbe/common/
Dt4_hw.c4742 unsigned int vf, unsigned int nparams, const u32 *params, in t4_query_params()
4782 unsigned int vf, unsigned int nparams, const u32 *params, in t4_set_params()
4829 unsigned int vf, unsigned int txq, unsigned int txq_eth_ctrl, in t4_cfg_pfvf()
4874 unsigned int port, unsigned int pf, unsigned int vf, in t4_alloc_vi_func()
4929 unsigned int pf, unsigned int vf, unsigned int nmac, u8 *mac, in t4_alloc_vi()
4947 unsigned int vf, unsigned int viid) in t4_free_vi()
5240 unsigned int pf, unsigned int vf, unsigned int iqid, in t4_iq_start_stop()
5271 unsigned int vf, unsigned int iqtype, unsigned int iqid, in t4_iq_free()
5299 unsigned int vf, unsigned int eqid) in t4_eth_eq_free()
5323 unsigned int vf, unsigned int eqid) in t4_ctrl_eq_free()
[all …]
/freebsd-9-stable/sys/netgraph/
Dng_vlan.c196 struct ng_vlan_filter *vf; in ng_vlan_rcvmsg() local
/freebsd-9-stable/contrib/llvm/include/llvm/ADT/
DHashing.h233 uint64_t vf = a + z; in hash_33to64_bytes() local
/freebsd-9-stable/contrib/gdb/gdb/
Dcp-valprint.c783 struct value *vf = value_copy (v); in cp_print_hpacc_virtual_table_entries() local
/freebsd-9-stable/sys/dev/cxgbe/tom/
Dt4_tom.c565 uint32_t vf = G_FW_VIID_VIN(viid); in select_ntuple() local
/freebsd-9-stable/contrib/file/src/
Dsoftmagic.c447 float vf; in mprint() local
/freebsd-9-stable/contrib/gcc/
Dtree-vect-transform.c2331 int vf = LOOP_VINFO_VECT_FACTOR (loop_vinfo); in vect_generate_tmps_on_preheader() local
2664 int vf = LOOP_VINFO_VECT_FACTOR (loop_vinfo); in vect_gen_niters_for_prolog_loop() local
/freebsd-9-stable/sys/dev/e1000/
De1000_vf.h272 struct e1000_dev_spec_vf vf; member
De1000_hw.h999 struct e1000_dev_spec_vf vf; member
/freebsd-9-stable/sys/compat/linux/
Dlinux_ioctl.c3065 linux_to_bsd_v4l2_format(struct l_v4l2_format *lvf, struct v4l2_format *vf) in linux_to_bsd_v4l2_format()
3083 bsd_to_linux_v4l2_format(struct v4l2_format *vf, struct l_v4l2_format *lvf) in bsd_to_linux_v4l2_format()
/freebsd-9-stable/sys/ofed/drivers/infiniband/hw/mlx4/
Dmcg.c1158 static void clear_pending_reqs(struct mcast_group *group, int vf) in clear_pending_reqs()
/freebsd-9-stable/sys/dev/ixgbe/
Dixgbe_common.c4222 void ixgbe_set_vlan_anti_spoofing(struct ixgbe_hw *hw, bool enable, int vf) in ixgbe_set_vlan_anti_spoofing()
/freebsd-9-stable/sys/contrib/ngatm/netnatm/msg/
Dunistruct.h1320 u_int vf; member
/freebsd-9-stable/contrib/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp3661 for (unsigned vf = 2*TypeByteSize; vf <= MaxVFWithoutSLForwardIssues; in couldPreventStoreLoadForward() local
/freebsd-9-stable/cddl/contrib/opensolaris/cmd/ztest/
Dztest.c4827 vdev_file_t *vf = vd0->vdev_tsd; in ztest_fault_inject() local
/freebsd-9-stable/sys/dev/cxgbe/firmware/
Dt4fw_interface.h5569 } vf; member