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

12

/freebsd-13-stable/sys/contrib/openzfs/module/zfs/
H A Dvdev_cache.c137 vdev_cache_evict(vdev_cache_t *vc, vdev_cache_entry_t *ve) argument
139 ASSERT(MUTEX_HELD(&vc->vc_lock));
143 avl_remove(&vc->vc_lastused_tree, ve);
144 avl_remove(&vc->vc_offset_tree, ve);
157 vdev_cache_t *vc = &zio->io_vd->vdev_cache; local
161 ASSERT(MUTEX_HELD(&vc->vc_lock));
170 if ((avl_numnodes(&vc->vc_lastused_tree) << zfs_vdev_cache_bshift) >
172 ve = avl_first(&vc->vc_lastused_tree);
176 vdev_cache_evict(vc, ve);
184 avl_add(&vc
191 vdev_cache_hit(vdev_cache_t *vc, vdev_cache_entry_t *ve, zio_t *zio) argument
215 vdev_cache_t *vc = &vd->vdev_cache; local
253 vdev_cache_t *vc = &zio->io_vd->vdev_cache; local
332 vdev_cache_t *vc = &zio->io_vd->vdev_cache; local
369 vdev_cache_t *vc = &vd->vdev_cache; local
381 vdev_cache_t *vc = &vd->vdev_cache; local
397 vdev_cache_t *vc = &vd->vdev_cache; local
[all...]
/freebsd-13-stable/usr.sbin/bhyve/
H A Dvirtio.c66 vi_softc_linkup(struct virtio_softc *vs, struct virtio_consts *vc, argument
74 vs->vs_vc = vc;
79 for (i = 0; i < vc->vc_nvq; i++) {
561 struct virtio_consts *vc; local
582 vc = vs->vs_vc;
583 name = vc->vc_name;
601 max = vc->vc_cfgsize ? vc->vc_cfgsize : 0x100000000;
604 error = (*vc->vc_cfgread)(DEV_SOFTC(vs), newoff, size, &value);
627 value = vc
682 struct virtio_consts *vc; local
816 struct virtio_consts *vc; local
832 struct virtio_consts *vc; local
861 vi_pci_snapshot_consts(struct virtio_consts *vc, struct vm_snapshot_meta *meta) argument
878 struct virtio_consts *vc; local
925 struct virtio_consts *vc; local
[all...]
H A Dvirtio.h480 void vi_softc_linkup(struct virtio_softc *vs, struct virtio_consts *vc,
/freebsd-13-stable/sys/mips/nlm/dev/sec/
H A Dnlmrsalib.h61 nlm_xlprsaecc_msgring_handler(int vc, int size, int code, int src_id,
H A Dnlmsec.c120 nlm_xlpsec_msgring_handler(int vc, int size, int code, int src_id,
250 nlm_xlpsec_msgring_handler(int vc, int size, int code, int src_id, argument
H A Dnlmrsa.c208 nlm_xlprsaecc_msgring_handler(int vc, int size, int code, int src_id, argument
411 /* Send the message to rsa engine vc */
/freebsd-13-stable/sys/mips/nlm/hal/
H A Dcop2.h192 nlm_msgld(int vc) argument
205 : "r" (vc)
211 nlm_msgwait(int vc) argument
221 : : "r" (vc)
255 nlm_fmn_msgrcv(int vc, int *srcid, int *size, int *code, struct nlm_fmn_msg *m) argument
262 status = nlm_msgld(vc); /* will return 0, if error */
H A Dfmn.h55 #define CMS_CPU_PUSHQ(node, core, thread, vc) \
56 (((node)<<10) | ((core)<<4) | ((thread)<<2) | ((vc)<<0))
242 extern uint8_t xlp_msg_send(uint8_t vc, uint8_t size);
/freebsd-13-stable/sys/mips/nlm/
H A Dcms.c165 src = cpu << 2; /* each thread has 4 vc's */
182 int n_msgs = 0, vc, m, hwtid; local
197 for (vc = 0; vc < 4; vc++) {
198 if ((msgmask & (1 << vc)) == 0)
202 status = nlm_fmn_msgrcv(vc, &srcid, &size, &code,
214 (he->action)(vc, size, code, srcid, &msg,
219 " vc=%d, size=%d, msg0=%jx, droppinge\n",
220 __func__, srcid, vc, siz
240 int srcid = 0, size = 0, code = 0, vc; local
[all...]
/freebsd-13-stable/sys/dev/sound/pci/
H A Dsolo.c96 struct resource *io, *sb, *vc, *mpu, *gp; /* I/O address for the board */ member in struct:ess_info
775 port_wr(sc->vc, 0x8, 0xc4, 1); /* command */
776 port_wr(sc->vc, 0xd, 0xff, 1); /* reset */
777 port_wr(sc->vc, 0xf, 0x01, 1); /* mask */
778 port_wr(sc->vc, 0xb, dir == PCMDIR_PLAY? 0x58 : 0x54, 1); /* mode */
779 port_wr(sc->vc, 0x0, base, 4);
780 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-13-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-13-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-13-stable/sys/dev/sound/pcm/
H A Dchannel.c1320 chn_setvolume_multi(struct pcm_channel *c, int vc, int left, int right, argument
1329 ret |= chn_setvolume_matrix(c, vc, i, left);
1331 ret |= chn_setvolume_matrix(c, vc, i, right) << 8;
1333 ret |= chn_setvolume_matrix(c, vc, i, center) << 16;
1340 chn_setvolume_matrix(struct pcm_channel *c, int vc, int vt, int val) argument
1344 KASSERT(c != NULL && vc >= SND_VOL_C_MASTER && vc < SND_VOL_C_MAX &&
1345 (vc == SND_VOL_C_MASTER || (vc & 1)) &&
1349 ("%s(): invalid volume matrix c=%p vc
1385 chn_getvolume_matrix(struct pcm_channel *c, int vc, int vt) argument
1513 chn_vpc_reset(struct pcm_channel *c, int vc, int force) argument
[all...]
H A Dchannel.h270 int chn_setvolume_multi(struct pcm_channel *c, int vc, int left, int right,
272 int chn_setvolume_matrix(struct pcm_channel *c, int vc, int vt, int val);
273 int chn_getvolume_matrix(struct pcm_channel *c, int vc, int vt);
274 void chn_vpc_reset(struct pcm_channel *c, int vc, int force);
/freebsd-13-stable/usr.bin/gzip/
H A Dgzexe130 if header "$1" > "$tmp" && gzip -vc "$1" >> "$tmp"; then
/freebsd-13-stable/usr.bin/pr/
H A Dpr.c344 struct vcol *vc = NULL; local
383 if ((vc =
475 vc[cvc].pt = ptbf;
490 vc[cvc++].cnt = cnt;
564 cnt = vc[tvc].cnt;
571 cnt = vc[tvc].cnt + 1;
576 if (otln(vc[tvc].pt, cnt, &ips,
648 free(vc);
/freebsd-13-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-13-stable/lib/libc/arm/aeabi/
H A Daeabi_vfp_float.S120 ite vc
H A Daeabi_vfp_double.S129 ite vc
/freebsd-13-stable/sys/dev/mlx5/
H A Dvport.h157 struct mlx5_vport_counters *vc);
/freebsd-13-stable/contrib/bearssl/src/
H A Dinner.h2393 #define vperm(vt, va, vb, vc) vperm_(vt, va, vb, vc)
2430 #define vperm_(vt, va, vb, vc) "\tvperm\t" #vt "," #va "," #vb "," #vc "\n"
/freebsd-13-stable/sys/sys/
H A Dmount.h707 #define VCTLTOREQ(vc, req) \
709 (req)->newptr = (vc)->vc_ptr; \
710 (req)->newlen = (vc)->vc_len; \
/freebsd-13-stable/sys/compat/linux/
H A Dlinux_ioctl.c2681 linux_to_bsd_v4l_clip(struct l_video_clip *lvc, struct video_clip *vc) argument
2683 vc->x = lvc->x;
2684 vc->y = lvc->y;
2685 vc->width = lvc->width;
2686 vc->height = lvc->height;
2687 vc->next = PTRIN(lvc->next); /* possible pointer size conversion */
2745 linux_to_bsd_v4l_code(struct l_video_code *lvc, struct video_code *vc) argument
2747 strlcpy(vc->loadwhat, lvc->loadwhat, LINUX_VIDEO_CODE_LOADWHAT_SIZE);
2748 vc->datasize = lvc->datasize;
2749 vc
[all...]
/freebsd-13-stable/sys/dev/syscons/
H A Dsyscons.c568 int i, vc; local
656 for (vc = 0; vc < sc->vtys; vc++) {
657 if (sc->dev[vc] == NULL) {
658 sc->dev[vc] = sc_alloc_tty(vc, vc + unit * MAXCONS);
659 if (vc == 0 && sc->dev == main_devs)
/freebsd-13-stable/sys/net/
H A Dif_vxlan.c2283 const struct vxlan_control *vc; local
2294 vc = &vxlan_control_table[ifd->ifd_cmd];
2295 out = (vc->vxlc_flags & VXLAN_CTRL_FLAG_COPYOUT) != 0;
2300 if (vc->vxlc_flags & VXLAN_CTRL_FLAG_SUSER) {
2306 if (ifd->ifd_len != vc->vxlc_argsize ||
2310 if (vc->vxlc_flags & VXLAN_CTRL_FLAG_COPYIN) {
2316 error = vc->vxlc_func(sc, &args);
2320 if (vc->vxlc_flags & VXLAN_CTRL_FLAG_COPYOUT) {

Completed in 290 milliseconds

12