HomeSort by: relevance | last modified time | path
    Searched refs:vi (Results 1 - 25 of 45) sorted by relevancy

1 2

  /src/sys/kern/
vfs_cache.c 175 * 1) vi->vi_nc_lock (tree or parent -> child direction,
178 * 2) vi->vi_nc_listlock (list or child -> parent direction,
396 vnode_impl_t *vi = VNODE_TO_VIMPL(vp); local in function:cache_remove
398 rw_enter(&vi->vi_nc_listlock, RW_WRITER);
399 TAILQ_REMOVE(&vi->vi_nc_list, ncp, nc_list);
400 rw_exit(&vi->vi_nc_listlock);
402 TAILQ_REMOVE(&vi->vi_nc_list, ncp, nc_list);
798 vnode_impl_t *vi = VNODE_TO_VIMPL(vp); local in function:cache_revlookup
810 rw_enter(&vi->vi_nc_listlock, RW_READER);
821 if (vi->vi_nc_mode == VNOVAL)
997 vnode_impl_t *vi = VNODE_TO_VIMPL(vp); local in function:cache_enter
1018 vnode_impl_t *vi = VNODE_TO_VIMPL(vp); local in function:cache_enter_id
1150 vnode_impl_t *vi = VNODE_TO_VIMPL(vp); local in function:cache_vnode_init
1167 vnode_impl_t *vi = VNODE_TO_VIMPL(vp); local in function:cache_vnode_fini
1182 vnode_impl_t *dvi, *vi = VNODE_TO_VIMPL(vp); local in function:cache_purge_parents
    [all...]
vfs_subr.c 840 struct vnode_impl *vi; local in function:sched_sync
888 while ((vi = TAILQ_FIRST(slp)) != NULL) {
889 vp = VIMPL_TO_VNODE(vi);
896 vi = TAILQ_FIRST(slp);
897 if (vi != NULL && VIMPL_TO_VNODE(vi) == vp) {
922 oslot = vi->vi_synclist_slot;
924 nslot = vi->vi_synclist_slot;
  /src/sys/dev/usb/
auvitek_video.c 398 auvitek_enum_input(void *opaque, uint32_t index, struct video_input *vi)
402 strlcpy(vi->name, "Composite", sizeof(vi->name));
403 vi->type = VIDEO_INPUT_TYPE_BASEBAND;
404 vi->standards = VIDEO_STANDARD_NTSC_M;
407 strlcpy(vi->name, "S-Video", sizeof(vi->name));
408 vi->type = VIDEO_INPUT_TYPE_BASEBAND;
409 vi->standards = VIDEO_STANDARD_NTSC_M;
412 strlcpy(vi->name, "Television", sizeof(vi->name))
    [all...]
  /src/sys/dev/i2c/
au8522.c 94 au8522_set_vinput(struct au8522 *au, au8522_vinput_t vi)
96 switch (vi) {
105 au8522_set_common(au, vi);
117 au8522_set_common(au, vi);
131 au8522_set_common(au, vi);
145 au8522_set_common(struct au8522 *au, au8522_vinput_t vi)
148 au8522_write_1(au, AU8522_REG_VIDEOMODE, vi == AU8522_VINPUT_SVIDEO ?
262 au8522_set_input(struct au8522 *au, au8522_vinput_t vi, au8522_ainput_t ai)
266 if (vi != AU8522_VINPUT_UNCONF)
267 au8522_set_vinput(au, vi);
    [all...]
  /src/lib/libedit/
Makefile 20 terminal.c tokenizer.c tokenizern.c tty.c vi.c
80 CLEANFILES+=help.h.tmp vi.h.tmp tc1.o tc1 .depend
87 AHDR=vi.h emacs.h common.h
88 ASRC=${LIBEDITDIR}/vi.c ${LIBEDITDIR}/emacs.c ${LIBEDITDIR}/common.c
97 vi.h: vi.c makelist Makefile
99 ${HOST_SH} ${LIBEDITDIR}/makelist -h ${LIBEDITDIR}/vi.c \
  /src/games/warp/
config.sh 46 vi=''
  /src/sys/arch/sparc64/dev/
vnet.c 529 struct vio_ver_info *vi = (struct vio_ver_info *)tag; local in function:vnet_rx_vio_ver_info
531 switch (vi->tag.stype) {
536 if (vi->dev_class != VDEV_NETWORK &&
537 vi->dev_class != VDEV_NETWORK_SWITCH) {
541 vi->tag.stype = VIO_SUBTYPE_NACK;
542 vnet_sendmsg(sc, vi, sizeof(*vi));
546 if (vi->major != VNET_MAJOR) {
548 vi->major, VNET_MAJOR));
549 vi->tag.stype = VIO_SUBTYPE_NACK
1021 struct vio_ver_info vi; local in function:vnet_send_ver_info
    [all...]
vdsk.c 597 struct vio_ver_info *vi = (struct vio_ver_info *)tag; local in function:vdsk_rx_vio_ver_info
599 switch (vi->tag.stype) {
610 sc->sc_major = vi->major;
611 sc->sc_minor = vi->minor;
616 DPRINTF(("CTRL/0x%02x/VER_INFO\n", vi->tag.stype));
828 struct vio_ver_info vi; local in function:vdsk_send_ver_info
833 bzero(&vi, sizeof(vi));
834 vi.tag.type = VIO_TYPE_CTRL;
835 vi.tag.stype = VIO_SUBTYPE_INFO
    [all...]
  /src/usr.bin/crunch/examples/
fixit.conf 33 progs ftp rsh sed telnet rlogin vi
  /src/bin/sh/
option.list 75 // editline/history related options ("vi" is standard, 'V' and others are not)
76 // only one of vi/emacs can be set, hence the "set" definition, value
78 Vflag vi V V # enable vi style editing
  /src/sys/dev/
video.c 1088 struct video_input *vi)
1090 vi->index = input->index;
1091 strlcpy(vi->name, input->name, sizeof(vi->name));
1094 vi->type = VIDEO_INPUT_TYPE_TUNER;
1097 vi->type = VIDEO_INPUT_TYPE_CAMERA;
1100 vi->audiomask = input->audioset;
1101 vi->tuner_index = input->tuner;
1102 vi->standards = input->std; /* ... values are the same */
1103 vi->status = 0
1150 struct video_input vi; local in function:video_enum_input
1179 struct video_input vi; local in function:video_get_input
1206 struct video_input vi; local in function:video_set_input
    [all...]
  /src/sys/coda/
coda_venus.c 306 if (iap->vi.in_size > VC_MAXMSGSIZE || iap->vi.out_size > VC_MAXMSGSIZE) {
312 inp->len = iap->vi.in_size;
315 error = copyin(iap->vi.in, (char*)inp + (int)(long)inp->data,
316 iap->vi.in_size);
323 error = coda_call(mdp, Isize + iap->vi.in_size, &Osize, (char *)inp);
327 if (outp->len > iap->vi.out_size) {
331 iap->vi.out, iap->vi.out_size);
coda.h 816 struct ViceIoctl vi; member in struct:PioctlData
  /src/bin/ksh/
Makefile 15 var.c version.c vi.c
  /src/distrib/sun2/miniroot/
list 134 PROG usr/bin/vi
141 SPECIAL vi srcdir external/bsd/nvi/usr.bin/nvi
  /src/distrib/sun3/miniroot/
list 134 PROG usr/bin/vi
142 SPECIAL vi srcdir external/bsd/nvi/usr.bin/nvi
  /src/sys/external/bsd/acpica/dist/compiler/
readme.txt 107 Arguments: -vi "$(FilePath)"
112 "-vi" instructs the compiler to produce messages appropriate for VC.
136 c:\acpi\libraries\iasl.exe -vs -vi "$(InputPath)"
  /src/sys/arch/powerpc/pic/
intr.c 727 int irq, vi; local in function:genppc_isa_intr_alloc
739 vi = virq_map[irq + pic->pic_intrbase];
740 if (!vi) {
744 is = &intrsources[vi];
  /src/usr.bin/pmap/
pmap.c 855 struct vnode_impl vi; local in function:search_cache
865 _KDEREF(kd, vip, &vi, sizeof(vi));
868 ncp = (u_long)vi.vi_nc_list.tqh_first;
874 (vi.vi_vnode.v_vflag & VV_ROOT) != 0)
896 return (vi.vi_vnode.v_vflag & VV_ROOT);
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
Makefile 69 vi.o mxgpu_vi.o nbio_v6_1.o soc15.o emu_soc.o mxgpu_ai.o nbio_v7_0.o vega10_reg_init.o \
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
tegra20.dtsi 60 vi@54080000 {
61 compatible = "nvidia,tegra20-vi";
66 reset-names = "vi";
tegra30-apalis-v1.1.dtsi 316 vi-vsync-pd6 {
332 nvidia,function = "vi";
368 * VI level-shifter direction
371 vi-mclk-pt1 {
tegra30-apalis.dtsi 315 vi-vsync-pd6 {
331 nvidia,function = "vi";
367 * VI level-shifter direction
370 vi-mclk-pt1 {
tegra114-tn7.dts 210 regulator-name = "vi-sdcard";
  /src/distrib/miniroot/
install.sub 51 if [ -x /usr/bin/vi ]; then
52 EDITOR=vi

Completed in 105 milliseconds

1 2