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

12

/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dvdev_cache.c151 vdev_cache_evict(vdev_cache_t *vc, vdev_cache_entry_t *ve) argument
153 ASSERT(MUTEX_HELD(&vc->vc_lock));
157 avl_remove(&vc->vc_lastused_tree, ve);
158 avl_remove(&vc->vc_offset_tree, ve);
171 vdev_cache_t *vc = &zio->io_vd->vdev_cache; local
175 ASSERT(MUTEX_HELD(&vc->vc_lock));
184 if ((avl_numnodes(&vc->vc_lastused_tree) << zfs_vdev_cache_bshift) >
186 ve = avl_first(&vc->vc_lastused_tree);
190 vdev_cache_evict(vc, ve);
198 avl_add(&vc
205 vdev_cache_hit(vdev_cache_t *vc, vdev_cache_entry_t *ve, zio_t *zio) argument
229 vdev_cache_t *vc = &vd->vdev_cache; local
267 vdev_cache_t *vc = &zio->io_vd->vdev_cache; local
344 vdev_cache_t *vc = &zio->io_vd->vdev_cache; local
381 vdev_cache_t *vc = &vd->vdev_cache; local
393 vdev_cache_t *vc = &vd->vdev_cache; local
409 vdev_cache_t *vc = &vd->vdev_cache; local
[all...]
/freebsd-11-stable/usr.sbin/bhyve/
H A Dvirtio.c64 vi_softc_linkup(struct virtio_softc *vs, struct virtio_consts *vc, argument
72 vs->vs_vc = vc;
77 for (i = 0; i < vc->vc_nvq; i++) {
548 struct virtio_consts *vc; local
569 vc = vs->vs_vc;
570 name = vc->vc_name;
588 max = vc->vc_cfgsize ? vc->vc_cfgsize : 0x100000000;
591 error = (*vc->vc_cfgread)(DEV_SOFTC(vs), newoff, size, &value);
614 value = vc
669 struct virtio_consts *vc; local
[all...]
H A Dvirtio.h472 void vi_softc_linkup(struct virtio_softc *vs, struct virtio_consts *vc,
/freebsd-11-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-11-stable/sys/mips/nlm/dev/sec/
H A Dnlmrsalib.h67 nlm_xlprsaecc_msgring_handler(int vc, int size, int code, int src_id,
/freebsd-11-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-11-stable/sys/dev/en/
H A Dmidway.c208 static void en_close_finish(struct en_softc *sc, struct en_vcc *vc);
968 struct en_vcc *vc; local
983 (vc = sc->vccs[vci]) == NULL ||
984 (vc->vflags & VCC_CLOSE_RX)) {
990 if (vc->vcc.aal == ATMIO_AAL_5)
1051 vc->txspeed, m->m_pkthdr.len / MID_ATMDATASZ));
1090 tx = vc->txslot;
1135 * en_loadvc: load a vc tab entry from a slot
1140 en_loadvc(struct en_softc *sc, struct en_vcc *vc) argument
1142 uint32_t reg = en_read(sc, MID_VC(vc
1173 struct en_vcc *vc; local
1238 en_close_finish(struct en_softc *sc, struct en_vcc *vc) argument
1258 struct en_vcc *vc; local
1431 int vc, slot; local
1764 struct en_vcc *vc; local
1807 struct en_vcc *vc; local
1971 struct en_vcc *vc; /* vc we are receiving on */ member in struct:rxarg
2175 struct en_vcc *vc; local
[all...]
/freebsd-11-stable/sys/dev/fatm/
H A Dif_fatm.c122 static int fatm_load_vc(struct fatm_softc *sc, struct card_vcc *vc);
1488 struct card_vcc *vc; local
1542 vc = NULL;
1543 else if ((vc = sc->vccs[vci]) == NULL ||
1546 vc = NULL;
1549 DBG(sc, RCV, ("RCV: vc=%u.%u pt=%u mlen=%d %s", vpi, vci,
1550 pt, mlen, vc == NULL ? "dropped" : ""));
1552 if (vc == NULL) {
1556 if (!(vc->param.flags & ATMIO_FLAG_NG) &&
1557 vc
1929 fatm_tx(struct fatm_softc *sc, struct mbuf *m, struct card_vcc *vc, u_int mlen) argument
2044 struct card_vcc *vc; local
2171 fatm_open_finish(struct fatm_softc *sc, struct card_vcc *vc) argument
2195 struct card_vcc *vc; local
2235 struct card_vcc *vc; local
2312 fatm_load_vc(struct fatm_softc *sc, struct card_vcc *vc) argument
2344 fatm_close_finish(struct fatm_softc *sc, struct card_vcc *vc) argument
2365 struct card_vcc *vc; local
2388 struct card_vcc *vc; local
[all...]
/freebsd-11-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-11-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-11-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-11-stable/sys/dev/mlx5/mlx5_core/
H A Dmlx5_vport.c1615 struct mlx5_vport_counters *vc)
1629 vc->received_errors.packets =
1632 vc->received_errors.octets =
1635 vc->transmit_errors.packets =
1638 vc->transmit_errors.octets =
1641 vc->received_ib_unicast.packets =
1644 vc->received_ib_unicast.octets =
1647 vc->transmitted_ib_unicast.packets =
1650 vc->transmitted_ib_unicast.octets =
1653 vc
1614 mlx5_get_vport_counters(struct mlx5_core_dev *dev, u8 port_num, struct mlx5_vport_counters *vc) argument
[all...]
/freebsd-11-stable/sys/dev/sound/pcm/
H A Dchannel.c1313 chn_setvolume_multi(struct pcm_channel *c, int vc, int left, int right, argument
1322 ret |= chn_setvolume_matrix(c, vc, i, left);
1324 ret |= chn_setvolume_matrix(c, vc, i, right) << 8;
1326 ret |= chn_setvolume_matrix(c, vc, i, center) << 16;
1333 chn_setvolume_matrix(struct pcm_channel *c, int vc, int vt, int val) argument
1337 KASSERT(c != NULL && vc >= SND_VOL_C_MASTER && vc < SND_VOL_C_MAX &&
1338 (vc == SND_VOL_C_MASTER || (vc & 1)) &&
1342 ("%s(): invalid volume matrix c=%p vc
1378 chn_getvolume_matrix(struct pcm_channel *c, int vc, int vt) argument
1506 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-11-stable/usr.bin/gzip/
H A Dgzexe130 if header "$1" > "$tmp" && gzip -vc "$1" >> "$tmp"; then
/freebsd-11-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-11-stable/sys/dev/patm/
H A Dif_patm_attach.c139 int patm_dump_vc(u_int unit, u_int vc) __unused;
1011 patm_dump_vc(u_int unit, u_int vc) argument
1023 tct[i] = patm_sram_read(sc, vc * 8 + i);
1025 rct[i] = patm_sram_read(sc, sc->mmap->rct + vc * 4 + i);
1029 printf("TCT%3u: %08x %08x %08x %08x %08x %08x %08x %08x\n", vc,
1031 printf("RCT%3u: %08x %08x %08x %08x\n", vc,
1033 printf("SCD%3u: %08x %08x %08x %08x %08x %08x %08x %08x\n", vc,
/freebsd-11-stable/lib/libc/arm/aeabi/
H A Daeabi_vfp_float.S120 ite vc
H A Daeabi_vfp_double.S129 ite vc
/freebsd-11-stable/contrib/sqlite3/
H A DMakefile.msc1016 !IF ![echo !IFNDEF VERSION > rcver.vc] && \
1017 ![for /F "delims=" %V in ('type "$(SQLITE3H)" ^| "%SystemRoot%\System32\find.exe" "$(_HASHCHAR)define SQLITE_VERSION "') do (echo VERSION = ^^%V >> rcver.vc)] && \
1018 ![echo !ENDIF >> rcver.vc]
1019 !INCLUDE rcver.vc
1028 $(LIBRESOBJS): $(TOP)\sqlite3.rc rcver.vc $(SQLITE3H)
1038 del /Q *.bsc *.def *.cod *.da *.bb *.bbg *.vc gmon.out 2>NUL
/freebsd-11-stable/sys/dev/mlx5/
H A Dvport.h157 struct mlx5_vport_counters *vc);
/freebsd-11-stable/sys/dev/drm2/radeon/
H A Dr600_cs.c97 #define FMT_8_BIT(fmt, vc) [fmt] = { 1, 1, 1, vc, CHIP_R600 }
98 #define FMT_16_BIT(fmt, vc) [fmt] = { 1, 1, 2, vc, CHIP_R600 }
100 #define FMT_32_BIT(fmt, vc) [fmt] = { 1, 1, 4, vc, CHIP_R600 }
102 #define FMT_64_BIT(fmt, vc) [fmt] = { 1, 1, 8, vc, CHIP_R600 }
104 #define FMT_128_BIT(fmt, vc) [fmt] = { 1, 1, 16,vc, CHIP_R60
[all...]
/freebsd-11-stable/sys/net/
H A Dif_vxlan.c2191 const struct vxlan_control *vc; local
2202 vc = &vxlan_control_table[ifd->ifd_cmd];
2203 out = (vc->vxlc_flags & VXLAN_CTRL_FLAG_COPYOUT) != 0;
2208 if (vc->vxlc_flags & VXLAN_CTRL_FLAG_SUSER) {
2214 if (ifd->ifd_len != vc->vxlc_argsize ||
2218 if (vc->vxlc_flags & VXLAN_CTRL_FLAG_COPYIN) {
2224 error = vc->vxlc_func(sc, &args);
2228 if (vc->vxlc_flags & VXLAN_CTRL_FLAG_COPYOUT) {
/freebsd-11-stable/contrib/gcc/
H A Dcfgloop.c876 unsigned int vc = 1;
909 gcc_assert (i >= vc);
911 bb = blocks[vc++];
875 unsigned int vc = 1; local

Completed in 350 milliseconds

12