HomeSort by: relevance | last modified time | path
    Searched defs:vi (Results 1 - 9 of 9) sorted by relevancy

  /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/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/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/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/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/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.h 816 struct ViceIoctl vi; member in struct:PioctlData

Completed in 20 milliseconds