Symbol: vis
crypto/heimdal/lib/roken/vis.c
90
__weak_alias(vis,_vis)
crypto/openssh/openbsd-compat/vis.c
145
DEF_WEAK(vis);
crypto/openssh/openbsd-compat/vis.c
167
dst = vis(dst, c, flag, *++src);
crypto/openssh/openbsd-compat/vis.c
196
i = vis(tbuf, c, flag, *++src) - tbuf;
crypto/openssh/openbsd-compat/vis.c
211
dst += vis(tbuf, c, flag, *++src) - tbuf;
crypto/openssh/openbsd-compat/vis.c
244
dst = vis(dst, c, flag, *++src);
crypto/openssh/openbsd-compat/vis.c
247
dst = vis(dst, *src, flag, '\0');
crypto/openssh/openbsd-compat/vis.h
84
char *vis(char *, int, int, int);
crypto/openssh/readconf.c
3913
vis(buf, o->escape_char, VIS_WHITE, 0);
crypto/openssh/regress/unittests/test_helper/test_helper.c
555
vis(buf, aa1, VIS_SAFE|VIS_NL|VIS_TAB|VIS_OCTAL, 0), aa1);
crypto/openssh/regress/unittests/test_helper/test_helper.c
557
vis(buf, aa2, VIS_SAFE|VIS_NL|VIS_TAB|VIS_OCTAL, 0), aa2);
crypto/openssh/utf8.c
195
tp = vis(dp, *sp, VIS_OCTAL | VIS_ALL, 0);
sys/amd64/vmm/amd/svm.c
759
struct vm_inout_str *vis)
sys/amd64/vmm/amd/svm.c
764
vis->seg_name = VM_REG_GUEST_ES;
sys/amd64/vmm/amd/svm.c
776
vis->seg_name = vm_segment_name(s);
sys/amd64/vmm/amd/svm.c
784
vis->seg_name = VM_REG_LAST;
sys/amd64/vmm/amd/svm.c
785
svm_get_cs_info(vcpu->vmcb, &vis->paging, &vis->cs_d,
sys/amd64/vmm/amd/svm.c
786
&vis->cs_base);
sys/amd64/vmm/amd/svm.c
790
error = svm_getdesc(vcpu, vis->seg_name, &vis->seg_desc);
sys/amd64/vmm/amd/svm.c
836
struct vm_inout_str *vis;
sys/amd64/vmm/amd/svm.c
857
vis = &vmexit->u.inout_str;
sys/amd64/vmm/amd/svm.c
858
svm_paging_info(svm_get_vmcb(vcpu), &vis->paging);
sys/amd64/vmm/amd/svm.c
859
vis->rflags = state->rflags;
sys/amd64/vmm/amd/svm.c
860
vis->cr0 = state->cr0;
sys/amd64/vmm/amd/svm.c
861
vis->index = svm_inout_str_index(regs, vmexit->u.inout.in);
sys/amd64/vmm/amd/svm.c
862
vis->count = svm_inout_str_count(regs, vmexit->u.inout.rep);
sys/amd64/vmm/amd/svm.c
863
vis->addrsize = svm_inout_str_addrsize(info1);
sys/amd64/vmm/amd/svm.c
864
vis->cs_d = 0;
sys/amd64/vmm/amd/svm.c
865
vis->cs_base = 0;
sys/amd64/vmm/amd/svm.c
866
svm_inout_str_seginfo(vcpu, info1, vmexit->u.inout.in, vis);
sys/amd64/vmm/intel/vmx.c
2059
struct vm_inout_str *vis)
sys/amd64/vmm/intel/vmx.c
2064
vis->seg_name = VM_REG_GUEST_ES;
sys/amd64/vmm/intel/vmx.c
2067
vis->seg_name = vm_segment_name(s);
sys/amd64/vmm/intel/vmx.c
2070
error = vmx_getdesc(vcpu, vis->seg_name, &vis->seg_desc);
sys/amd64/vmm/intel/vmx.c
2387
struct vm_inout_str *vis;
sys/amd64/vmm/intel/vmx.c
2655
vis = &vmexit->u.inout_str;
sys/amd64/vmm/intel/vmx.c
2656
vmx_paging_info(&vis->paging);
sys/amd64/vmm/intel/vmx.c
2657
vis->rflags = vmcs_read(VMCS_GUEST_RFLAGS);
sys/amd64/vmm/intel/vmx.c
2658
vis->cr0 = vmcs_read(VMCS_GUEST_CR0);
sys/amd64/vmm/intel/vmx.c
2659
vis->index = inout_str_index(vcpu, in);
sys/amd64/vmm/intel/vmx.c
2660
vis->count = inout_str_count(vcpu, vis->inout.rep);
sys/amd64/vmm/intel/vmx.c
2661
vis->addrsize = inout_str_addrsize(inst_info);
sys/amd64/vmm/intel/vmx.c
2662
vis->cs_d = 0;
sys/amd64/vmm/intel/vmx.c
2663
vis->cs_base = 0;
sys/amd64/vmm/intel/vmx.c
2664
inout_str_seginfo(vcpu, inst_info, in, vis);
sys/dev/wtap/plugins/visibility.c
106
int vis = index & 0x01;
sys/dev/wtap/plugins/visibility.c
107
if(vis){
sys/fs/pseudofs/pseudofs.c
239
const char *name, pfs_attr_t attr, pfs_vis_t vis,
sys/fs/pseudofs/pseudofs.c
254
pn->pn_vis = vis;
sys/fs/pseudofs/pseudofs.c
276
pfs_vis_t vis, pfs_destroy_t destroy, int flags)
sys/fs/pseudofs/pseudofs.c
289
pn->pn_vis = vis;
sys/fs/pseudofs/pseudofs.c
308
pfs_vis_t vis, pfs_destroy_t destroy, int flags)
sys/fs/pseudofs/pseudofs.c
321
pn->pn_vis = vis;
sys/fs/pseudofs/pseudofs.h
260
pfs_vis_t vis, pfs_destroy_t destroy,
sys/fs/pseudofs/pseudofs.h
264
pfs_attr_t attr, pfs_vis_t vis,
sys/fs/pseudofs/pseudofs.h
268
pfs_attr_t attr, pfs_vis_t vis,
usr.bin/kdump/kdump.c
1722
vis(visbuf, *dp, VIS_CSTYLE | VIS_NOLOCALE, *(dp+1));
usr.bin/tip/tip/cmds.c
832
vis(charbuf, character(p->v_value), VIS_WHITE, 0);
usr.sbin/bhyve/amd64/inout.c
110
struct vm_inout_str *vis;
usr.sbin/bhyve/amd64/inout.c
139
vis = &vmexit->u.inout_str;
usr.sbin/bhyve/amd64/inout.c
140
rep = vis->inout.rep;
usr.sbin/bhyve/amd64/inout.c
141
addrsize = vis->addrsize;
usr.sbin/bhyve/amd64/inout.c
147
index = vis->index & vie_size2mask(addrsize);
usr.sbin/bhyve/amd64/inout.c
150
count = vis->count & vie_size2mask(addrsize);
usr.sbin/bhyve/amd64/inout.c
156
if (vie_calculate_gla(vis->paging.cpu_mode,
usr.sbin/bhyve/amd64/inout.c
157
vis->seg_name, &vis->seg_desc, index, bytes,
usr.sbin/bhyve/amd64/inout.c
163
error = vm_copy_setup(vcpu, &vis->paging, gla,
usr.sbin/bhyve/amd64/inout.c
173
if (vie_alignment_check(vis->paging.cpl, bytes,
usr.sbin/bhyve/amd64/inout.c
174
vis->cr0, vis->rflags, gla)) {
usr.sbin/bhyve/amd64/inout.c
191
if (vis->rflags & PSL_D)