Home
last modified time | relevance | path

Searched refs:vc (Results 26 – 45 of 45) sorted by relevance

12

/freebsd/bin/sh/
H A Dparser.c1237 int c, vc, i, n; in readcstyleesc() local
1353 vc = (char)v; in readcstyleesc()
1358 if (vc == '\0') { in readcstyleesc()
1375 if (SQSYNTAX[vc] == CCTL) in readcstyleesc()
1377 USTPUTC(vc, out); in readcstyleesc()
/freebsd/contrib/bearssl/src/
H A Dinner.h2413 #define vperm(vt, va, vb, vc) vperm_(vt, va, vb, vc) argument
2450 #define vperm_(vt, va, vb, vc) "\tvperm\t" #vt "," #va "," #vb "," #vc "\n" argument
/freebsd/sys/compat/linux/
H A Dlinux_ioctl.c2630 linux_to_bsd_v4l_clip(struct l_video_clip *lvc, struct video_clip *vc) in linux_to_bsd_v4l_clip() argument
2632 vc->x = lvc->x; in linux_to_bsd_v4l_clip()
2633 vc->y = lvc->y; in linux_to_bsd_v4l_clip()
2634 vc->width = lvc->width; in linux_to_bsd_v4l_clip()
2635 vc->height = lvc->height; in linux_to_bsd_v4l_clip()
2636 vc->next = PTRIN(lvc->next); /* possible pointer size conversion */ in linux_to_bsd_v4l_clip()
2694 linux_to_bsd_v4l_code(struct l_video_code *lvc, struct video_code *vc) in linux_to_bsd_v4l_code() argument
2696 strlcpy(vc->loadwhat, lvc->loadwhat, LINUX_VIDEO_CODE_LOADWHAT_SIZE); in linux_to_bsd_v4l_code()
2697 vc->datasize = lvc->datasize; in linux_to_bsd_v4l_code()
2698 vc->data = PTRIN(lvc->data); /* possible pointer size conversion */ in linux_to_bsd_v4l_code()
/freebsd/sys/net/
H A Dif_vxlan.c2283 const struct vxlan_control *vc; in vxlan_ioctl_drvspec() local
2294 vc = &vxlan_control_table[ifd->ifd_cmd]; in vxlan_ioctl_drvspec()
2295 out = (vc->vxlc_flags & VXLAN_CTRL_FLAG_COPYOUT) != 0; in vxlan_ioctl_drvspec()
2300 if (vc->vxlc_flags & VXLAN_CTRL_FLAG_SUSER) { in vxlan_ioctl_drvspec()
2306 if (ifd->ifd_len != vc->vxlc_argsize || in vxlan_ioctl_drvspec()
2310 if (vc->vxlc_flags & VXLAN_CTRL_FLAG_COPYIN) { in vxlan_ioctl_drvspec()
2316 error = vc->vxlc_func(sc, &args); in vxlan_ioctl_drvspec()
2320 if (vc->vxlc_flags & VXLAN_CTRL_FLAG_COPYOUT) { in vxlan_ioctl_drvspec()
/freebsd/sys/dev/syscons/
H A Dsyscons.c566 int i, vc; in sc_attach_unit() local
654 for (vc = 0; vc < sc->vtys; vc++) { in sc_attach_unit()
655 if (sc->dev[vc] == NULL) { in sc_attach_unit()
656 sc->dev[vc] = sc_alloc_tty(vc, vc + unit * MAXCONS); in sc_attach_unit()
657 if (vc == 0 && sc->dev == main_devs) in sc_attach_unit()
/freebsd/contrib/bearssl/test/
H A Dtest_crypto.c3656 const br_block_ctr_class *vc, in test_AES_generic() argument
3813 if (vc != NULL) { in test_AES_generic()
3814 if (vc->block_size != 16 || vc->log_block_size != 4) { in test_AES_generic()
3834 vc->init(xc, key, key_len); in test_AES_generic()
3836 vc->run(xc, iv, 1, buf, data_len); in test_AES_generic()
3838 vc->run(xc, iv, 1, buf, data_len); in test_AES_generic()
3850 c = vc->run(xc, iv, c, buf + v, clen); in test_AES_generic()
3863 c = vc->run(xc, iv, c, buf + v, clen); in test_AES_generic()
/freebsd/sys/kern/
H A Dvfs_subr.c6432 struct vfsidctl vc; in sysctl_vfs_ctl() local
6436 error = SYSCTL_IN(req, &vc, sizeof(vc)); in sysctl_vfs_ctl()
6439 if (vc.vc_vers != VFS_CTL_VERS1) in sysctl_vfs_ctl()
6441 mp = vfs_getvfs(&vc.vc_fsid); in sysctl_vfs_ctl()
6445 if (strcmp(vc.vc_fstypename, "*") != 0 && in sysctl_vfs_ctl()
6446 strcmp(vc.vc_fstypename, mp->mnt_vfc->vfc_name) != 0) { in sysctl_vfs_ctl()
6450 VCTLTOREQ(&vc, req); in sysctl_vfs_ctl()
6451 error = VFS_SYSCTL(mp, vc.vc_op, req); in sysctl_vfs_ctl()
/freebsd/sys/contrib/openzfs/cmd/zdb/
H A Dzdb.c8342 vdev_t *vc = vdev->vdev_child[i]; in zdb_vdev_lookup() local
8344 if (vc->vdev_path == NULL) { in zdb_vdev_lookup()
8345 vc = zdb_vdev_lookup(vc, path); in zdb_vdev_lookup()
8346 if (vc == NULL) in zdb_vdev_lookup()
8349 return (vc); in zdb_vdev_lookup()
8352 p = strrchr(vc->vdev_path, '/'); in zdb_vdev_lookup()
8353 p = p ? p + 1 : vc->vdev_path; in zdb_vdev_lookup()
8354 q = &vc->vdev_path[strlen(vc->vdev_path) - 2]; in zdb_vdev_lookup()
8357 return (vc); in zdb_vdev_lookup()
8359 return (vc); in zdb_vdev_lookup()
[all …]
/freebsd/contrib/ldns/
H A Dresolver.c428 ldns_resolver_set_usevc(ldns_resolver *r, bool vc) in ldns_resolver_set_usevc() argument
430 r->_usevc = vc; in ldns_resolver_set_usevc()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7996/
H A Dmcu.c1259 struct ieee80211_sta_vht_cap *vc = &phy->mt76->sband_5g.sband.vht_cap; in mt7996_mcu_sta_bfer_vht() local
1274 vc->cap); in mt7996_mcu_sta_bfer_vht()
1297 const struct ieee80211_sta_he_cap *vc = in mt7996_mcu_sta_bfer_he() local
1299 const struct ieee80211_he_cap_elem *ve = &vc->he_cap_elem; in mt7996_mcu_sta_bfer_he()
1358 const struct ieee80211_sta_eht_cap *vc = in mt7996_mcu_sta_bfer_eht() local
1360 const struct ieee80211_eht_cap_elem_fixed *ve = &vc->eht_cap_elem; in mt7996_mcu_sta_bfer_eht()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfoXSf.td105 string OpcodeStr = !if(HaveOutputDst, "sf.vc.v." # suffix,
106 "sf.vc." # suffix);
/freebsd/contrib/libpcap/doc/
H A DREADME.hpux20 In article <82ks5i$5vc$1@news1.dti.ne.jp>, mtsat <mtsat@iris.dti.ne.jp>
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DBuiltins.def614 BUILTIN(__builtin___clear_cache, "vc*c*", "n")
1072 LANGBUILTIN(__va_start, "vc**.", "nt", ALL_MS_LANGUAGES)
1792 BUILTIN(__builtin_ms_va_start, "vc*&.", "nt")
1793 BUILTIN(__builtin_ms_va_end, "vc*&", "n")
1794 BUILTIN(__builtin_ms_va_copy, "vc*&c*&", "n")
/freebsd/sys/contrib/dev/mediatek/mt76/mt7915/
H A Dmcu.c1093 struct ieee80211_sta_vht_cap *vc = &phy->mt76->sband_5g.sband.vht_cap; in mt7915_mcu_sta_bfer_vht() local
1108 vc->cap); in mt7915_mcu_sta_bfer_vht()
1131 const struct ieee80211_sta_he_cap *vc = in mt7915_mcu_sta_bfer_he() local
1133 const struct ieee80211_he_cap_elem *ve = &vc->he_cap_elem; in mt7915_mcu_sta_bfer_he()
/freebsd/stand/libsa/zfs/
H A Dzfsimpl.c2465 const zap_leaf_chunk_t *vc; in fzap_leaf_value() local
2470 vc = &ZAP_LEAF_CHUNK(zl, zc->l_entry.le_value_chunk); in fzap_leaf_value()
2471 for (i = 0, value = 0, p = vc->l_array.la_array; i < 8; i++) { in fzap_leaf_value()
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcInstrAliases.td348 defm : int_cond_alias<"vc", 0b1111>;
/freebsd/usr.sbin/services_mkdb/
H A Dservices1053 philips-vc 583/tcp #Philips Video-Conferencing
1054 philips-vc 583/udp #Philips Video-Conferencing
/freebsd/contrib/tcsh/
H A DFixes540 2. vc++ 7.1 compilation fix (Steve Schockley)
/freebsd/contrib/dialog/
H A DCHANGES2032 (<vandrove@vc.cvut.cz>), Debian #99264)
/freebsd/contrib/ncurses/misc/
H A Dterminfo.src20106 #### Volker-Craig (vc)

12