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

12

/freebsd-10.0-release/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
268 vdev_cache_t *vc = &zio->io_vd->vdev_cache; local
345 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-10.0-release/usr.sbin/bhyve/
H A Dvirtio.c58 vi_softc_linkup(struct virtio_softc *vs, struct virtio_consts *vc, argument
66 vs->vs_vc = vc;
71 for (i = 0; i < vc->vc_nvq; i++) {
503 struct virtio_consts *vc; local
524 vc = vs->vs_vc;
525 name = vc->vc_name;
543 max = vc->vc_cfgsize ? vc->vc_cfgsize : 0x100000000;
546 error = (*vc->vc_cfgread)(DEV_SOFTC(vs), newoff, size, &value);
569 value = vc
622 struct virtio_consts *vc; local
[all...]
H A Dvirtio.h443 void vi_softc_linkup(struct virtio_softc *vs, struct virtio_consts *vc,
/freebsd-10.0-release/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.0-release/sys/mips/nlm/dev/sec/
H A Dnlmrsalib.h67 nlm_xlprsaecc_msgring_handler(int vc, int size, int code, int src_id,
/freebsd-10.0-release/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.0-release/sys/dev/en/
H A Dmidway.c207 static void en_close_finish(struct en_softc *sc, struct en_vcc *vc);
965 struct en_vcc *vc; local
980 (vc = sc->vccs[vci]) == NULL ||
981 (vc->vflags & VCC_CLOSE_RX)) {
987 if (vc->vcc.aal == ATMIO_AAL_5)
1048 vc->txspeed, m->m_pkthdr.len / MID_ATMDATASZ));
1087 tx = vc->txslot;
1132 * en_loadvc: load a vc tab entry from a slot
1137 en_loadvc(struct en_softc *sc, struct en_vcc *vc) argument
1139 uint32_t reg = en_read(sc, MID_VC(vc
1170 struct en_vcc *vc; local
1235 en_close_finish(struct en_softc *sc, struct en_vcc *vc) argument
1255 struct en_vcc *vc; local
1428 int vc, slot; local
1761 struct en_vcc *vc; local
1804 struct en_vcc *vc; local
1968 struct en_vcc *vc; /* vc we are receiving on */ member in struct:rxarg
2172 struct en_vcc *vc; local
[all...]
/freebsd-10.0-release/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.0-release/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.0-release/sys/boot/fdt/dts/
H A Drpi.dts36 "broadcom,bcm2835-vc", "broadcom,bcm2708-vc";
306 broadcom,vc-mailbox = <&vc_mbox>;
307 broadcom,vc-channel = <1>;
339 broadcom,vc-mailbox = <&vc_mbox>;
340 broadcom,vc-channel = <0>;
/freebsd-10.0-release/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.0-release/sys/dev/sound/pcm/
H A Dchannel.c1347 chn_setvolume_multi(struct pcm_channel *c, int vc, int left, int right, argument
1356 ret |= chn_setvolume_matrix(c, vc, i, left);
1358 ret |= chn_setvolume_matrix(c, vc, i, right) << 8;
1360 ret |= chn_setvolume_matrix(c, vc, i, center) << 16;
1367 chn_setvolume_matrix(struct pcm_channel *c, int vc, int vt, int val) argument
1371 KASSERT(c != NULL && vc >= SND_VOL_C_MASTER && vc < SND_VOL_C_MAX &&
1372 (vc == SND_VOL_C_MASTER || (vc & 1)) &&
1376 ("%s(): invalid volume matrix c=%p vc
1412 chn_getvolume_matrix(struct pcm_channel *c, int vc, int vt) argument
1540 chn_vpc_reset(struct pcm_channel *c, int vc, int force) argument
[all...]
H A Dchannel.h267 int chn_setvolume_multi(struct pcm_channel *c, int vc, int left, int right,
269 int chn_setvolume_matrix(struct pcm_channel *c, int vc, int vt, int val);
270 int chn_getvolume_matrix(struct pcm_channel *c, int vc, int vt);
271 void chn_vpc_reset(struct pcm_channel *c, int vc, int force);
/freebsd-10.0-release/usr.bin/gzip/
H A Dgzexe130 if header "$1" > "$tmp" && gzip -vc "$1" >> "$tmp"; then
/freebsd-10.0-release/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.0-release/usr.bin/pr/
H A Dpr.c334 struct vcol *vc; local
372 if ((vc =
464 vc[cvc].pt = ptbf;
479 vc[cvc++].cnt = cnt;
552 cnt = vc[tvc].cnt;
559 cnt = vc[tvc].cnt + 1;
564 if (otln(vc[tvc].pt, cnt, &ips,
/freebsd-10.0-release/sys/dev/drm2/radeon/
H A Dr600_cs.c96 #define FMT_8_BIT(fmt, vc) [fmt] = { 1, 1, 1, vc, CHIP_R600 }
97 #define FMT_16_BIT(fmt, vc) [fmt] = { 1, 1, 2, vc, CHIP_R600 }
99 #define FMT_32_BIT(fmt, vc) [fmt] = { 1, 1, 4, vc, CHIP_R600 }
101 #define FMT_64_BIT(fmt, vc) [fmt] = { 1, 1, 8, vc, CHIP_R600 }
103 #define FMT_128_BIT(fmt, vc) [fmt] = { 1, 1, 16,vc, CHIP_R60
[all...]
/freebsd-10.0-release/cddl/contrib/opensolaris/cmd/zdb/
H A Dzdb.c2780 vdev_t *vc = vdev->vdev_child[i]; local
2782 if (vc->vdev_path == NULL) {
2783 vc = zdb_vdev_lookup(vc, path);
2784 if (vc == NULL)
2787 return (vc);
2790 p = strrchr(vc->vdev_path, '/');
2791 p = p ? p + 1 : vc->vdev_path;
2792 q = &vc->vdev_path[strlen(vc
[all...]
/freebsd-10.0-release/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
/freebsd-10.0-release/sys/sys/
H A Dmount.h552 #define VCTLTOREQ(vc, req) \
554 (req)->newptr = (vc)->vc_ptr; \
555 (req)->newlen = (vc)->vc_len; \
/freebsd-10.0-release/sys/compat/linux/
H A Dlinux_ioctl.c2671 linux_to_bsd_v4l_clip(struct l_video_clip *lvc, struct video_clip *vc) argument
2673 vc->x = lvc->x;
2674 vc->y = lvc->y;
2675 vc->width = lvc->width;
2676 vc->height = lvc->height;
2677 vc->next = PTRIN(lvc->next); /* possible pointer size conversion */
2733 linux_to_bsd_v4l_code(struct l_video_code *lvc, struct video_code *vc) argument
2735 strlcpy(vc->loadwhat, lvc->loadwhat, LINUX_VIDEO_CODE_LOADWHAT_SIZE);
2736 vc->datasize = lvc->datasize;
2737 vc
[all...]
/freebsd-10.0-release/sys/dev/syscons/
H A Dsyscons.c493 int vc; local
556 for (vc = 0; vc < sc->vtys; vc++) {
557 if (sc->dev[vc] == NULL) {
558 sc->dev[vc] = sc_alloc_tty(vc, vc + unit * MAXCONS);
559 if (vc == 0 && sc->dev == main_devs)
/freebsd-10.0-release/sys/kern/
H A Dvfs_subr.c4284 struct vfsidctl vc; local
4288 error = SYSCTL_IN(req, &vc, sizeof(vc));
4291 if (vc.vc_vers != VFS_CTL_VERS1)
4293 mp = vfs_getvfs(&vc.vc_fsid);
4297 if (strcmp(vc.vc_fstypename, "*") != 0 &&
4298 strcmp(vc.vc_fstypename, mp->mnt_vfc->vfc_name) != 0) {
4302 VCTLTOREQ(&vc, req);
4303 error = VFS_SYSCTL(mp, vc.vc_op, req);
/freebsd-10.0-release/contrib/ldns/
H A Dresolver.c416 ldns_resolver_set_usevc(ldns_resolver *r, bool vc) argument
418 r->_usevc = vc;

Completed in 221 milliseconds

12