Searched refs:vc (Results 1 - 25 of 37) sorted by relevance

12

/freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dvdev_cache.c153 vdev_cache_evict(vdev_cache_t *vc, vdev_cache_entry_t *ve) argument
155 ASSERT(MUTEX_HELD(&vc->vc_lock));
159 avl_remove(&vc->vc_lastused_tree, ve);
160 avl_remove(&vc->vc_offset_tree, ve);
173 vdev_cache_t *vc = &zio->io_vd->vdev_cache; local
177 ASSERT(MUTEX_HELD(&vc->vc_lock));
186 if ((avl_numnodes(&vc->vc_lastused_tree) << zfs_vdev_cache_bshift) >
188 ve = avl_first(&vc->vc_lastused_tree);
192 vdev_cache_evict(vc, ve);
200 avl_add(&vc
207 vdev_cache_hit(vdev_cache_t *vc, vdev_cache_entry_t *ve, zio_t *zio) argument
231 vdev_cache_t *vc = &vd->vdev_cache; local
269 vdev_cache_t *vc = &zio->io_vd->vdev_cache; local
346 vdev_cache_t *vc = &zio->io_vd->vdev_cache; local
382 vdev_cache_t *vc = &vd->vdev_cache; local
394 vdev_cache_t *vc = &vd->vdev_cache; local
410 vdev_cache_t *vc = &vd->vdev_cache; local
[all...]
/freebsd-10-stable/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_mad.c128 struct mlx5_vport_counters *vc)
130 pma_cnt_ext->port_xmit_data = cpu_to_be64((vc->transmitted_ib_unicast.octets +
131 vc->transmitted_ib_multicast.octets) >> 2);
132 pma_cnt_ext->port_rcv_data = cpu_to_be64((vc->received_ib_unicast.octets +
133 vc->received_ib_multicast.octets) >> 2);
134 pma_cnt_ext->port_xmit_packets = cpu_to_be64(vc->transmitted_ib_unicast.packets +
135 vc->transmitted_ib_multicast.packets);
136 pma_cnt_ext->port_rcv_packets = cpu_to_be64(vc->received_ib_unicast.packets +
137 vc->received_ib_multicast.packets);
138 pma_cnt_ext->port_unicast_xmit_packets = cpu_to_be64(vc
127 pma_cnt_ext_assign(struct ib_pma_portcounters_ext *pma_cnt_ext, struct mlx5_vport_counters *vc) argument
144 pma_cnt_assign(struct ib_pma_portcounters *pma_cnt, struct mlx5_vport_counters *vc) argument
165 struct mlx5_vport_counters *vc; local
[all...]
/freebsd-10-stable/usr.sbin/bhyve/
H A Dvirtio.c59 vi_softc_linkup(struct virtio_softc *vs, struct virtio_consts *vc, argument
67 vs->vs_vc = vc;
72 for (i = 0; i < vc->vc_nvq; i++) {
529 struct virtio_consts *vc; local
550 vc = vs->vs_vc;
551 name = vc->vc_name;
569 max = vc->vc_cfgsize ? vc->vc_cfgsize : 0x100000000;
572 error = (*vc->vc_cfgread)(DEV_SOFTC(vs), newoff, size, &value);
595 value = vc
650 struct virtio_consts *vc; local
[all...]
H A Dvirtio.h447 void vi_softc_linkup(struct virtio_softc *vs, struct virtio_consts *vc,
/freebsd-10-stable/sys/mips/nlm/hal/
H A Dcop2.h190 nlm_msgld(int vc) argument
203 : "r" (vc)
209 nlm_msgwait(int vc) argument
219 : : "r" (vc)
253 nlm_fmn_msgrcv(int vc, int *srcid, int *size, int *code, struct nlm_fmn_msg *m) argument
260 status = nlm_msgld(vc); /* will return 0, if error */
H A Dfmn.h53 #define CMS_CPU_PUSHQ(node, core, thread, vc) \
54 (((node)<<10) | ((core)<<4) | ((thread)<<2) | ((vc)<<0))
240 extern uint8_t xlp_msg_send(uint8_t vc, uint8_t size);
/freebsd-10-stable/sys/mips/nlm/dev/sec/
H A Dnlmrsalib.h67 nlm_xlprsaecc_msgring_handler(int vc, int size, int code, int src_id,
/freebsd-10-stable/sys/mips/nlm/
H A Dcms.c163 src = cpu << 2; /* each thread has 4 vc's */
180 int n_msgs = 0, vc, m, hwtid; local
195 for (vc = 0; vc < 4; vc++) {
196 if ((msgmask & (1 << vc)) == 0)
200 status = nlm_fmn_msgrcv(vc, &srcid, &size, &code,
212 (he->action)(vc, size, code, srcid, &msg,
217 " vc=%d, size=%d, msg0=%jx, droppinge\n",
218 __func__, srcid, vc, siz
238 int srcid = 0, size = 0, code = 0, vc; local
[all...]
/freebsd-10-stable/sys/dev/en/
H A Dmidway.c207 static void en_close_finish(struct en_softc *sc, struct en_vcc *vc);
967 struct en_vcc *vc; local
982 (vc = sc->vccs[vci]) == NULL ||
983 (vc->vflags & VCC_CLOSE_RX)) {
989 if (vc->vcc.aal == ATMIO_AAL_5)
1050 vc->txspeed, m->m_pkthdr.len / MID_ATMDATASZ));
1089 tx = vc->txslot;
1134 * en_loadvc: load a vc tab entry from a slot
1139 en_loadvc(struct en_softc *sc, struct en_vcc *vc) argument
1141 uint32_t reg = en_read(sc, MID_VC(vc
1172 struct en_vcc *vc; local
1237 en_close_finish(struct en_softc *sc, struct en_vcc *vc) argument
1257 struct en_vcc *vc; local
1430 int vc, slot; local
1763 struct en_vcc *vc; local
1806 struct en_vcc *vc; local
1970 struct en_vcc *vc; /* vc we are receiving on */ member in struct:rxarg
2174 struct en_vcc *vc; local
[all...]
/freebsd-10-stable/sys/dev/fatm/
H A Dif_fatm.c121 static int fatm_load_vc(struct fatm_softc *sc, struct card_vcc *vc);
1487 struct card_vcc *vc; local
1541 vc = NULL;
1542 else if ((vc = sc->vccs[vci]) == NULL ||
1545 vc = NULL;
1548 DBG(sc, RCV, ("RCV: vc=%u.%u pt=%u mlen=%d %s", vpi, vci,
1549 pt, mlen, vc == NULL ? "dropped" : ""));
1551 if (vc == NULL) {
1555 if (!(vc->param.flags & ATMIO_FLAG_NG) &&
1556 vc
1928 fatm_tx(struct fatm_softc *sc, struct mbuf *m, struct card_vcc *vc, u_int mlen) argument
2043 struct card_vcc *vc; local
2170 fatm_open_finish(struct fatm_softc *sc, struct card_vcc *vc) argument
2194 struct card_vcc *vc; local
2234 struct card_vcc *vc; local
2311 fatm_load_vc(struct fatm_softc *sc, struct card_vcc *vc) argument
2343 fatm_close_finish(struct fatm_softc *sc, struct card_vcc *vc) argument
2364 struct card_vcc *vc; local
2387 struct card_vcc *vc; local
[all...]
/freebsd-10-stable/sys/dev/sound/pci/
H A Dsolo.c94 struct resource *io, *sb, *vc, *mpu, *gp; /* I/O address for the board */ member in struct:ess_info
774 port_wr(sc->vc, 0x8, 0xc4, 1); /* command */
775 port_wr(sc->vc, 0xd, 0xff, 1); /* reset */
776 port_wr(sc->vc, 0xf, 0x01, 1); /* mask */
777 port_wr(sc->vc, 0xb, dir == PCMDIR_PLAY? 0x58 : 0x54, 1); /* mode */
778 port_wr(sc->vc, 0x0, base, 4);
779 port_wr(sc->vc, 0x4, cnt - 1, 2);
811 i = port_rd(sc->vc, 0x4, 2) + 1;
812 p = port_rd(sc->vc, 0x4, 2) + 1;
826 port_wr(sc->vc,
[all...]
/freebsd-10-stable/contrib/sqlite3/tea/win/
H A Dmakefile.vc1 # makefile.vc -- -*- Makefile -*-
5 # This makefile is based upon the Tcl 8.4 Makefile.vc and modified to
21 # RCS: @(#)$Id: makefile.vc,v 1.4 2004/07/26 08:22:05 patthoyts Exp $
39 # You'll need to run vcvars32.bat contained in the MsDev's vc(98)/bin
114 # nmake [-nologo] -f makefile.vc [target|macrodef [target|macrodef] [...]]
119 # c:\tcl_src\win\>nmake -f makefile.vc all
120 # c:\tcl_src\win\>nmake -f makefile.vc install INSTALLDIR=c:\progra~1\tcl
127 # c:\tcl_src\win\>nmake -f makefile.vc MACHINE=IA64
134 !if !exist("makefile.vc")
157 !include "rules.vc"
[all...]
/freebsd-10-stable/sys/boot/fdt/dts/arm/
H A Drpi.dts34 "broadcom,bcm2835-vc", "broadcom,bcm2708-vc";
317 broadcom,vc-mailbox = <&vc_mbox>;
318 broadcom,vc-channel = <1>;
350 broadcom,vc-mailbox = <&vc_mbox>;
351 broadcom,vc-channel = <0>;
/freebsd-10-stable/contrib/gdb/gdb/
H A Dvarobj.c1064 struct varobj_child *vc;
1068 for (vc = var->children; vc != NULL; vc = next)
1071 vc->child->parent = NULL;
1072 delete_variable_1 (resultp, delcountp, vc->child, 0, only_children_p);
1073 next = vc->next;
1074 xfree (vc);
1231 struct varobj_child *vc;
1233 for (vc
1062 struct varobj_child *vc; local
1229 struct varobj_child *vc; local
1275 struct varobj_child *vc; local
1291 struct varobj_child *vc, *prev; local
[all...]
/freebsd-10-stable/sys/dev/mlx5/mlx5_core/
H A Dmlx5_vport.c1547 struct mlx5_vport_counters *vc)
1561 vc->received_errors.packets =
1564 vc->received_errors.octets =
1567 vc->transmit_errors.packets =
1570 vc->transmit_errors.octets =
1573 vc->received_ib_unicast.packets =
1576 vc->received_ib_unicast.octets =
1579 vc->transmitted_ib_unicast.packets =
1582 vc->transmitted_ib_unicast.octets =
1585 vc
1546 mlx5_get_vport_counters(struct mlx5_core_dev *dev, u8 port_num, struct mlx5_vport_counters *vc) argument
[all...]
/freebsd-10-stable/sys/dev/sound/pcm/
H A Dchannel.c1322 chn_setvolume_multi(struct pcm_channel *c, int vc, int left, int right, argument
1331 ret |= chn_setvolume_matrix(c, vc, i, left);
1333 ret |= chn_setvolume_matrix(c, vc, i, right) << 8;
1335 ret |= chn_setvolume_matrix(c, vc, i, center) << 16;
1342 chn_setvolume_matrix(struct pcm_channel *c, int vc, int vt, int val) argument
1346 KASSERT(c != NULL && vc >= SND_VOL_C_MASTER && vc < SND_VOL_C_MAX &&
1347 (vc == SND_VOL_C_MASTER || (vc & 1)) &&
1351 ("%s(): invalid volume matrix c=%p vc
1387 chn_getvolume_matrix(struct pcm_channel *c, int vc, int vt) argument
1515 chn_vpc_reset(struct pcm_channel *c, int vc, int force) argument
[all...]
H A Dchannel.h268 int chn_setvolume_multi(struct pcm_channel *c, int vc, int left, int right,
270 int chn_setvolume_matrix(struct pcm_channel *c, int vc, int vt, int val);
271 int chn_getvolume_matrix(struct pcm_channel *c, int vc, int vt);
272 void chn_vpc_reset(struct pcm_channel *c, int vc, int force);
/freebsd-10-stable/usr.bin/gzip/
H A Dgzexe130 if header "$1" > "$tmp" && gzip -vc "$1" >> "$tmp"; then
/freebsd-10-stable/usr.bin/pr/
H A Dpr.c342 struct vcol *vc = NULL; local
381 if ((vc =
473 vc[cvc].pt = ptbf;
488 vc[cvc++].cnt = cnt;
562 cnt = vc[tvc].cnt;
569 cnt = vc[tvc].cnt + 1;
574 if (otln(vc[tvc].pt, cnt, &ips,
646 free(vc);
/freebsd-10-stable/sys/dev/patm/
H A Dif_patm_attach.c138 int patm_dump_vc(u_int unit, u_int vc) __unused;
1010 patm_dump_vc(u_int unit, u_int vc) argument
1022 tct[i] = patm_sram_read(sc, vc * 8 + i);
1024 rct[i] = patm_sram_read(sc, sc->mmap->rct + vc * 4 + i);
1028 printf("TCT%3u: %08x %08x %08x %08x %08x %08x %08x %08x\n", vc,
1030 printf("RCT%3u: %08x %08x %08x %08x\n", vc,
1032 printf("SCD%3u: %08x %08x %08x %08x %08x %08x %08x %08x\n", vc,
/freebsd-10-stable/contrib/sqlite3/
H A DMakefile.msc948 !IF ![echo !IFNDEF VERSION > rcver.vc] && \
949 ![for /F "delims=" %V in ('type "$(SQLITE3H)" ^| find "$(_HASHCHAR)define SQLITE_VERSION "') do (echo VERSION = ^^%V >> rcver.vc)] && \
950 ![echo !ENDIF >> rcver.vc]
951 !INCLUDE rcver.vc
960 $(LIBRESOBJS): $(TOP)\sqlite3.rc rcver.vc $(SQLITE3H)
970 del /Q *.bsc *.def *.cod *.da *.bb *.bbg *.vc gmon.out 2>NUL
/freebsd-10-stable/sys/dev/mlx5/
H A Dvport.h144 struct mlx5_vport_counters *vc);
/freebsd-10-stable/sys/dev/drm2/radeon/
H A Dr600_cs.c99 #define FMT_8_BIT(fmt, vc) [fmt] = { 1, 1, 1, vc, CHIP_R600 }
100 #define FMT_16_BIT(fmt, vc) [fmt] = { 1, 1, 2, vc, CHIP_R600 }
102 #define FMT_32_BIT(fmt, vc) [fmt] = { 1, 1, 4, vc, CHIP_R600 }
104 #define FMT_64_BIT(fmt, vc) [fmt] = { 1, 1, 8, vc, CHIP_R600 }
106 #define FMT_128_BIT(fmt, vc) [fmt] = { 1, 1, 16,vc, CHIP_R60
[all...]
/freebsd-10-stable/cddl/contrib/opensolaris/cmd/zdb/
H A Dzdb.c3307 vdev_t *vc = vdev->vdev_child[i]; local
3309 if (vc->vdev_path == NULL) {
3310 vc = zdb_vdev_lookup(vc, path);
3311 if (vc == NULL)
3314 return (vc);
3317 p = strrchr(vc->vdev_path, '/');
3318 p = p ? p + 1 : vc->vdev_path;
3319 q = &vc->vdev_path[strlen(vc
[all...]
/freebsd-10-stable/sys/net/
H A Dif_vxlan.c2150 const struct vxlan_control *vc; local
2161 vc = &vxlan_control_table[ifd->ifd_cmd];
2162 out = (vc->vxlc_flags & VXLAN_CTRL_FLAG_COPYOUT) != 0;
2167 if (vc->vxlc_flags & VXLAN_CTRL_FLAG_SUSER) {
2173 if (ifd->ifd_len != vc->vxlc_argsize ||
2177 if (vc->vxlc_flags & VXLAN_CTRL_FLAG_COPYIN) {
2183 error = vc->vxlc_func(sc, &args);
2187 if (vc->vxlc_flags & VXLAN_CTRL_FLAG_COPYOUT) {

Completed in 321 milliseconds

12